loading…
Search for a command to run...
loading…
Delivers comprehensive company intelligence in a single tool call, aggregating profiles, tech stacks, key people, news, and corporate data from any domain or co
Delivers comprehensive company intelligence in a single tool call, aggregating profiles, tech stacks, key people, news, and corporate data from any domain or company name. Sources data from Wikipedia, GitHub, OpenCorporates, and web scraping to provide structured business insights using only free public APIs.
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.
| Tool | Description |
|---|---|
lookup_company |
Full company profile — founding info, description, tech stack, key people, news, corporate data, financials |
get_tech_stack |
Detect 19+ frameworks, languages, hosting, and analytics from website + GitHub |
get_key_people |
Find founders, executives, and team members with titles |
get_company_news |
Recent news articles about a company |
get_corporate_registry |
Corporate registry data — incorporation, jurisdiction, officers (140+ countries) |
get_financials |
SEC EDGAR financial data — revenue, net income, assets, liabilities, stock tickers, recent filings |
get_competitors |
Discover competing companies via web search |
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 |
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"
]
}
}
}
Download the CompanyScope extension and double-click to install in Claude Desktop. No configuration needed.
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"]
}
}
}
Connect CompanyScope directly in ChatGPT — no installation required:
CompanyScopehttps://companyscope-mcp.stewwilli.workers.dev/mcpnpx companyscope-mcp
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
All data is aggregated from 10 free public sources — no paid API keys required:
| Source | Data Provided |
|---|---|
| Wikipedia / Wikidata | Company description, founding year, HQ, employees, industry, revenue, founders, CEO |
| GitHub API | Organization profile, top repos, programming languages, stars, contributors |
| SEC EDGAR | Revenue, net income, total assets, liabilities, stock tickers, recent filings |
| Web scraping | Company name, description, tech stack (19+ frameworks), social links |
| OpenCorporates | Incorporation date, jurisdiction, registered officers (140+ countries) |
| RDAP | Domain registrar, registration date, nameservers, domain age |
| DNS (Cloudflare DoH) | A, MX, NS, TXT records; hosting provider and email service detection |
| Brave Search | Competitor discovery, patent search, company news |
| Google Patents | US patents by company assignee — titles, IDs, dates |
| Careers pages | Job postings, departments, locations, ATS platform detection |
> lookup_company("anthropic.com")
Returns a structured profile with:
| Option | Tools | Calls/Day | Price |
|---|---|---|---|
| Free (Cloudflare) | 6 core | 25 | $0 |
| Free (npm) | 6 core | Unlimited | $0 |
| Apify Actor | All 11 | Unlimited | Pay-per-use |
npx companyscope-mcpio.github.Stewyboy1990/companyscope-mcpMIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"companyscope": {
"command": "npx",
"args": []
}
}
}