You're viewing a demo portfolio

Join the waitlist
PRSM

get_company

Active

Tool of Open Corporates

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Open Corporates

https://github.com/pipeworx-io/mcp-open-corporates

2/7 registries
View full server →
get_company — Open Corporates — PRSM MCP