Federal Register MCP
@1102tools
About Federal Register MCP
MCP server for the Federal Register API: proposed rules, final rules, notices, executive orders, comment periods, and FAR case tracking since 1994. Built for regulatory tracking and acquisition policy monitoring. 8 tools.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"federal-register": {
"command": "uvx",
"args": [
"--refresh-package",
"federal-register-mcp",
"--from",
"federal-register-mcp",
"federal-register-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Federal Register MCP?
A Model Context Protocol server that wraps the FederalRegister.gov REST API as deterministic tool calls. It provides 8 tools for searching and retrieving Federal Register documents from 1994 to today, targeting federal acquisition policy teams, regulatory analysts, attorneys, and anyone who tracks rulemaking, FAR cases, comment periods, or executive orders. Public data; no API key required.
How to use Federal Register MCP?
Install via uvx federal-register-mcp (or pip install federal-register-mcp) and add the server configuration to your MCP‑compatible client’s settings. Example JSON config: {"mcpServers":{"federal-register":{"command":"uvx","args":["--refresh-package","federal-register-mcp","--from","federal-register-mcp","federal-register-mcp"]}}}. Supports Claude Desktop, Codex (ChatGPT), Gemini CLI, Copilot, Claude Code, Cursor, Cline, Zed, Continue, and other MCP clients.
Key features of Federal Register MCP?
search_documents– full-text search with Boolean operators, filters by agency, CFR part, RIN, docket, date, document typeget_documentandget_documents_batch– retrieve full text and metadata for one or many document numbersopen_comment_periods– list all currently open comment periods, sorted by closing date, filterable by agency or CFR partget_public_inspection– view documents posted to public inspection before official publicationfar_case_history– track a FAR case through ANPRM → NPRM → Final Rule → Correctionslist_agenciesandget_facet_counts– discover agencies and aggregate document counts by agency, CFR part, or document type
Use cases of Federal Register MCP?
- Track the FAR Council’s rulemaking pipeline from ANPRM through Final Rule
- Monitor comment periods affecting ongoing or planned acquisitions
- Build regulatory change reports for executive briefings or policy memos
- Cross-reference Federal Register notices with current eCFR text (pair with the eCFR MCP)
- Pull historical rule preambles for protest defense or contract interpretation
FAQ from Federal Register MCP
Does Federal Register MCP require an API key?
No. The Federal Register API is fully public; no key or authentication is needed.
What date range of documents does it cover?
Federal Register documents from 1994 to today.
Is the server hardened for production use?
Yes. It has been live‑audited against the production Federal Register API across multiple rounds, handling document type variants, CFR part normalization, comment period date parsing, and pagination.
Which MCP clients are compatible?
Claude Desktop, Codex (ChatGPT), Gemini CLI, Copilot, Claude Code, Cursor, Cline, Zed, Continue, and any other MCP‑compatible client.
What license is used?
MIT licensed.
More Developer Tools MCP servers
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Comments