Companyscope MCP Server

Company intelligence MCP server — 11 tools, 12 data sources. Profiles, tech stacks, patents, competitors, job postings, domain intel, social

Remote serverstreamable-http

What is the Companyscope MCP MCP server?

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.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

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, 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

Configuration and credentials

You 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.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Companyscope MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the companyscope mcp mcp server does with a few real requests.

Choosing this one

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.

Available tools

ToolWhat it does
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

How to install the Companyscope MCP MCP server

```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.

Configuration

VariableDescriptionRequired
YOUR_APIFY_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Companyscope MCP to lookup company.
  • Use Companyscope MCP to get tech stack.
  • Use Companyscope MCP to get key people.

Frequently asked questions

It connects Companyscope MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (lookup_company, get_tech_stack, get_key_people, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Companyscope MCP directly.