๐Ÿ” Company Intelligence MCP

One MCP server to pull SEC filings, patent data, domain whois, and SSL certificate info. All free data sources, no API keys needed to start.

โšก MCP Protocol • SEC EDGAR • USPTO • WHOIS
$29 /month
Subscribe โ€” $29/mo

Free tier: 10 requests/month ยท No credit card required

What you get

๐Ÿ“Š

SEC Filings

Latest 10-K, 10-Q, 8-K filings from SEC EDGAR. Financials from XBRL data.

๐Ÿ’ก

Patent Search

Search patents by company name via USPTO open data. Title, number, date, status.

๐ŸŒ

Domain Intelligence

WHOIS registration info, DNS A records, SSL certificate details and expiry dates.

๐Ÿ”Œ

MCP Native

Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client.

๐Ÿ›  Available Tools

company_profile(name/domain) โ†’ SEC filings + patents + domain info
company_financials(ticker) โ†’ SEC EDGAR financials (revenue, assets, income)
company_patents(name) โ†’ USPTO patent search
company_domain(domain) โ†’ WHOIS + DNS + SSL info

โš™๏ธ Claude Desktop Config

{
  "mcpServers": {
    "company-intel": {
      "command": "python",
      "args": ["/path/to/company-intel-mcp/server.py"]
    }
  }
}