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_estimate— Estimate a FERS annuity from high-3, service, and retirement agetsp_projection— Project a TSP balance with agency match and verified limitsgs_pay_lookup— Look up GS pay by grade, step, and localityva_combined_rating— Combine VA disability ratings (bilateral factor included)va_monthly_compensation— Monthly VA compensation for a rating and dependentsssdi_estimate— SSDI estimate via the AIME → PIA bend-point formulabah_lookup— BAH rate by housing area, pay grade, and dependency statussnap_screen— SNAP 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.