Private, independent site — not affiliated with any government agency.
GMB

MCP Server Quickstart

Gov Money Benefits runs a Model Context Protocol (MCP) server that gives AI assistants the same verified government pay and benefits math that powers this site. Every response cites the rule pack it computed from (packId, verifiedDate, sourceUrl), so the assistant can show its sources.

Endpoint

https://api.cosyslabs.com/govmoneybenefits/mcp

Claude Desktop

Add the server to your claude_desktop_config.json (streamable HTTP transport):

{
  "mcpServers": {
    "govmoneybenefits": {
      "type": "streamable-http",
      "url": "https://api.cosyslabs.com/govmoneybenefits/mcp"
    }
  }
}

Then ask Claude something like: “What would a GS-12 step 5 in the Washington-Baltimore locality earn in 2026, and what FERS annuity would 25 years at that high-3 produce at 62?”

ChatGPT and other clients

Any MCP-capable client works with the same endpoint. In ChatGPT, add the server URL as a custom connector under Settings → Connectors (developer mode); in other clients, register the endpoint as a streamable-HTTP MCP server. No API key is required.

Available tools

  • fers_annuity_estimateEstimate a FERS annuity from high-3, service, and retirement age
  • tsp_projectionProject a TSP balance with agency match and verified limits
  • gs_pay_lookupLook up GS pay by grade, step, and locality
  • va_combined_ratingCombine VA disability ratings (bilateral factor included)
  • va_monthly_compensationMonthly VA compensation for a rating and dependents
  • ssdi_estimateSSDI estimate via the AIME → PIA bend-point formula
  • bah_lookupBAH rate by housing area, pay grade, and dependency status
  • snap_screenSNAP eligibility pre-screen by state and household

Rules of the road

All tool outputs are estimates for informational purposes only — not legal, financial, or benefits advice. Only the responsible agency can determine an actual benefit. Details, rule-pack formats, and attribution requirements are on the Developers page.


govmoneybenefits.com is a private, independent website. It is NOT affiliated with, endorsed by, or connected to the U.S. government or any government agency, including VA, SSA, OPM, DoD, DFAS, or USDA. For official determinations, use the official agency links provided on each page.