You're viewing a demo portfolio

Join the waitlist
PRSM

gov_contracts_search

Active

Tool of Us Gov Contracts

declared in 0.1.0

Search AWARDED US state & local government contracts, normalized across jurisdictions (keyless open data). Filter by vendor (winning supplier), keyword (contract title/description), awarding agency, and minimum dollar amount. Covers state and county contract registries — pass a `jurisdiction` key (see gov_contracts_jurisdictions) to target one, or omit it to search all covered jurisdictions at once. Returns each contract with its ID, vendor, title, agency, amount, and dates. This is STATE/LOCAL award data (for federal contracts use USAspending/SAM tools).

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": [
        "number",
        "string"
      ],
      "description": "Max contracts per jurisdiction (default 20, max 100)."
    },
    "agency": {
      "type": "string",
      "description": "Awarding agency/department to match (case-insensitive substring). Not all jurisdictions carry an agency field."
    },
    "vendor": {
      "type": "string",
      "description": "Winning vendor/supplier name to match (case-insensitive substring), e.g. \"Microsoft\"."
    },
    "keyword": {
      "type": "string",
      "description": "Match against contract title/description (case-insensitive substring), e.g. \"software\", \"road\"."
    },
    "min_amount": {
      "type": [
        "number",
        "string"
      ],
      "description": "Only contracts whose value is at least this many dollars."
    },
    "jurisdiction": {
      "type": "string",
      "description": "Jurisdiction key to target (e.g. \"tx\", \"wa\", \"king-county-wa\"). Omit to search all covered jurisdictions. Use gov_contracts_jurisdictions to list keys."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Us Gov Contracts

https://github.com/pipeworx-io/mcp-us-gov-contracts

1/7 registries
View full server →
gov_contracts_search — Us Gov Contracts — PRSM MCP