General Tools
expats.de
Provides German expat financial calculators (net salary, pension refund) and access to expats.de guide articles in multiple languages.
ENDPOINT 1
https://expats.de/api/mcp
MCP server metadata
- Name
- expats-de
- Version
- 1.0.0
Read-only tools for expats in Germany: net-salary and pension-refund calculators (tax year 2026), article search and retrieval in 9 languages, and editorial provider comparisons. No auth. Rate limit: 20 requests/minute per IP. Provider sign-up links are affiliate links and marked as such. Responses are educational information, not individual financial advice.
Known tools 6
calculate_pension_refundRefundable German employee pension contributions (Rentenerstattung) for people leaving Germany, 2026.
Inferred read-onlysearch_articlesSearch the expats.de guide library (banking, insurance, bureaucracy, utilities, leaving Germany) in 9 languages.
Inferred read-onlyget_articleFetch a full expats.de article as clean markdown (components resolved, provider tables rendered).
Inferred read-onlylist_articlesList all expats.de articles (title, category, slug, URL, description) for a language, optionally filtered by category.
Inferred read-onlycompare_providersEditorial 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.