@pipeworx/govinfo
Connect: https://gateway.pipeworx.io/govinfo/mcp · Install: one-click buttons
Tools: 5
GovInfo.gov MCP — full text of US government publications.
Tools
list_collections()search_packages(query, collections?, congress?, date_from?, date_to?, page_size?, offset_mark?)get_package(package_id)list_granules(package_id, page_size?, offset_mark?)get_granule(package_id, granule_id)
Auth
- Platform key: reuses
PLATFORM_DATAGOV_KEY. - BYO:
?_apiKey=<key>(api.data.gov key).
Data source
https://api.govinfo.gov — ?api_key= query param.
Tools
- list_collections — List GovInfo collections (BILLS, CFR, USCODE, FR, CHRG, CRPT, HMAN, PLAW, SERIALSET, USCOURTS, etc.) with package counts. Use the collection code with search_packages to filter.
- search_packages — 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.
- get_package — Metadata for a single package by packageId (e.g., “BILLS-118hr1234ih”, “FR-2024-05-12”). Returns title, dates, citations, granule count, download links (PDF/XML/MODS).
- list_granules — List granules within a package — e.g., sections of a CFR title, individual entries in a Federal Register issue. Returns granule IDs + titles.
- get_granule — Granule metadata for a sub-unit within a package.
Tools
-
get_granule— Granule metadata for a sub-unit within a package. -
get_package— Metadata for a single package by packageId (e.g., BILLS-118hr1234ih , FR-2024-05-12 ). Returns title, dates, citations, granule count, download links (PDF/XML/MODS). -
list_collections— List GovInfo collections (BILLS, CFR, USCODE, FR, CHRG, CRPT, HMAN, PLAW, SERIALSET, USCOURTS, etc.) with package counts. Use the collection code with search_packages to filter. -
list_granules— List granules within a package — e.g., sections of a CFR title, individual entries in a Federal Register issue. Returns granule IDs + titles. -
search_packages— 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.