mcpbeat Sign in

Govinfo MCP Server

local only

Govinfo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

MCP server for GovInfo: bills, laws, Federal Register, congressional records.

Installs / week
npm · govinfo-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Govinfo MCP 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 govinfo-mcp -- npx -y govinfo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "govinfo-mcp": {
      "args": [
        "-y",
        "govinfo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.govinfo-mcp]
command = "npx"
args = ["-y", "govinfo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "govinfo-mcp": {
      "args": [
        "-y",
        "govinfo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "govinfo-mcp": {
      "args": [
        "-y",
        "govinfo-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Govinfo MCP

same job, measured the same way
Govbase
by govbase

U.S. federal policy data — bills, Congress members, voting records, and civic info.

12 tools answering
Us Eli MCP
by matematicsolutions

US law MCP: bills, US Code, Federal Register, executive orders, case law (state+federal), eCFR

184 installs/wk local only
Au Eli MCP
by matematicsolutions

MCP server for Australia's Federal Register of Legislation: search and cite Commonwealth Acts.

300 installs/wk local only
Paper Chaser MCP
by joshuasundance-swca

MCP server for academic papers, citations, authors, ECOS dossiers, and Federal Register text.

local only
Ardhi MCP
by gabrielmahia

MCP server for land records and land-service coordination in Kenya (ardhi = land)

125 installs/wk local only
Bullpenstrategygroup
by bullpenstrategygroup-rotunda

An MCP server that provides congressional transcripts

answering
Ca Eli MCP
by matematicsolutions

MCP server for Canadian federal legislation (Justice Laws Website), verifiable citations.

238 installs/wk local only
Jp Eli MCP
by matematicsolutions

MCP server for Japan's e-Gov law search API: search, fetch, and cite national legislation.

242 installs/wk local only

Govinfo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Govinfo MCP?
Govinfo MCP 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 npm package govinfo-mcp.
How do I connect Govinfo MCP?
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 govinfo-mcp straight from npm; nothing to host, nothing to sign up for.
Is Govinfo MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.