CompanyScope

Company intelligence for AI agents. One tool call = full company profile from 8 data sources.

MCP Server — Free Tier: 25 calls/day
8
Data Sources
6
MCP Tools
25
Free Calls/Day
0
API Keys Needed

Available Tools

lookup_company

Full profile: description, founding, HQ, employees, tech stack, key people, news

get_tech_stack

Detect frameworks, hosting, analytics, languages from website + GitHub

get_key_people

Founders, executives, team members with titles from 4 sources

get_company_news

Recent news articles (requires NewsAPI key on server)

get_corporate_registry

Corporate registry: incorporation, jurisdiction, officers (140+ countries)

get_financials

SEC EDGAR: revenue, net income, assets, stock tickers, recent filings (US public companies)

Data Sources

Wikipedia GitHub API Web Scraping OpenCorporates Hunter.io NewsAPI SEC EDGAR RDAP (Domain)

All free-tier APIs. No API keys needed to get started — Wikipedia, GitHub, SEC EDGAR, and web scraping provide rich profiles out of the box.

Connect in 30 Seconds

Add to Claude Desktop, Cursor, or any MCP client:

{ "mcpServers": { "companyscope": { "command": "npx", "args": [ "mcp-remote", "https://companyscope-mcp.stewwilli.workers.dev/mcp" ] } } }

Or connect directly via Streamable HTTP at /mcp

Example: lookup_company("anthropic.com")

{ "domain": "anthropic.com", "name": "Anthropic", "description": "AI safety company building reliable AI systems...", "founded": "2021", "employeeCount": "1000+", "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, "sources": ["wikipedia.org", "github.com", "anthropic.com"] }

Open Source

Built with Cloudflare Workers + MCP SDK. MIT licensed.

View on GitHub