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 • WHOISFree tier: 10 requests/month ยท No credit card required
Latest 10-K, 10-Q, 8-K filings from SEC EDGAR. Financials from XBRL data.
Search patents by company name via USPTO open data. Title, number, date, status.
WHOIS registration info, DNS A records, SSL certificate details and expiry dates.
Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client.
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
{
"mcpServers": {
"company-intel": {
"command": "python",
"args": ["/path/to/company-intel-mcp/server.py"]
}
}
}