Offramp MCP Server
Provides retirement planning computations for AI agents, including Monte Carlo simulations, tax burden modeling across all US states, Social Security claiming optimization, and cost-of-living comparisons.
README
Offramp MCP Server
Retirement planning computation tools for AI agents. Provides Monte Carlo simulation, 50-state tax burden modeling, Social Security claiming optimization, cost-of-living comparison across 60+ US metro areas, and geographic arbitrage analysis.
These computations cannot be reliably performed by language models alone. Offramp provides structured, deterministic financial calculations that agents can call when answering retirement planning questions.
Tools
retirement_feasibility
Run 10,000 Monte Carlo simulations using historical S&P 500 returns (1928-2024) to determine retirement success probability. Input a person's age, savings, expenses, and income sources. Returns success probability, safe withdrawal rate, worst-case depletion age, and year-by-year portfolio projections at 10th/50th/90th percentiles.
calculate_tax_burden
Calculate federal + state income tax for a retirement income profile in any US state. Handles Social Security taxation rules, pension exemptions, retirement income deductions, and senior-specific deductions across all 50 states + DC. Returns effective rate, marginal rate, after-tax income, and state-specific notes.
compare_tax_across_states
Compare tax burden for the same income profile across multiple states simultaneously. Returns states ranked by total tax (lowest first) with annual savings between cheapest and most expensive options.
optimize_social_security
Find the optimal Social Security claiming strategy. Tests all claiming ages 62-70 for singles, and key age combinations for married couples with spousal benefits. Returns monthly benefit, lifetime benefit, and break-even ages for each strategy. Uses SSA bend points, FRA rules, delayed retirement credits, and early claiming reductions.
compare_locations
Compare cost of living across 60+ US metro areas. Returns estimated monthly budget broken down by housing, groceries, utilities, transportation, and healthcare. Includes median home price, median rent, climate score, and healthcare access score.
geographic_arbitrage
Calculate the complete financial impact of relocating for retirement. Combines home equity liberation, cost-of-living delta, state tax delta, and portfolio longevity impact. Returns annual savings, 10-year cumulative impact, break-even timeline on moving costs, and a narrative summary.
list_available_locations
List all 60+ metro areas available for comparison and arbitrage analysis.
Data Sources
- Market returns: S&P 500 total returns 1928-2024 (Aswath Damodaran, NYU Stern)
- Bond returns: 10-Year US Treasury returns 1928-2024 (Damodaran)
- Inflation: CPI annual rates 1928-2024 (Bureau of Labor Statistics)
- Federal tax: 2026 brackets, deductions, and Social Security taxation rules (IRS)
- State tax: All 50 states + DC income tax rates, retirement income exemptions, SS taxation rules (Tax Foundation, state revenue departments)
- Cost of living: Regional Price Parities and Consumer Expenditure Survey (BEA, BLS, C2ER)
- Social Security: 2026 bend points, FRA schedule, claiming rules (Social Security Administration)
- Healthcare: CMS Star Ratings and physicians per capita (CMS, HRSA)
Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"offramp": {
"command": "node",
"args": ["/absolute/path/to/offramp-mcp/dist/index.js"]
}
}
}
Cursor / Windsurf / Other MCP Clients
{
"mcpServers": {
"offramp": {
"command": "node",
"args": ["/absolute/path/to/offramp-mcp/dist/index.js"]
}
}
}
From npm
npx offramp-mcp
Or install globally:
npm install -g offramp-mcp
Web Calculator
Free retirement calculator with Monte Carlo simulation: offramp.live
Build from Source
git clone https://github.com/deepmajithia/offramp2.git
cd offramp2
npm install
npm run build
Example Agent Interactions
An AI agent with Offramp connected can answer questions like:
- "Can I retire at 62 with $500K in savings?"
- "How much would I save in taxes by moving from California to Florida?"
- "When should I claim Social Security if I expect to live to 90?"
- "Compare the cost of living in Asheville NC vs Tampa FL vs Scottsdale AZ"
- "What's the financial impact of selling my $800K house in New Jersey and moving to South Carolina?"
The agent handles the conversation. Offramp handles the math.
Limitations
- US-only (federal + 50 states + DC). International retirement planning not yet supported.
- Cost-of-living data covers ~60 major metro areas. Smaller cities/rural areas not included.
- Tax model is simplified: covers ~90% of retirement scenarios but does not model every edge case (AMT, NIIT, state-specific credits beyond standard retirement exemptions).
- Monte Carlo uses historical returns bootstrapping, not parametric models. Results reflect the distribution of past market behavior.
- Not financial advice. All outputs are computational estimates for informational purposes.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。