CompanyScope - Company Intelligence MCP Server avatar

CompanyScope - Company Intelligence MCP Server

Pricing

Pay per usage

Go to Apify Store
CompanyScope - Company Intelligence MCP Server

CompanyScope - Company Intelligence MCP Server

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.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Stew Williamson

Stew Williamson

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

12 hours ago

Last modified

Share

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

ToolWhat it doesPrice
lookup_companyFull company profile: description, tech stack, people, financials, news, domain, registry$0.15
get_tech_stackDetect 19+ frameworks, languages, hosting, analytics from website + GitHub repos$0.05
get_key_peopleFind founders, executives, team members with titles from Wikipedia and web$0.05
get_financialsSEC EDGAR data: revenue, net income, assets, liabilities, stock tickers, recent filings$0.08
get_company_newsRecent news articles about the company$0.03
get_corporate_registryCorporate registry data: incorporation, officers, jurisdiction (140+ countries)$0.03

8 Data Sources

All sources are free public APIs and websites:

SourceData Provided
Wikipedia / WikidataCompany description, founding year, headquarters, employee count, industry, revenue, founders, CEO
GitHub APIOrganization profile, top repositories, programming languages, stars, contributor activity
SEC EDGARRevenue, net income, total assets, liabilities, equity, stock tickers, exchanges, SIC code, recent SEC filings (10-K, 10-Q, 8-K)
RDAPDomain registrar, registration date, expiration date, nameservers, domain age
Web ScrapingCompany name, description, social media profiles, meta tags, tech stack detection (19+ frameworks)
OpenCorporatesIncorporation 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

{
"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