Access US federal award, recipient, agency, and spending analytics data from USAspending.gov via MCP. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"usaspending-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/usaspending-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add usaspending-mcp-serv npx -y cyanheads/usaspending-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"usaspending-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/usaspending-mcp-server"
]
}
}
}