mcpbeat Sign in

Federal Regulations MCP Server

by stark256-spec Your server? Claim it
local only

Federal Regulations runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from pypi.

Search the Federal Register, read & diff CFR sections, query Regulations.gov. Any LLM supported.

Installs per day peak 14 · avg 6 · -10% w/w
a month agotoday
43
Installs / week
pypi · regulations-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Federal Regulations every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add regulations-mcp -- uvx regulations-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "regulations-mcp": {
      "args": [
        "regulations-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.regulations-mcp]
command = "uvx"
args = ["regulations-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "regulations-mcp": {
      "args": [
        "regulations-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "regulations-mcp": {
      "args": [
        "regulations-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: REGULATIONS_GOV_API_KEY (Free API key from api.regulations.gov — only needed for regulations.gov search tools. Federal Register and eCFR tools work without any key.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Federal Regulations

same job, measured the same way
Federal Regulations MCP Server
by cyanheads

Search and trace US federal rules across the Federal Register, eCFR, and Regulations.gov.

98 installs/wk 7 tools answering
US Code of Federal Regulations
by mccallar

Look up, search, and track changes to the US Code of Federal Regulations (eCFR).

322 installs/wk local only
I
FAR Oracle
by blueskylineassets

Search Federal Acquisition Regulations (FAR) for government contracting.

78 installs/wk local only
MCP Grantiq
by bch1212

Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.

13 installs/wk 8 tools answering
I
NDIS Provider Feed
by benno303

Agent-readable search over the NDIS Provider Register (CC BY 4.0 AU) by location and service.

3 tools answering
FRTracker — Federal Regulatory Research
by frtracker

Source-linked US federal regulations: CFR provision history, obligations, rules, comments.

10 tools answering
Faa Regulations
by pipeworx-io

FAA Regulations MCP — US Federal Aviation Regulations (14 CFR, 'FARs').

38 tools answering
llmsmap.me International Directory
by arseniigruzdev

Read-only search and discovery for the international llms.txt directory maintained by llmsmap.me.

2 tools answering

Federal Regulations — questions

Answers built from our own checks of this server.

Why is there no uptime for Federal Regulations?
Federal Regulations runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package regulations-mcp was installed 43 times last week.
How do I connect Federal Regulations?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls regulations-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Federal Regulations?
The pypi package regulations-mcp was installed 43 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.