@pwc-ddv-ai/gleif-mcp-server
v0.1.0
Published
MCP server for GLEIF LEI Registry — entity lookup, corporate hierarchy, parent/child relationships
Maintainers
Readme
@pwc-ddv-ai/gleif-mcp-server
MCP server for the GLEIF LEI Registry — entity lookup, corporate hierarchy, parent/child relationships.
Maintained by the PwC DDV AI team.
Install
npx -y @pwc-ddv-ai/gleif-mcp-serverRequires Node >= 18.
Configure
GLEIF requires no API key. No environment variables are required.
Claude Code / Claude Desktop
{
"mcpServers": {
"gleif": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@pwc-ddv-ai/gleif-mcp-server"]
}
}
}VS Code (Copilot Chat)
{
"mcp.servers": {
"gleif": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@pwc-ddv-ai/gleif-mcp-server"]
}
}
}Tools
LEI lookup, parent/child relationship traversal, and entity metadata. See the source for the complete tool surface.
Rate limiting
GLEIF is non-profit infrastructure — outbound requests are throttled conservatively (~2 req/s) to remain a good citizen.
License
UNLICENSED — internal PwC use only.
