Company intelligence MCP server — 11 tools, 12 data sources. Profiles, tech stacks, patents, competitors, job postings, domain intel, social
Companyscope MCP MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Company intelligence MCP server — 11 tools, 12 data sources. Profiles, tech stacks, patents, competitors, job postings, domain intel, social presence, financials. Wikipedia, GitHub, SEC EDGAR, OpenCorporates, USPTO, DNS, RDAP, Brave.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Companyscope MCP is connected, these are the calls the assistant has available:
lookup_company — Full company profile — founding info, description, tech stack, key people, news, corporate data, financialsget_tech_stack — Detect 19+ frameworks, languages, hosting, and analytics from website + GitHubget_key_people — Find founders, executives, and team members with titlesget_company_news — Recent news articles about a companyget_corporate_registry — Corporate registry data — incorporation, jurisdiction, officers (140+ countries)get_financials — SEC EDGAR financial data — revenue, net income, assets, liabilities, stock tickers, recent filingsget_competitors — Discover competing companies via web searchget_patents — Search US patents by company assignee via Google Patentsget_domain_intel — DNS records, WHOIS/RDAP, hosting provider, email service detectionget_job_postings — Open positions from careers pages — titles, departments, locationsget_social_presence — Social media across 12 platforms + GitHub org statsYou will need one environment variable: YOUR_APIFY_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Companyscope MCP's toolset — lookup_company, get_tech_stack, get_key_people and 8 more — is a fair guide to whether it matches your workflow. It is maintained by stewyboy1990; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Companyscope MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| 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 |
```json
// 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"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| YOUR_APIFY_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.