mcpbeat

Pubrecords MCP Server

io.github.bch1212/pubrecords
answering

Pubrecords is answering right now. Last checked 1 min ago. It exposes 10 tools. Last commit 13 May 2026.

US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
92 of 92 checks
10
Tools
read from the server
284 ms
Response time
average over 24h
0
Stars
last commit 13 May 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add pubrecords --transport http https://mcp-pubrecords-production.up.railway.app/mcp/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pubrecords": {
      "url": "https://mcp-pubrecords-production.up.railway.app/mcp/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pubrecords]
url = "https://mcp-pubrecords-production.up.railway.app/mcp/"
.cursor/mcp.json
{
  "mcpServers": {
    "pubrecords": {
      "url": "https://mcp-pubrecords-production.up.railway.app/mcp/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pubrecords": {
      "url": "https://mcp-pubrecords-production.up.railway.app/mcp/"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

mcp
mcp_get_company_details
Fetch officers, agent, and filing history for a known company. Args: company_id: OpenCorporates company number. jurisdiction: Jurisdiction code (e.g. 'us_de', 'us_ca').
mcp_get_sec_filing
Fetch metadata + index URL for one SEC filing by accession number. Args: accession_number: EDGAR accession number (e.g. '0001193125-21-000001').
mcp_get_ucc_filings
UCC lien lookup. (Roadmap; returns not_implemented per state.) Args: debtor_name: Name of the debtor. state: 2-letter state code.
mcp_lookup_federal_spending
Search USASpending.gov for awards (contracts + grants). Args: recipient_name: Award recipient name. agency: Awarding agency name (e.g. 'Department of Defense'). year: Fiscal year (e.g. 2024). limit: Max results (1-100, default 25).
mcp_lookup_npi
Look up healthcare providers in the NPPES NPI registry. Args: name: Provider individual or organization name. specialty: Taxonomy description (e.g. 'Internal Medicine'). state: 2-letter state code. limit: Max results (1-200, default 25).
mcp_search_companies
Search US business entities by name (OpenCorporates). Args: name: Company or trade name to search for. state: 2-letter US state code (e.g. 'CA') to narrow jurisdiction. status: Filter by current status (e.g. 'active', 'dissolved'). limit: Max results (1-100, default 25).
mcp_search_court_cases
Search federal court cases via CourtListener (RECAP). Args: party_name: Plaintiff or defendant name. court: CourtListener court id (e.g. 'nyed', 'txsd'). date_from: Earliest filing date (YYYY-MM-DD). limit: Max results (1-50, default 25).
mcp_search_licenses
Search professional / business licenses (NPI + FCC, more sources roadmap). Args: entity_name: Licensee name. license_type: 'npi' | 'medical' | 'fcc' | 'radio' | 'all'. state: 2-letter state code.
mcp_search_sec_filings
Search SEC EDGAR full-text for filings. Args: company_name: Issuer name or keyword. form_type: Filing form (e.g. '10-K', '10-Q', '8-K'). date_from: Earliest filing date (YYYY-MM-DD). limit: Max results (1-100, default 25).
mcp_verify_entity
Cross-reference an entity across multiple sources and score confidence. Args: name: Entity name to verify. state: Optional 2-letter state code for jurisdiction filtering.

Endpoints

URLTransportStateLatencyChecked
https://mcp-pubrecords-production.up.railway.app/mcp/ streamable-http answering 264 ms 1 min ago

Pubrecords — questions

Answers built from our own checks of this server.

What can Pubrecords do?
It exposes 10 tools, read directly from the server on our last check. Among them: mcp_get_company_details, mcp_get_sec_filing, mcp_get_ucc_filings, mcp_lookup_federal_spending, mcp_lookup_npi, mcp_search_companies and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Pubrecords working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 284 ms. The bar chart above shows every period we have measured.
How do I connect Pubrecords?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Pubrecords need an API key?
No. Pubrecords completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Pubrecords?
It answers our handshake in 284 ms on average, which is faster than 48% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Pubrecords open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.