Connects Claude to USAspending.gov's federal spending database through a streamable HTTP gateway. Part of the Pipeworx platform, which bundles 673+ data sources behind a single MCP endpoint. The interesting bit is the ask_pipeworx tool that lets you query in plain English instead of calling specific API methods directly. Useful when you're analyzing government contracts, tracking agency budgets, or need to answer questions about where federal dollars are going without manually constructing API calls. You can install just the USAspending endpoint or connect to the full Pipeworx gateway for broader data access. Hosted service, so no local setup required.
USAspending MCP — Federal spending data from USAspending.gov API
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"usaspending": {
"url": "https://gateway.pipeworx.io/usaspending/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Usaspending data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json