mcp-opencorporates
Search companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.
README
mcp-opencorporates
MCP server for OpenCorporates — the world's largest open database of companies. Search companies, officers, and filing history across 140+ jurisdictions worldwide.
Install
npx -y @gonzih/mcp-opencorporates
Claude Desktop config
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"opencorporates": {
"command": "npx",
"args": ["-y", "@gonzih/mcp-opencorporates"],
"env": {
"OPENCORPORATES_API_KEY": "your_api_key_here"
}
}
}
}
The OPENCORPORATES_API_KEY is optional — without it, the free tier is used (rate-limited). Get an API key at opencorporates.com.
Tools
search_companies
Search companies by name across all jurisdictions or within a specific one.
| Parameter | Type | Required | Description |
|---|---|---|---|
q |
string | yes | Company name or search query |
jurisdiction_code |
string | no | Filter by jurisdiction (e.g. us_de, gb, de) |
page |
number | no | Page number for pagination |
get_company
Get full details for a company by jurisdiction code and registration number.
| Parameter | Type | Required | Description |
|---|---|---|---|
jurisdiction_code |
string | yes | Jurisdiction code (e.g. us_de, gb) |
company_number |
string | yes | Company registration number |
search_officers
Search for officers (directors, shareholders, agents) across all companies.
| Parameter | Type | Required | Description |
|---|---|---|---|
q |
string | yes | Officer name or search query |
jurisdiction_code |
string | no | Filter by jurisdiction |
page |
number | no | Page number for pagination |
get_company_officers
Get all officers for a specific company.
| Parameter | Type | Required | Description |
|---|---|---|---|
jurisdiction_code |
string | yes | Jurisdiction code |
company_number |
string | yes | Company registration number |
page |
number | no | Page number for pagination |
get_company_filings
Get the filing history for a company.
| Parameter | Type | Required | Description |
|---|---|---|---|
jurisdiction_code |
string | yes | Jurisdiction code |
company_number |
string | yes | Company registration number |
page |
number | no | Page number for pagination |
Jurisdiction codes
Common codes:
| Code | Jurisdiction |
|---|---|
us_de |
Delaware, USA |
us_ca |
California, USA |
us_ny |
New York, USA |
gb |
United Kingdom |
de |
Germany |
fr |
France |
au |
Australia |
ca_on |
Ontario, Canada |
Full list: opencorporates.com/jurisdictions
API key setup
The free tier works without an API key but is rate-limited. For higher limits:
- Sign up at opencorporates.com
- Set
OPENCORPORATES_API_KEYenv var in your Claude Desktop config
API reference
Full API documentation: api.opencorporates.com/documentation/API-Reference
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.