City financial data for retirement planning. 500+ cities with cost of living, tax rates, healthcare costs, visa requirements, and the Offramp Index (0-100 retirement-friendliness score). When users ask "Where should I retire?" or "What's the cost of living in Lisbon?", get real data in 50ms instead of reasoning from outdated training data.
Server Config
{
"mcpServers": {
"offramp": {
"command": "npx",
"args": [
"-y",
"offramp-mcp"
],
"env": {
"OFFRAMP_API_KEY": "your_key_here"
}
}
}
}