Business Entity Intelligence MCP Server avatar

Business Entity Intelligence MCP Server

Pricing

Pay per usage

Go to Apify Store
Business Entity Intelligence MCP Server

Business Entity Intelligence MCP Server

MCP server for business entity research. Gives AI assistants access to OpenCorporates company data and SEC EDGAR company filings for due diligence.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

CoDee

CoDee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Categories

Share

Look up company registrations, corporate filings, and business entity data worldwide from your AI assistant.

Overview

This MCP (Model Context Protocol) server gives AI assistants access to corporate registry data spanning over 140 jurisdictions worldwide, plus the full SEC EDGAR database for US public companies. Use it to verify business registrations, check company status, find officers and directors, review SEC filings, and conduct due diligence research. The server combines the OpenCorporates global database of over 200 million companies with the SEC's comprehensive filing system, making it a powerful tool for legal professionals, compliance teams, investigators, journalists, and anyone who needs reliable business entity data.

Available Tools

entity_search_companies

Search the OpenCorporates database for companies across 140+ jurisdictions.

ParameterTypeRequiredDescription
querystringYesCompany name or search terms
jurisdictionstringNoJurisdiction code (e.g., us_de, gb, us_ca)
statusstringNoCompany status filter (e.g., Active, Dissolved)
limitnumberNoMaximum results to return (default: 20)

Returns: company name, company number, jurisdiction, incorporation status, incorporation date, registered address, OpenCorporates URL.

entity_get_company_details

Retrieve full details for a specific company from OpenCorporates.

ParameterTypeRequiredDescription
jurisdictionstringYesJurisdiction code (e.g., us_de, gb)
companyNumberstringYesOfficial company registration number

Returns: complete company record including officers and directors, filing history, registered address, agent information, industry codes, and alternative names.

entity_search_sec_companies

Search SEC EDGAR for US publicly traded companies and their filings.

ParameterTypeRequiredDescription
querystringYesCompany name, ticker, or search terms
formTypestringNoSEC form type filter (e.g., 10-K, 10-Q, 8-K, S-1)
limitnumberNoMaximum results to return (default: 20)

Returns: entity name, CIK number, form type, filing date, direct EDGAR URL.

How to Connect

Add this MCP server to your AI client configuration:

{
"mcpServers": {
"business-entity": {
"type": "url",
"url": "https://business-entity-mcp.apify.actor/mcp"
}
}
}

Example Prompts

  • "Search for all active companies named 'Acme' registered in Delaware."
  • "Get the full details for company number 00445790 in the UK jurisdiction."
  • "Find recent 10-K annual report filings from Tesla on SEC EDGAR."
  • "Look up companies registered in California with 'solar' in the name."
  • "Search for S-1 IPO filings submitted to the SEC in the last 6 months."
  • "What is the registered address and status of Apple Inc. in its state of incorporation?"

Common Jurisdiction Codes

Here are some frequently used jurisdiction codes for OpenCorporates queries:

CodeJurisdiction
us_deDelaware, USA
us_caCalifornia, USA
us_nyNew York, USA
us_txTexas, USA
gbUnited Kingdom
ieIreland
caCanada (Federal)
deGermany

Pricing

Each tool call costs $0.01. No subscriptions, no monthly fees. You only pay for the queries you run.

Data Sources

  • OpenCorporates (api.opencorporates.com): The largest open database of companies in the world, aggregating official company register data from over 140 jurisdictions. Includes company names, registration numbers, status, officers, filings, and registered addresses.
  • SEC EDGAR (efts.sec.gov): The US Securities and Exchange Commission's Electronic Data Gathering, Analysis, and Retrieval system. Full-text search across all public company filings including annual reports (10-K), quarterly reports (10-Q), current reports (8-K), and registration statements.