You're viewing a demo portfolio

Join the waitlist
PRSM

search_lei

Active

Tool of Gleif

declared in 0.1.0

Search the GLEIF LEI registry by legal entity name. Returns matched entities with their 20-character LEI, jurisdiction, status, and BIC/ISIN cross-references. Use the LEI to resolve canonical identity across SEC, OpenSanctions, and counterparty databases.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "Apple Inc"
    },
    {
      "query": "Deutsche Bank",
      "status": "ACTIVE",
      "country": "DE",
      "page_size": 50
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Legal entity name (full or partial)"
    },
    "status": {
      "enum": [
        "ACTIVE",
        "LAPSED",
        "INACTIVE",
        "PENDING",
        "NULL"
      ],
      "type": "string",
      "description": "ACTIVE | LAPSED | INACTIVE | PENDING | NULL"
    },
    "country": {
      "type": "string",
      "description": "Restrict to a jurisdiction (ISO 3166-1 alpha-2, e.g., \"US\", \"DE\")"
    },
    "page_size": {
      "type": "number",
      "description": "1-200 (default 25)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Gleif

https://github.com/pipeworx-io/mcp-gleif

1/7 registries
View full server →
search_lei — Gleif — PRSM MCP