CompanyScope MCP

Company intelligence in one tool call — funding, tech stack, employees, competitors, news from public APIs

CompanyScope MCP Server

Stewyboy1990/companyscope-mcp MCP server npm License: MIT Install in Cursor Apify Actor

Company intelligence in one tool call. Get comprehensive company profiles — financials, tech stacks, competitors, patents, key people, job postings, domain intel, social presence, and news — from any domain or company name. Aggregates 12 free public data sources in parallel. Works with Claude, ChatGPT, Cursor, Windsurf, Cline, and any MCP-compatible client.

Try the live demo — enter any company name and see instant results. No signup needed.

Want cloud-hosted, always-on access with all 11 tools? Use the Apify Actor — pay only for what you use, no infrastructure to manage.

Tools

ToolDescription
lookup_companyFull company profile — founding info, description, tech stack, key people, news, corporate data, financials
get_tech_stackDetect 19+ frameworks, languages, hosting, and analytics from website + GitHub
get_key_peopleFind founders, executives, and team members with titles
get_company_newsRecent news articles about a company
get_corporate_registryCorporate registry data — incorporation, jurisdiction, officers (140+ countries)
get_financialsSEC EDGAR financial data — revenue, net income, assets, liabilities, stock tickers, recent filings
get_competitorsDiscover competing companies via web search
get_patentsSearch US patents by company assignee via Google Patents
get_domain_intelDNS records, WHOIS/RDAP, hosting provider, email service detection
get_job_postingsOpen positions from careers pages — titles, departments, locations
get_social_presenceSocial media across 12 platforms + GitHub org stats

Quick Start

Option 1: Apify Actor (cloud-hosted, all 11 tools)

Use CompanyScope on Apify — always-on, pay-per-use, no setup required:

# Claude Code
claude mcp add companyscope --transport http \
  https://constructive-wainscot--companyscope-mcp.apify.actor/mcp \
  --header "Authorization:Bearer YOUR_APIFY_TOKEN"
// Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "companyscope": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://constructive-wainscot--companyscope-mcp.apify.actor/mcp",
        "--header", "Authorization:Bearer YOUR_APIFY_TOKEN"
      ]
    }
  }
}

Option 2: Free hosted server (all 11 tools, 25 calls/day)

Connect to the free Cloudflare Workers endpoint:

# Claude Code
claude mcp add companyscope --transport http https://companyscope-mcp.stewwilli.workers.dev/mcp
// Claude Desktop
{
  "mcpServers": {
    "companyscope": {
      "command": "npx",
      "args": ["mcp-remote", "https://companyscope-mcp.stewwilli.workers.dev/mcp"]
    }
  }
}

Option 3: ChatGPT (Pro, Team, Enterprise, Edu)

Connect CompanyScope directly in ChatGPT — no installation required:

  1. Open ChatGPT → SettingsApps & ConnectorsAdvanced settings
  2. Toggle Developer Mode to ON
  3. Click Add new connector
  4. Enter:
    • Name: CompanyScope
    • URL: https://companyscope-mcp.stewwilli.workers.dev/mcp
    • Authentication: Select No Auth
  5. Check "I trust this application" → Create
  6. In any chat, enable Developer Mode and CompanyScope's 11 tools are available

Option 4: npm (local, stdio transport)

npx companyscope-mcp

Option 5: Self-host on Cloudflare Workers

git clone https://github.com/Stewyboy1990/companyscope-mcp.git
cd companyscope-mcp && npm install
wrangler kv namespace create CACHE
# Update wrangler.toml with your KV namespace ID
npm run deploy

Data Sources

All data is aggregated from 10 free public sources — no paid API keys required:

SourceData Provided
Wikipedia / WikidataCompany description, founding year, HQ, employees, industry, revenue, founders, CEO
GitHub APIOrganization profile, top repos, programming languages, stars, contributors
SEC EDGARRevenue, net income, total assets, liabilities, stock tickers, recent filings
Web scrapingCompany name, description, tech stack (19+ frameworks), social links
OpenCorporatesIncorporation date, jurisdiction, registered officers (140+ countries)
RDAPDomain registrar, registration date, nameservers, domain age
DNS (Cloudflare DoH)A, MX, NS, TXT records; hosting provider and email service detection
Brave SearchCompetitor discovery, patent search, company news
Google PatentsUS patents by company assignee — titles, IDs, dates
Careers pagesJob postings, departments, locations, ATS platform detection

Example Output

> lookup_company("anthropic.com")

Returns a structured profile with:

  • Company name, description, industry
  • Founded date, headquarters, employee count
  • Tech stack (from website + GitHub)
  • Key people (from corporate registry, website, Wikipedia)
  • Recent news
  • Social profiles
  • Confidence score (0-1 based on data sources that returned data)

Pricing

OptionToolsCalls/DayPrice
Free (Cloudflare)6 core25$0
Free (npm)6 coreUnlimited$0
Apify ActorAll 11UnlimitedPay-per-use

Use Cases

  • Sales prospecting — Research target companies before outreach. Get tech stack, team size, financials.
  • Due diligence — Pull SEC filings, corporate registry, patent portfolios in one call.
  • Competitive intelligence — Discover competitors, compare tech stacks and hiring activity.
  • AI agent workflows — Let your AI assistant autonomously research and enrich company data.

Also Available

License

MIT

Related Servers

NotebookLM Web Importer

Import web pages and YouTube videos to NotebookLM with one click. Trusted by 200,000+ users.

Install Chrome Extension