CompanyScope MCP

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

Free Tier: 25 calls/day — No API keys needed
Get Started in 30 Seconds
8
Data Sources
6
MCP Tools
140+
Countries Covered
$0
API Keys Needed

Why CompanyScope?

Stop juggling 8 different APIs. CompanyScope aggregates Wikipedia, GitHub, SEC EDGAR, RDAP, OpenCorporates, web scraping, Hunter.io, and NewsAPI into a single structured response. One tool call, full company profile.

6 MCP Tools

lookup_company

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

get_tech_stack

Detect 19+ frameworks, languages, hosting, and analytics from website + GitHub repos

get_key_people

Founders, executives, team members with titles from Wikipedia and web scraping

get_financials

SEC EDGAR: revenue, net income, assets, liabilities, stock tickers, recent 10-K/10-Q/8-K filings

get_corporate_registry

Incorporation data, officers, jurisdiction from OpenCorporates (140+ countries)

get_company_news

Recent news articles about any company via Brave Search (no API key needed on hosted version)

8 Free Data Sources

Wikipedia GitHub API Web Scraping SEC EDGAR RDAP OpenCorporates Brave Search Hunter.io

All core sources are free and public. Wikipedia, GitHub, SEC EDGAR, RDAP, Brave Search, and web scraping provide rich profiles without any API keys.

Connect in 30 Seconds

Add to Claude Desktop, Cursor, Cline, 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 https://companyscope-mcp.stewwilli.workers.dev/mcp

Example: lookup_company("apple.com")

{ "name": "APPLE INC", "description": "Apple Inc. is an American multinational corporation...", "founded": "April 1, 1976", "industry": "Electronic Computers", "headquarters": "Cupertino, California, U.S.", "employees": 164000, "stockTickers": ["AAPL"], "financials": { "revenue": "$391B (FY 2024)", "netIncome": "$93.7B (FY 2024)", "totalAssets": "$365B (FY 2024)" }, "techStack": ["React", "Next.js", "Swift", "Objective-C"], "keyPeople": [ {"name": "Tim Cook", "title": "CEO"}, {"name": "Steve Jobs", "title": "Co-founder"} ], "domain": { "registrar": "CSC Corporate Domains, Inc.", "registrationDate": "1987-02-19" }, "confidence": 0.86, "sources": ["apple.com", "github.com", "wikipedia.org", "sec.gov"] }

Use Cases

Sales Prospecting

Research target companies before outreach. Get tech stack, team size, and financial health in one call.

Due Diligence

Pull revenue, net income, total assets, and recent SEC filings for any US public company.

Competitive Intelligence

Compare competitor tech stacks, team composition, and domain history side by side.

AI Agent Workflows

Let your AI assistant autonomously research companies, enrich CRM records, or build prospect lists.

Frequently Asked Questions

How do I add CompanyScope to Claude Desktop?

Open your Claude Desktop config file (Settings > Developer > Edit Config) and add the connection snippet shown above. Restart Claude Desktop and the tools will appear automatically.

Does CompanyScope work with Cursor and Cline?

Yes. Any MCP-compatible client can connect using the Streamable HTTP endpoint at https://companyscope-mcp.stewwilli.workers.dev/mcp. This includes Claude Desktop, Cursor, Cline, Windsurf, and any tool that supports the Model Context Protocol.

What data does it return for non-US companies?

Wikipedia, GitHub, web scraping, RDAP, and OpenCorporates work globally (140+ jurisdictions). SEC EDGAR data is only available for US public companies. You still get a rich profile even without SEC data.

Is there a rate limit?

Free tier: 25 tool calls per day. Only actual tool calls count — MCP initialization and tool listing are unlimited. Contact us for higher limits.

How is this different from Crunchbase or Apollo?

CompanyScope is an MCP server designed for AI agents, not a web app for humans. It integrates directly into your AI workflow and aggregates 8 free public sources. No subscription, no API key, no signup required.

Open Source & Free

Built with Cloudflare Workers + MCP SDK. MIT licensed. Also available on Apify.

View on GitHub Apify Actor