mcp-opencorporates
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-opencorporatessearch company 'Acme Corp' in Delaware"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-opencorporatesRelated MCP server: Bizfile MCP
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 |
| string | yes | Company name or search query |
| string | no | Filter by jurisdiction (e.g. |
| number | no | Page number for pagination |
get_company
Get full details for a company by jurisdiction code and registration number.
Parameter | Type | Required | Description |
| string | yes | Jurisdiction code (e.g. |
| string | yes | Company registration number |
search_officers
Search for officers (directors, shareholders, agents) across all companies.
Parameter | Type | Required | Description |
| string | yes | Officer name or search query |
| string | no | Filter by jurisdiction |
| number | no | Page number for pagination |
get_company_officers
Get all officers for a specific company.
Parameter | Type | Required | Description |
| string | yes | Jurisdiction code |
| string | yes | Company registration number |
| number | no | Page number for pagination |
get_company_filings
Get the filing history for a company.
Parameter | Type | Required | Description |
| string | yes | Jurisdiction code |
| string | yes | Company registration number |
| number | no | Page number for pagination |
Jurisdiction codes
Common codes:
Code | Jurisdiction |
| Delaware, USA |
| California, USA |
| New York, USA |
| United Kingdom |
| Germany |
| France |
| Australia |
| 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gonzih/mcp-opencorporates'
If you have feedback or need assistance with the MCP directory API, please join our Discord server