You're viewing a demo portfolio

Join the waitlist
PRSM

search_packages

Active

Tool of mcp-govinfo

declared in 0.1.0

Full-text + faceted search across GovInfo. Filter by collection codes (comma-separated), date range, congress, court (for USCOURTS), and free-text query. Returns package IDs and titles.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "climate change"
    },
    {
      "query": "environmental protection",
      "date_to": "2024-12-31",
      "congress": 118,
      "date_from": "2023-01-01",
      "page_size": 50,
      "collections": "BILLS,FR"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Free-text search"
    },
    "date_to": {
      "type": "string",
      "description": "YYYY-MM-DD"
    },
    "congress": {
      "type": "number",
      "description": "Congress number (e.g., 118) — for BILLS/CHRG/CRPT"
    },
    "date_from": {
      "type": "string",
      "description": "YYYY-MM-DD"
    },
    "page_size": {
      "type": "number",
      "description": "1-100 (default 25)"
    },
    "collections": {
      "type": "string",
      "description": "Comma-separated collection codes (e.g., \"BILLS,FR\")"
    },
    "offset_mark": {
      "type": "string",
      "description": "Pagination cursor from previous response"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-govinfo

https://github.com/pipeworx-io/mcp-govinfo

2/7 registries
View full server →
search_packages — mcp-govinfo — PRSM MCP