Gadoes wires Mike into the federal rulebook

The dispumike fork can now pull and cite federal regulations and statutes straight from the U.S. government's official document service.

integrationsearch

Gadoes added a connector to GovInfo, the U.S. Government Publishing Office's official document service. That opens up the Code of Federal Regulations, the Federal Register, and public laws - so the tool can ground answers in primary federal sources like EPA clean-air rules, a recent PFAS reporting rule, or the Infrastructure Investment and Jobs Act, rather than paraphrasing them.

It's built the same way as the fork's case-law connector, so the pattern is consistent and tested. One practical note: GovInfo throttles anonymous traffic, so a busy production deployment will want a proper API key rather than the no-key fallback. This covers federal regulatory and statutory material only - case law comes from a separate connector.

So what Worth a look if you're building a legal product that needs to cite federal regulations or statutes with confidence in the source.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

2 commits from Gadoes/dispumike, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
9aebb24a feat(mcp): Chunk 11 - GovInfo MCP server config + fixture tests Gadoes 2026-05-02 ↗ GitHub
commit body
Adds buildGovInfoConfig, isValidGovInfoKey, GOVINFO_TOOLS, and
GOVINFO_SYSTEM_PROMPT. Includes fixture-based citation parser tests and
mock MCP server integration tests (21 tests). Server stub ready for when
the govinfo-mcp npm package is published.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
955c5250 Merge chunk-11-govinfo into main Gadoes 2026-05-02 ↗ GitHub

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-24.md from inside the repo you want the changes in.

⬇ Download capture-thread-24.md