This server connects to the Global Legal Entity Identifier Foundation (GLEIF) API, giving you programmatic access to legal entity identifiers without authentication. It's part of the Pipeworx gateway platform that aggregates 250+ data sources behind a single MCP interface. You can either call GLEIF tools directly or use the ask_pipeworx natural language wrapper to query entity data conversationally. Useful when you need to validate or look up LEI codes for companies, verify organizational relationships, or pull structured entity metadata during research or compliance workflows. Runs over streamable HTTP, so no local process management needed.
GLEIF MCP — Global Legal Entity Identifier Foundation (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"gleif": {
"url": "https://gateway.pipeworx.io/gleif/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Gleif data" })
The gateway picks the right tool and fills the arguments automatically.
MIT