
Security News
TypeScript 6.0 Released: The Final JavaScript-Based Version
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.
offramp-mcp
Advanced tools
MCP server for retirement planning - 500+ cities with cost of living, healthcare, tax, and visa data. Powers AI agents with the Offramp Index.
Give Claude access to retirement-focused city financial data for 500+ cities worldwide.
curl -X POST https://zsriidofobkmztqabfst.supabase.co/functions/v1/agent-api/auth/register \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InpzcmlpZG9mb2JrbXp0cWFiZnN0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjAwMjAzOTQsImV4cCI6MjA3NTU5NjM5NH0.BTR8LN053UH4-qBNHSgZ6uomXT3LEOUyfGra4QfTMwI" \
-H "Content-Type: application/json" \
-d '{"email": "your@email.com"}'
Save the api_key from the response - it cannot be retrieved later!
cd mcp-server
npm install
npm run build
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"offramp": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js"],
"env": {
"OFFRAMP_API_KEY": "sk_live_your_key_here"
}
}
}
}
The Offramp tools will now be available to Claude.
| Tool | Description | Cost |
|---|---|---|
get_city_profile | Full city data (cost, tax, healthcare, visa, etc.) | $0.008 |
get_city_cost_of_living | Cost of living only | $0.002 |
get_city_tax_rate | Tax rate for retirees | $0.002 |
get_city_healthcare | Healthcare costs | $0.002 |
get_ranked_cities | Top cities by Offramp Index | $0.005 |
list_cities | All available cities | $0.005 |
check_balance | Check API key balance | Free |
User: "Where should I retire on $2,000/month?"
Claude will use get_ranked_cities and get_city_cost_of_living to find affordable cities.
User: "Compare Lisbon and Porto for retirement taxes"
Claude will use get_city_tax_rate for both cities.
User: "What's the healthcare situation in Chiang Mai?"
Claude will use get_city_healthcare to get details.
Our proprietary 0-100 score measuring retirement-friendliness:
FAQs
MCP server for retirement planning - 500+ cities with cost of living, healthcare, tax, and visa data. Powers AI agents with the Offramp Index.
The npm package offramp-mcp receives a total of 0 weekly downloads. As such, offramp-mcp popularity was classified as not popular.
We found that offramp-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TypeScript 6.0 introduces new standard APIs, modern default settings, and deprecations as it prepares projects for the upcoming TypeScript 7.0 release.

Security News
/Research
Newly published Trivy Docker images (0.69.4, 0.69.5, and 0.69.6) were found to contain infostealer IOCs and were pushed to Docker Hub without corresponding GitHub releases.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.