Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

io.github.bch1212/pubrecords

io.github.bch1212/pubrecords

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

Uptime
4.7%
43 probes
Response
410ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

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 …

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_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). …

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_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 (…

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. 20…

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 s…

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_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.

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 sta…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.bch1212/pubrecords": {
      "url": "https://mcp-pubrecords-production.up.railway.app/mcp/",
      "transport": "streamable-http"
    }
  }
}