You're viewing a demo portfolio

Join the waitlist
PRSM

company_lookup_batch

Active

Tool of Ready APIs

declared in 1.0.0

Resolve up to 50 mixed identifiers (domain, LEI, ticker, name) in a single POST. Each result preserves the original input for join-back.

Parameters schema

{
  "type": "object",
  "required": [
    "identifiers"
  ],
  "properties": {
    "identifiers": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "type",
          "value"
        ],
        "properties": {
          "type": {
            "enum": [
              "domain",
              "lei",
              "ticker",
              "name"
            ],
            "type": "string"
          },
          "value": {
            "type": "string"
          }
        }
      },
      "maxItems": 50,
      "minItems": 1
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ready APIs

https://github.com/ReadyAPIs-com/readyapis

1/7 registries
View full server →
company_lookup_batch — Ready APIs — PRSM MCP