regulationsgov-mcp
MCP server for the Regulations.gov API. Federal rulemaking dockets, proposed rules, final rules, public comments, and comment period tracking.
Optional free API key for higher rate limits. Standalone MCP use is an advanced, self-supported path; packaged agents are the maintained beginner path.
Tested and hardened through five rounds of integration testing against the live Regulations.gov API, including a round-7 independent re-audit with live verification. 197 regression tests covering 1 P0 catastrophic bug, 10 P1 silent-wrong-data bugs (including agency_id="" returning all 1,951,938 records), 7 P2 validation gaps, and 12 round-7 findings fixed. See testing.md for the full testing record.
What it does
Exposes the Regulations.gov API as 8 MCP tools:
Core
search_documents- Search proposed rules, final rules, notices with flexible filtersget_document_detail- Full document details with optional attachmentssearch_comments- Search public comments (by docket, document, or keyword)get_comment_detail- Full comment text and submitter infosearch_dockets- Search rulemaking and nonrulemaking docketsget_docket_detail- Docket metadata, abstract, and RIN
Workflow
open_comment_periods- Currently open comment periods across procurement agenciesfar_case_history- Full lifecycle of a FAR/DFARS rulemaking case
Get your own API key (strongly recommended)
This server hits api.regulations.gov, which uses api.data.gov for rate
limiting.
- Without a key: falls back to the shared
DEMO_KEYwhich is capped at ~10 requests per hour (live-measured) across everyone using it, so you'll hit 429 errors within a couple of prompts. - With a personal key: 1,000 requests per hour, yours alone.
Get a free key (takes 30 seconds):
- Go to open.gsa.gov/api/regulationsgov/#getting-started (or directly at api.data.gov/signup)
- Enter your name and email: no approval, no wait
- Copy the key from the confirmation page
- Paste it into your client config as
REGULATIONS_GOV_API_KEY(see below)
The same api.data.gov key works for every api.data.gov-backed API (Regulations.gov, GSA Per Diem, NASA, FEC, FCC, etc.), so if you already have one for another 1102tools MCP you can reuse it.
Installation
uvx regulationsgov-mcp
Configuration
MCP is an open standard, and compatible clients can run this server. The maintained 1102tools Agent Setup Guide covers packaged agents in Codex and Claude Code, not standalone server configuration. Use the block below as the server definition and adapt its placement to your client.
Recommended (with your own key):
{
"mcpServers": {
"regulationsgov": {
"command": "uvx",
"args": ["--refresh-package", "regulationsgov-mcp", "--from", "regulationsgov-mcp", "regulationsgov-mcp"],
"env": {
"REGULATIONS_GOV_API_KEY": "paste-your-api-data-gov-key-here"
}
}
}
}
Without a key (works for a handful of calls per hour, then 429s until the hour rolls over):
{
"mcpServers": {
"regulationsgov": {
"command": "uvx",
"args": ["--refresh-package", "regulationsgov-mcp", "--from", "regulationsgov-mcp", "regulationsgov-mcp"]
}
}
}
The --refresh-package flag tells uv to check PyPI for a newer release each time your client launches the server, so fixes arrive automatically; without it, uv keeps serving whatever version it first cached. It adds a moment of network time at startup, so raise your platform's MCP startup timeout if it enforces a short one.
Restart the client and the tools appear.
Example prompts
- "What FAR cases have open comment periods right now?"
- "Show me the full docket history for FAR-2023-0008."
- "Find all proposed rules from DARS posted in the last 6 months."
- "How many public comments were submitted on FAR Case 2023-008?"
- "Search for rulemaking dockets related to cybersecurity at DoD."
- "Find all SBA rules about size standards from the last year."
Important: case-sensitive filter values
Regulations.gov filter values are CASE-SENSITIVE. Use exact casing:
- Document types:
Proposed Rule,Rule,Notice(not lowercase) - Docket types:
Rulemaking,Nonrulemaking - Lowercase values silently return 0 results with no error
Companion tools
federal-register-mcp: what was published in the Federal Registerregulationsgov-mcp: the docket structure, public comments, and comment period statusecfr-mcp: what the regulation currently says after amendments
Together these three cover the full regulatory pipeline from proposal through public comment to codified rule.
Request pacing
Every request and pagination subrequest uses a provisional 4-second
cross-process anti-burst interval by default. Regulations.gov and Per Diem
share a local api.data.gov bucket when they use the same key. This does not
increase provider quota or coordinate the key on another computer. Override
with FEDERAL_API_MIN_INTERVAL_SECONDS, use 0 to deliberately disable it,
and use FEDERAL_API_PACING_DIR to relocate local pacing state.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file regulationsgov_mcp-1.0.5.tar.gz.
File metadata
- Download URL: regulationsgov_mcp-1.0.5.tar.gz
- Upload date:
- Size: 119.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9a014875c5c2e7ccc8366421dadc932dbae93207955a7d5ca6218350c9d95f1
|
|
| MD5 |
1f569e2bcc96ab8df9ce14a58cdbb8d1
|
|
| BLAKE2b-256 |
b3ea2e3d4dddc796078e1a7cf9c1de5bcfe94dbf9948f81d57ae7a1a5cf7216b
|
Provenance
The following attestation bundles were made for regulationsgov_mcp-1.0.5.tar.gz:
Publisher:
publish-pypi.yml on 1102tools-dev/federal-contracting-mcps
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regulationsgov_mcp-1.0.5.tar.gz -
Subject digest:
c9a014875c5c2e7ccc8366421dadc932dbae93207955a7d5ca6218350c9d95f1 - Sigstore transparency entry: 2568955426
- Sigstore integration time:
-
Permalink:
1102tools-dev/federal-contracting-mcps@1d286d2015b8cca628f35d7b19c995b9cb5fb906 -
Branch / Tag:
refs/tags/v1.0.13 - Owner: https://github.com/1102tools-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@1d286d2015b8cca628f35d7b19c995b9cb5fb906 -
Trigger Event:
push
-
Statement type:
File details
Details for the file regulationsgov_mcp-1.0.5-py3-none-any.whl.
File metadata
- Download URL: regulationsgov_mcp-1.0.5-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74b48cda167bbced561ae90901baf5b9c05f235c3d99f929eaf0996a3bfbe7a6
|
|
| MD5 |
c89bb35b82fffea9bc0a0b4778402288
|
|
| BLAKE2b-256 |
e758ab2b8b7808209469561e5aa058a3b10c6edc7a3c7fce5b0b235ced83b210
|
Provenance
The following attestation bundles were made for regulationsgov_mcp-1.0.5-py3-none-any.whl:
Publisher:
publish-pypi.yml on 1102tools-dev/federal-contracting-mcps
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
regulationsgov_mcp-1.0.5-py3-none-any.whl -
Subject digest:
74b48cda167bbced561ae90901baf5b9c05f235c3d99f929eaf0996a3bfbe7a6 - Sigstore transparency entry: 2568955433
- Sigstore integration time:
-
Permalink:
1102tools-dev/federal-contracting-mcps@1d286d2015b8cca628f35d7b19c995b9cb5fb906 -
Branch / Tag:
refs/tags/v1.0.13 - Owner: https://github.com/1102tools-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-pypi.yml@1d286d2015b8cca628f35d7b19c995b9cb5fb906 -
Trigger Event:
push
-
Statement type: