MCP.so
登录
G

Gleif Mcp Server

@olgasafonova

关于 Gleif Mcp Server

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

olgasafonova

提交者

Olga Safonova

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Gleif Mcp Server?

Gleif Mcp Server is an MCP server that gives AI assistants direct access to the Global Legal Entity Identifier (LEI) database via GLEIF's public API. It enables lookup of company identities, verification of legal entities, and exploration of corporate ownership structures, and works with Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and other MCP-compatible tools.

How to use Gleif Mcp Server?

Download the pre-built binary for your platform from the releases page, make it executable, then configure your MCP client (e.g., Claude Desktop, Cursor) to point to the binary path in the appropriate JSON config file. No API key is required; the server works out of the box with GLEIF's public API.

Key features of Gleif Mcp Server

  • LEI lookup, batch lookup (up to 100), and entity name search
  • LEI validation (format, check digits, registration status)
  • BIC/SWIFT and ISIN lookup for financial identifiers
  • Corporate ownership and fund relationship queries
  • Local caching with 15‑minute TTL and automatic rate limiting

Use cases of Gleif Mcp Server

  • KYC & Onboarding: verify counterparty identities before signing contracts
  • Compliance Checks: validate LEIs for MiFID II, EMIR, or DORA reporting
  • Due Diligence: research corporate ownership chains and ultimate parents
  • Financial Analysis: cross‑reference securities (ISIN) and banks (BIC/SWIFT)
  • Data Enrichment: batch‑process company lists to add LEI data

FAQ from Gleif Mcp Server

Do I need an API key to use Gleif Mcp Server?

No. The server uses GLEIF’s public API which requires no authentication, so it works out of the box.

What are the rate limits and how does the server handle errors?

GLEIF allows 60 requests per minute; the server limits itself to 50 req/min and automatically retries on rate‑limited, timeout, or network errors (up to 3 attempts with exponential backoff). Structured error codes (e.g., not_found, rate_limited) indicate retryability.

How current is the data? If a LEI looks valid but is not found, what’s wrong?

The GLEIF database updates daily; recently issued LEIs may not appear immediately. Also verify the LEI is exactly 20 alphanumeric characters and follows ISO 17442 format.

What transport does Gleif Mcp Server use?

It uses the stdio transport, configured by specifying the binary path in your MCP client’s JSON configuration file.

Can I look up multiple LEIs at once?

Yes. The batch_lei_lookup tool accepts up to 100 comma‑separated LEI codes in a single request.

评论

其他 分类下的更多 MCP 服务器