Query USAspending.gov federal data through the Model Context Protocol using 14 distinct tools via STDIO or 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",
"Lancastrianlinealkalinuria181/usaspending-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add usaspending-mcp-serv npx -y Lancastrianlinealkalinuria181/usaspending-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"usaspending-mcp-serv": {
"command": "npx",
"args": [
"-y",
"Lancastrianlinealkalinuria181/usaspending-mcp-server"
]
}
}
}