Connect GovInfo to Claude
Query GovInfo directly from Claude. Arlet links the two through one MCP connection and takes care of API keys.
This server connects your AI client to the GovInfo API, operated by the US Government Publishing Office. GovInfo is the authenticated repository for official federal publications - if a document was formally published by the US government, it is likely here, in full text.
Key features:
- search_documents: keyword search across the whole repository or one collection. The query supports Lucene-style field syntax (collection:BILLS, title:appropriations), so precise legislative research queries are possible.
- get_package_summary: full metadata for one document package, including congressional metadata (congress, bill number, version, chamber) where applicable, and direct download links for the text, XML and PDF renditions.
- list_collections: the full list of collections with document counts - Congressional Bills (BILLS), Public Laws (PLAW), US Code (USCODE), Federal Register (FR), CFR, Congressional Record (CREC), reports (CRPT), hearings (CHRG), GAO reports, court opinions (USCOURTS) and more.
Compared with the Congress.gov server (bill status and legislative actions), GovInfo is the place to read the published document text itself, and it also covers non-legislative material such as budgets, court opinions and GAO reports.
Using the API requires a free key issued at govinfo.gov/api-signup. Set it as GOVINFO_API_KEY in your Arlet environment variables.
How to connect GovInfo to Claude
- 1
In the Arlet dashboard, open Data tools, find GovInfo, set the API key issued by GovInfo and switch it on.
- 2
In Claude, open Organization settings β Connectors from the account menu at the bottom left, then click + Add.
- 3
Choose Custom β Web, enter "Arlet" as the Name and https://mcp.arlet.dev/mcp/ as the Remote MCP server URL, then click Add. Authentication settings are auto-detected, so keep the defaults.
- 4
The first time you use it, sign in with Google. After that, every service you switched on in Arlet is available from Claude.
Adding a connector is done by an organization admin on Team / Enterprise plans. On Pro / Max you can add it for yourself from Settings β Connectors with the same steps.
