get_company
ActiveTool of Open Corporates
Get full details for a specific company by jurisdiction and company number. Returns registration details, officers, filings, and industry codes. Example: get_company("us_de", "4483789") for a Delaware company.
Parameters schema
{
"type": "object",
"examples": [
{
"number": "4483789",
"jurisdiction": "us_de"
},
{
"number": "12345678",
"jurisdiction": "gb"
}
],
"required": [
"jurisdiction",
"number"
],
"properties": {
"number": {
"type": "string",
"description": "Company registration number"
},
"jurisdiction": {
"type": "string",
"description": "Jurisdiction code (e.g., \"us_de\" for Delaware, \"gb\" for UK, \"ca_on\" for Ontario)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Open Corporates
https://github.com/pipeworx-io/mcp-open-corporates
2/7 registries