CompanyScope MCP

Company intelligence for AI agents. 11 tools, 12 free data sources. Full company profiles — SEC financials, competitors, patents, tech stacks, key people — in one tool call. Works with ChatGPT, Claude, Cursor, and more.

Free tier available — No API keys needed
Try Live Demo Apify Store Connect via MCP Read the Guide
11
MCP Tools
12
Data Sources
140+
Countries
$0
API Keys Needed

Company Research in One Tool Call

Stop juggling APIs. CompanyScope aggregates Wikipedia, GitHub, SEC EDGAR, RDAP, DNS, OpenCorporates, Brave Search, Google Patents, web scraping, and careers pages into a single structured response.

11 MCP Tools

lookup_company

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

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

get_competitors

Discover competing companies via web search with names, URLs, descriptions

get_patents

Search US patents by company assignee via Google Patents

get_domain_intel

DNS records, WHOIS/RDAP, hosting provider, email service detection

get_job_postings

Open positions from careers pages — titles, departments, locations

get_social_presence

Social media across 12 platforms + GitHub org stats

Tools with orange highlight are available on the Apify Actor (pay-per-use).

12 Free Data Sources

Wikipedia GitHub API SEC EDGAR Web Scraping OpenCorporates RDAP DNS (Cloudflare DoH) Brave Search Google Patents Careers Pages Social Media Detection Glassdoor / Reviews

All sources are free and public. No API keys required for any core functionality.

Choose Your Plan

Free

$0

Cloudflare Workers or npm

  • 6 core tools
  • 25 calls/day (hosted)
  • No API keys needed
  • Unlimited (npm/self-host)
Get Started

Connect in 30 Seconds

ChatGPT (Pro, Team, Enterprise, Edu)

  1. Open ChatGPT → SettingsApps & ConnectorsAdvanced settings
  2. Toggle Developer Mode to ON
  3. Click Add new connector
  4. Name: CompanyScope • URL: https://companyscope-mcp.stewwilli.workers.dev/mcp
  5. Authentication: No Auth → Check "I trust this application" → Create
  6. Enable Developer Mode in any chat — all 11 tools are ready

Claude Desktop / Cursor / Cline

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

Or connect via npx companyscope-mcp (stdio) • Claude Code: claude mcp add companyscope --transport http 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 SEC filings, patent portfolios, corporate registry, and competitor landscapes for any company.

Competitive Intelligence

Discover competitors, compare tech stacks, hiring activity, and social presence 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.

What's the difference between free and Apify versions?

The free version (Cloudflare Workers or npm) includes 6 core tools with 25 calls/day on the hosted version. The Apify Actor includes all 11 tools (adding competitors, patents, domain intel, job postings, social presence) with unlimited pay-per-use access and always-on cloud hosting.

Does it work with ChatGPT, Cursor, Cline, and Windsurf?

Yes. Any MCP-compatible client can connect using the Streamable HTTP endpoint. This includes ChatGPT (Pro/Team/Enterprise/Edu via Developer Mode), Claude Desktop, Claude Code, 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, DNS, and OpenCorporates work globally (140+ jurisdictions). SEC EDGAR data is only available for US public companies.

How is this different from Crunchbase or Apollo?

CompanyScope is an MCP server for AI agents, not a web app. It integrates directly into your AI workflow, aggregates 12 free public sources, and requires no subscription or API key for core functionality.

Open Source & Available Everywhere

Built with Cloudflare Workers + MCP SDK. MIT licensed.

GitHub Apify Actor npm