Back to MCP Servers

Gleif

Access the Global Legal Entity Identifier (LEI) database for company verification, KYC, and corporate ownership research via GLEIF's public API.

finance-fintechapi

Installation

npx -y gleif-mcp-server

Configuration

{
  "mcpServers": {
    "gleif-mcp-server": {
      "command": "npx",
      "args": ["-y", "gleif-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub