← expats.de

INDIVIDUAL MCP TOOL

compare_providers

Editorial comparison data for German providers reviewed by expats.de (banks, insurers, telecom, money transfer …): rating (1-5), pros/cons, fees, best-for and sign-up link.

expats.denone authenticationAvailability not checked

LIVE ENDPOINT

https://expats.de/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_providers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

expats.de

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.expats-de]
url = "https://expats.de/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "expats-de": {
      "type": "http",
      "url": "https://expats.de/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: expats-de
Remote MCP URL: https://expats.de/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "expats-de": {
      "url": "https://expats.de/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "expats-de": {
      "type": "http",
      "url": "https://expats.de/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "expats-de",
  "transport": "streamable-http",
  "url": "https://expats.de/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • calculate_net_salary — German gross-to-net salary (Brutto-Netto), tax year 2026.
  • calculate_pension_refund — Refundable German employee pension contributions (Rentenerstattung) for people leaving Germany, 2026.
  • search_articles — Search the expats.de guide library (banking, insurance, bureaucracy, utilities, leaving Germany) in 9 languages.
  • get_article — Fetch a full expats.de article as clean markdown (components resolved, provider tables rendered).
  • list_articles — List all expats.de articles (title, category, slug, URL, description) for a language, optionally filtered by category.