Access the GLEIF LEI database for company verification, KYC, and ownership research.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
docker run -i --rm ghcr.io/olgasafonova/gleif-mcp-server:0.9.0
MCP client config
{
"mcpServers": {
"gleif-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/gleif-mcp-server:0.9.0"
]
}
}
}Distributed as an MCP bundle (`https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.9.0/gleif-mcp-server-darwin-arm64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.9.0/gleif-mcp-server-darwin-amd64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.9.0/gleif-mcp-server-linux-amd64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.9.0/gleif-mcp-server-linux-arm64.mcpb`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/gleif-mcp-server/releases/download/v0.9.0/gleif-mcp-server-windows-amd64.mcpb`) — download it and import the bundle in your MCP client.