You're viewing a demo portfolio

Join the waitlist
PRSM

gov_spending_search

Active

Tool of Us Gov Contracts

declared in 0.1.0

Search US STATE government spending / vendor payments — the 'checkbook' data of what an agency actually PAID a vendor (distinct from an awarded contract's value). Keyless. Filter by vendor, awarding agency, spending category keyword, and minimum amount. Pass a `jurisdiction` key (see gov_contracts_jurisdictions) to target one state, or omit it to search all covered states. Returns vendor, agency, amount, category, and fiscal year. Use gov_contracts_search for awarded contracts; use this for actual payments/expenditures.

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": [
        "number",
        "string"
      ],
      "description": "Max records per state (default 20, max 100)."
    },
    "agency": {
      "type": "string",
      "description": "Paying agency/department to match (case-insensitive substring)."
    },
    "vendor": {
      "type": "string",
      "description": "Vendor/payee name to match (case-insensitive substring)."
    },
    "keyword": {
      "type": "string",
      "description": "Match against the spending category/description (case-insensitive substring)."
    },
    "min_amount": {
      "type": [
        "number",
        "string"
      ],
      "description": "Only payments of at least this many dollars."
    },
    "jurisdiction": {
      "type": "string",
      "description": "State key to target (e.g. \"nj\", \"vt\", \"or\", \"md\", \"mo\"). Omit to search all covered states."
    }
  }
}

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_spending_search — Us Gov Contracts — PRSM MCP