This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryNew GLEIF MCP Server v0.1.0 adds LEI lookup, validation, and multiple search capabilities.
Full changelog
GLEIF MCP Server v0.1.0
Access the Global Legal Entity Identifier (LEI) database via MCP.
Features
- lei_lookup: Get full details for a specific LEI code
- validate_lei: Verify LEI format, check digits, and registration status
- search_entity: Find companies by name with fuzzy matching
- search_by_bic: Find bank LEI from BIC/SWIFT code
- search_by_isin: Find issuer LEI from securities ISIN
- search_by_country: Browse entities by jurisdiction
- get_relationships: Corporate ownership mapping
- autocomplete: Entity name suggestions
Installation
Download the binary for your platform, make it executable, and add to your MCP config.
Claude Code:
claude mcp add gleif /path/to/gleif-mcp-server
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"gleif": {
"command": "/path/to/gleif-mcp-server"
}
}
}
Checksums
See checksums.txt for SHA-256 verification.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About olgasafonova/gleif-mcp-server
Access the Global Legal Entity Identifier (LEI) database for company verification, KYC, and corporate ownership research via GLEIF's public API.
Related context
Beta — feedback welcome: [email protected]