CompanyScope MCP Server

Company intelligence from a single MCP tool call. Aggregates 10 free public data sources into comprehensive company profiles — financials, tech stacks, competitors, patents, key people, job postings, domain intel, and more.
Want cloud-hosted, always-on access? Use the Apify Actor — no setup, unlimited calls, batch processing for multi-company research.
Quick Start
{
"mcpServers": {
"companyscope": {
"command": "npx",
"args": ["companyscope-mcp"]
}
}
}
Or run directly: npx companyscope-mcp
Tools
lookup_company | Full company profile — founding, tech stack, people, financials, news, competitors |
get_tech_stack | Detect 19+ frameworks, languages, hosting, analytics |
get_key_people | Founders, executives, team members with titles |
get_company_news | Recent news articles |
get_corporate_registry | Incorporation, jurisdiction, officers (140+ countries) |
get_financials | SEC EDGAR: revenue, net income, assets, stock tickers, filings |
get_competitors | Discover competing companies via web search |
get_patents | US patents by company assignee |
get_domain_intel | DNS, WHOIS/RDAP, hosting provider, email service |
get_job_postings | Open positions from careers pages |
get_social_presence | Social media across 12 platforms + GitHub org stats |
Data Sources
Wikipedia, GitHub API, SEC EDGAR, Web Scraping, OpenCorporates, RDAP, DNS, Brave Search, Google Patents, Careers Pages — all free, no API keys required.
Example
> lookup_company("anthropic.com")
{
"name": "Anthropic",
"description": "AI safety company building reliable AI systems...",
"founded": "2021",
"industry": "Artificial intelligence",
"headquarters": "San Francisco, California",
"techStack": ["Python", "TypeScript", "React", "Rust"],
"keyPeople": [
{"name": "Dario Amodei", "title": "CEO"},
{"name": "Daniela Amodei", "title": "President"}
],
"confidence": 0.83
}
Hosting Options
All options include all 11 tools. Apify is best for production — always-on, batch processing, no local runtime.
Links
License
MIT