Company Intelligence MCP — Company Profiles & Funding for AI avatar

Company Intelligence MCP — Company Profiles & Funding for AI

Pricing

from $10.00 / 1,000 company search (per query)s

Go to Apify Store
Company Intelligence MCP — Company Profiles & Funding for AI

Company Intelligence MCP — Company Profiles & Funding for AI

Give your AI agent instant access to 100,000+ Crunchbase-grade company profiles and funding rounds over MCP. Search by name, country, employee size or status; pull full profiles — people, tech stack, funding, growth signals — plus funding-round data. No query-time scraping; pay per call.

Pricing

from $10.00 / 1,000 company search (per query)s

Rating

0.0

(0)

Developer

Muhamed Didovic

Muhamed Didovic

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

7 days ago

Last modified

Share

Company Intelligence MCP Server

A Model Context Protocol (MCP) server running as an Apify Standby actor. It gives AI agents (Claude, Cursor, custom agents — any MCP client) instant, structured access to a company-intelligence warehouse:

  • 100,000+ company profiles — identity, location, website, employee range, operating/IPO status, funding totals, tech-stack counts, categories, and more (Crunchbase-grade data).
  • Funding-round signals — round type, money raised (USD + original currency), announcement date, linked company.

No scraping happens at query time — every tool is a fast read against the pre-collected warehouse.

Endpoint

POST https://memo23--company-intelligence-mcp.apify.actor/mcp
Authorization: Bearer <YOUR_APIFY_TOKEN>

Transport: Streamable HTTP (stateless). A plain GET / returns a small identity blob.

MCP client configuration

Claude Desktop / Cursor style config (any client supporting remote Streamable HTTP servers):

{
"mcpServers": {
"company-intelligence": {
"url": "https://memo23--company-intelligence-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer <YOUR_APIFY_TOKEN>"
}
}
}
}

Get your Apify token at Apify Console → Settings → API & Integrations.

Tools

1. search_companies

Search the company warehouse. All filters optional and combinable.

ParamTypeDescription
querystringFull-text word/prefix match on name & description, e.g. "ai" → AI, OpenAI (not a raw substring). Multiple words are AND-ed.
countrystringFull country name, e.g. "United States", "Germany"
employeeRangestringe.g. "1-10", "11-50", "1001-5000", "10001+"
operatingStatusstring"active" or "closed"
limitnumber1–25, default 10

Example call:

{ "name": "search_companies", "arguments": { "query": "ai", "country": "Germany", "limit": 5 } }

Returns slim rows (name, permalink, website, city, country, employeeRange, operatingStatus, foundedOn, description ≤ 200 chars) ordered by Crunchbase rank, plus totalMatches.

2. get_company_profile

Full clean profile for one company.

ParamTypeDescription
permalinkstringCompany slug from search_companies, e.g. "openai"

Example call:

{ "name": "get_company_profile", "arguments": { "permalink": "openai" } }

Returns the complete structured record: identity, funding (total USD, rounds, investors), people/employee data, tech stack, categories, signals, contact fields where available.

3. get_funding_rounds

A cross-company feed of notable funding rounds (with clean USD amounts), newest first — best for discovery by date/type/company. For one company's full round history, use get_company_profile (its funding.rounds is more complete than this signals table). All filters optional.

ParamTypeDescription
companyPermalinkstringOnly rounds raised by this company
announcedAfterstringISO date YYYY-MM-DD
investmentTypestringe.g. "seed", "series_a", "series_b"
limitnumber1–25, default 10

Example call:

{ "name": "get_funding_rounds", "arguments": { "investmentType": "series_a", "announcedAfter": "2025-01-01", "limit": 10 } }

Returns round rows: name, investmentType, moneyRaisedUsd, moneyRaised + moneyCurrency, announcedOn, companyPermalink.

Pricing (pay-per-event)

EventToolPrice
tool-search-companiessearch_companies$0.01 / call
tool-company-profileget_company_profile$0.02 / call
tool-funding-roundsget_funding_rounds$0.03 / call

Plus a one-off $0.005 actor-start charge when a standby container boots. Pricing is live on the actor.

Quick test with curl

curl -X POST "https://memo23--company-intelligence-mcp.apify.actor/mcp" \
-H "Authorization: Bearer $APIFY_TOKEN" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_companies","arguments":{"query":"ai","limit":3}}}'

🤖 For AI Agents & LLM Apps

Compact reference for AI agents calling this actor via the Apify MCP server or the Apify API (actor: memo23/company-intelligence-mcp).

Purpose: Read structured company-intelligence and funding-round data from a pre-collected 100,000+ company warehouse (Crunchbase-grade) — no live scraping at query time.

Minimal input: a JSON-RPC tool call to the /mcp endpoint (Streamable HTTP, Authorization: Bearer <APIFY_TOKEN>):

{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": { "name": "search_companies", "arguments": { "query": "ai", "limit": 5 } }
}

Output: search_companies returns slim rows — name, permalink, website, city, country, employeeRange, operatingStatus, foundedOn, description (≤200 chars) — plus totalMatches, ordered by Crunchbase rank.

Behaviors an agent should know:

  • Three tools: search_companies (discovery, optional filters query/country/employeeRange/operatingStatus/limit), get_company_profile (full record by permalink), get_funding_rounds (cross-company round feed, filters companyPermalink/announcedAfter/investmentType/limit).
  • limit on both list tools is 1–25 (default 10) — there is no uncapped mode; reads are always paged.
  • Call search_companies first to obtain a permalink, then pass it to get_company_profile.
  • Read-only warehouse — every tool is a fast read against pre-collected data, so no site is scraped at query time.
  • Billing (pay-per-event): $0.01 per search_companies, $0.02 per get_company_profile, $0.03 per get_funding_rounds, plus a one-off $0.005 standby-start charge when a container boots.

⚠️ Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Crunchbase, Inc. or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.

The actor serves only publicly available company-profile and funding information from its pre-collected warehouse — no authenticated endpoints, paid features, or content behind a login wall are accessed. Users are responsible for ensuring their use complies with applicable Terms of Service, applicable data-protection law (GDPR, CCPA, etc.), and any contractual obligations of their own organization.

SEO Keywords

company intelligence MCP, company data api, Crunchbase alternative, company profile api, funding rounds api, startup data api, company enrichment api, b2b company database, company search api, investor data, venture funding data, company firmographics, sales intelligence data, lead enrichment api, startup funding tracker, company lookup api, tech stack data, company intelligence server, Apify MCP