# CompanyScope - Company Intelligence MCP Server (`constructive_wainscot/companyscope-mcp`) Actor

Get comprehensive company profiles from a single tool call. Aggregates data from Wikipedia, GitHub, OpenCorporates, web scraping, and more. Returns founding info, tech stack, key people, corporate registry data, and recent news.

- **URL**: https://apify.com/constructive\_wainscot/companyscope-mcp.md
- **Developed by:** [Stew Williamson](https://apify.com/constructive_wainscot) (community)
- **Categories:** AI, Lead generation, Developer tools
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-usage

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## CompanyScope MCP Server - Company Intelligence in One Call

Research any company in seconds. CompanyScope is an MCP server that aggregates **8 free public data sources** in parallel, returning a comprehensive company profile — financials, tech stack, key people, domain info, news, and more — from a single tool call.

**No API keys required.** All core data sources are free and public. Optional enrichment available with Hunter.io and NewsAPI keys.

### Why CompanyScope?

- **One call, full profile** — No juggling 8 different APIs. Get everything in one structured response.
- **Free data sources** — Wikipedia, GitHub, SEC EDGAR, RDAP, OpenCorporates, and web scraping. Zero marginal cost.
- **SEC financials** — Revenue, net income, total assets, stock tickers, and recent 10-K/10-Q filings for US public companies.
- **Domain intelligence** — RDAP lookups for registrar, registration date, nameservers, and domain age.
- **MCP-native** — Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible AI client.
- **The only company intelligence MCP server on Apify** — purpose-built for AI agent workflows.

### Tools

| Tool | What it does | Price |
|------|-------------|-------|
| `lookup_company` | Full company profile: description, tech stack, people, financials, news, domain, registry | $0.15 |
| `get_tech_stack` | Detect 19+ frameworks, languages, hosting, analytics from website + GitHub repos | $0.05 |
| `get_key_people` | Find founders, executives, team members with titles from Wikipedia and web | $0.05 |
| `get_financials` | SEC EDGAR data: revenue, net income, assets, liabilities, stock tickers, recent filings | $0.08 |
| `get_company_news` | Recent news articles about the company | $0.03 |
| `get_corporate_registry` | Corporate registry data: incorporation, officers, jurisdiction (140+ countries) | $0.03 |

### 8 Data Sources

All sources are free public APIs and websites:

| Source | Data Provided |
|--------|--------------|
| **Wikipedia / Wikidata** | Company description, founding year, headquarters, employee count, industry, revenue, founders, CEO |
| **GitHub API** | Organization profile, top repositories, programming languages, stars, contributor activity |
| **SEC EDGAR** | Revenue, net income, total assets, liabilities, equity, stock tickers, exchanges, SIC code, recent SEC filings (10-K, 10-Q, 8-K) |
| **RDAP** | Domain registrar, registration date, expiration date, nameservers, domain age |
| **Web Scraping** | Company name, description, social media profiles, meta tags, tech stack detection (19+ frameworks) |
| **OpenCorporates** | Incorporation date, jurisdiction, company type, registered address, officers |

#### Optional Enrichment (pass API keys in Actor input)

- **Hunter.io** — Email patterns, key people with verified emails (free tier: 25 lookups/month)
- **NewsAPI** — Broader news coverage with full article text (free tier: 100 requests/day)

### Example Output

```json
{
  "name": "APPLE INC",
  "description": "Apple Inc. is an American multinational corporation and technology company...",
  "founded": "April 1, 1976",
  "industry": "Electronic Computers",
  "headquarters": "Cupertino, California, U.S.",
  "employees": 164000,
  "stockTickers": ["AAPL"],
  "exchanges": ["Nasdaq"],
  "financials": {
    "revenue": { "value": 391035000000, "unit": "USD", "period": "FY ending 2024-09-28" },
    "netIncome": { "value": 93736000000, "unit": "USD", "period": "FY ending 2024-09-28" },
    "totalAssets": { "value": 364980000000, "unit": "USD", "period": "FY ending 2024-09-28" }
  },
  "recentFilings": [
    { "form": "10-K", "filingDate": "2024-11-01", "description": "Annual Report" }
  ],
  "domain": {
    "registrar": "CSC Corporate Domains, Inc.",
    "registrationDate": "1987-02-19",
    "nameservers": ["a.ns.apple.com", "b.ns.apple.com"]
  },
  "techStack": ["React", "Next.js", "Swift", "Objective-C"],
  "keyPeople": [
    { "name": "Tim Cook", "title": "CEO", "source": "wikipedia" },
    { "name": "Steve Jobs", "title": "Co-founder", "source": "wikipedia" }
  ],
  "confidence": 0.86,
  "sources": ["apple.com", "github.com", "wikipedia.org", "sec.gov", "opencorporates.com", "rdap"]
}
````

### Use Cases

- **Sales prospecting & lead enrichment** — Research target companies before outreach. Get tech stack, team size, and financial health in one call.
- **Financial analysis & due diligence** — Pull revenue, net income, total assets, and recent SEC filings for any US public company.
- **Competitive intelligence** — Compare competitor tech stacks, team composition, and domain history.
- **Market research** — Aggregate company data across an entire sector or industry.
- **AI agent workflows** — Let your AI assistant autonomously research companies, enrich CRM records, or build prospect lists.
- **Domain research** — Check domain age, registrar history, and nameserver configuration for any company.

### Connect via MCP

Add to your MCP client (Claude Desktop, Cursor, Windsurf, Cline, etc.):

```
https://<your-username>--companyscope-mcp.apify.actor/mcp
```

Pass your Apify API token as a Bearer token in the Authorization header.

### Also Available

- **Free Cloudflare Workers version**: [companyscope-mcp.stewwilli.workers.dev](https://companyscope-mcp.stewwilli.workers.dev/) (no Apify account needed)
- **GitHub**: [Stewyboy1990/companyscope-mcp](https://github.com/Stewyboy1990/companyscope-mcp)
- **Official MCP Registry**: `io.github.Stewyboy1990/companyscope-mcp`

# Actor input Schema

## `hunterApiKey` (type: `string`):

Optional: Enables email pattern detection and key people enrichment (free tier: 25 searches/month)

## `newsApiKey` (type: `string`):

Optional: Enables recent news articles about companies (free tier: 100 requests/day)

## `openCorporatesToken` (type: `string`):

Optional: Increases rate limit for corporate registry lookups (works without token at 500 req/month)

## Actor input object example

```json
{}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("constructive_wainscot/companyscope-mcp").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("constructive_wainscot/companyscope-mcp").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call constructive_wainscot/companyscope-mcp --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=constructive_wainscot/companyscope-mcp",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "CompanyScope - Company Intelligence MCP Server",
        "description": "Get comprehensive company profiles from a single tool call. Aggregates data from Wikipedia, GitHub, OpenCorporates, web scraping, and more. Returns founding info, tech stack, key people, corporate registry data, and recent news.",
        "version": "1.0",
        "x-build-id": "BaL649zZaaSbORdUE"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/constructive_wainscot~companyscope-mcp/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-constructive_wainscot-companyscope-mcp",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/constructive_wainscot~companyscope-mcp/runs": {
            "post": {
                "operationId": "runs-sync-constructive_wainscot-companyscope-mcp",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/constructive_wainscot~companyscope-mcp/run-sync": {
            "post": {
                "operationId": "run-sync-constructive_wainscot-companyscope-mcp",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "hunterApiKey": {
                        "title": "Hunter.io API Key",
                        "type": "string",
                        "description": "Optional: Enables email pattern detection and key people enrichment (free tier: 25 searches/month)"
                    },
                    "newsApiKey": {
                        "title": "NewsAPI Key",
                        "type": "string",
                        "description": "Optional: Enables recent news articles about companies (free tier: 100 requests/day)"
                    },
                    "openCorporatesToken": {
                        "title": "OpenCorporates Token",
                        "type": "string",
                        "description": "Optional: Increases rate limit for corporate registry lookups (works without token at 500 req/month)"
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
