Us Gov Contracts
Server Details
US state & local government contracts + spending, normalized across jurisdictions — keyless
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-us-gov-contracts
- GitHub Stars
- 0
- Server Listing
- mcp-us-gov-contracts
TDQS
Scored across 34 tools
Several tools have overlapping or near-identical purposes: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded perform the same routing with minor mode differences, while deep_research and validate_claim also overlap. The many polymarket_* tools are distinguishable, but the meta-tool cluster and entity_profile/compare_entities/resolve_entity make selection error-prone.
All tool names use snake_case, which is consistent, but the naming pattern is mixed: some are verb_noun (discover_tools, compare_entities), some are noun_phrases (entity_profile, recent_alerts), some are bare verbs (remember, subscribe), and many are prefixed by service (polymarket_edges, gov_contracts_search). This is readable but not predictable as a single convention.
With 34 tools, the count is well above the 3-15 range appropriate for a focused server like 'Us Gov Contracts'. The surface is bloated by unrelated domains such as Polymarket prediction markets, AI visibility checks, npm dependency scanning, and memory management.
For a US government contracts server, the dedicated tools only cover state and local awarded contracts and spending, with no direct federal contracts tool (explicitly deferred to USAspending/SAM outside this set). There are also notable gaps in retrieving contract details by ID, vendor/agency profiles, and lifecycle operations beyond search.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +] - changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
1 tool update
- Changed
entity_profile3 fields changed- changed
Input schema / properties / type / descriptionPrevious value: -"Entity type. Only \"company\" supported today; person/place coming soon."New value: +"\"company\" or \"ticker\" — both are accepted and behave identically; `value` can be a ticker, CIK, or company name either way. person/place coming soon." - changed
Input schema / properties / type / enumPrevious value: -[ - "company" -]New value: +[ + "company", + "ticker" +] - changed
Input schema / properties / value / descriptionPrevious value: -"Ticker (e.g., \"AAPL\") or zero-padded CIK (e.g., \"0000320193\"). Names not supported — use resolve_entity first if you only have a name."New value: +"Ticker (e.g., \"AAPL\"), zero-padded CIK (e.g., \"0000320193\"), or company name (e.g., \"Moderna\") — names resolve via SEC EDGAR company-name match."
1 tool update
- Changed
resolve_entity1 field changed- changed
Input schema / properties / value / descriptionPrevious value: -"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\")."New value: +"For company: ticker (AAPL), CIK (0000320193), or name. For drug: brand or generic name (e.g., \"ozempic\", \"metformin\"). Pass the ENTITY NAME ONLY — for a bond that is the ISSUER exactly as printed (\"NEW YORK ST DORM AUTH\"), never the question's full noun phrase (\"NEW YORK ST DORM AUTH revenue bonds\"): the FIGI lookup matches instrument names, so trailing security-class words match nothing."
Related MCP Connectors
California state contract awards & purchase orders: search, top vendors, agency spend — keyless
US federal contracts, grants, and spending awards
Open & historical US government bid solicitations from city/county portals — updated daily
US federal contracting data: open solicitations, buying agencies, contractors, price history.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceCalifornia state contract awards & purchase orders: search, top vendors, agency spend — keyless5 npmMIT
- AlicenseNot gradedqualityBmaintenanceOpen & historical US government bid solicitations from city/county portals — updated daily.9 npmMIT
- AlicenseAqualityCmaintenanceEnables AI agents to search and retrieve US government contracts, look up NAICS codes, list indexed states, and score contract fit for a business profile. Provides access to live state and local procurement data through natural language without raw HTTP.7MIT
- AlicenseAqualityNot gradedmaintenanceUnified API for Government Data and Web Scraping100-
Glama MCP Gateway
Add one secure layer between your agents and this server.