gov_contracts_jurisdictions
Pack: us-gov-contracts · Endpoint: https://gateway.pipeworx.io/us-gov-contracts/mcp
List the US state & local jurisdictions covered by this pack, split into contract-award jurisdictions (gov_contracts_search) and spending/checkbook jurisdictions (gov_spending_search), with each one’s key, level (state/county/city), data platform, source dataset URL, and live record count.
Example call
curl -X POST https://gateway.pipeworx.io/us-gov-contracts/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gov_contracts_jurisdictions","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"us-gov-contracts": {
"url": "https://gateway.pipeworx.io/us-gov-contracts/mcp"
}
}
}
See Getting Started for client-specific install steps.