Federal Register MCP Server
Related Servers
Alternatives to Federal Register MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to search and track US federal regulations, documents, and executive orders from the Federal Register, with no API keys required.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying the US Federal Register API for federal register documents and data through natural language.2 npmMIT
- AlicenseAqualityAmaintenanceEnables AI assistants to retrieve, search, and track changes to US Code of Federal Regulations sections via the eCFR API, returning actual regulation text with citations and point-in-time date support.71MIT
- AlicenseAqualityBmaintenanceEnables LLM agents to search Regulations.gov federal dockets, retrieve docket abstracts and metadata, and list rulemaking documents, giving read access to federal regulatory data.4MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to access US FDA regulations (21 CFR) through natural language queries, providing tools for retrieving regulatory information.4 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables access to comprehensive U.S. legislative and governmental data from GovInfo.gov and Congress.gov APIs, including bills, Congressional records, Federal Register documents, member information, and committee activities.1-
TDQS
Scored across 12 tools
Most tools are clearly distinct, with generic document operations and specialized executive order operations separated by use case. However, get_document vs get_executive_order and get_document_text vs get_executive_order_full_text could confuse agents, as both pairs retrieve the same kind of content but require different identifiers.
Tool names consistently follow a verb_noun pattern (get_ or search_), which is predictable and readable. Minor inconsistencies exist: get_document_text uses 'text' while get_executive_order_full_text uses 'full_text', and get_recent_executive_orders places an adjective before the resource, but these deviations are not disruptive.
With 12 tools, the server is well-scoped for its purpose. Each tool serves a clear function in document retrieval, search, presidential document exploration, public inspection, or agency information, without unnecessary redundancy.
The server covers core workflows: searching, fetching metadata, and retrieving full text for any document type. Specialized search tools exist for executive orders, proclamations, and memoranda, but proclamations and memoranda lack dedicated full-text retrieval, requiring agents to use the generic get_document and get_document_text path. This is a minor gap but not a dead end.