gleif-mcp-server
Verified Safeby olgasafonova
Overview
Enables AI assistants to verify legal entities, research corporate ownership structures, and perform compliance checks by querying the Global Legal Entity Identifier (LEI) database.
Installation
./gleif-mcp-serverSecurity Notes
The server primarily acts as a proxy to GLEIF's public API, which requires no authentication. No hardcoded secrets were identified in the provided source code. It employs good practices for external API interaction including client-side rate limiting, retry logic with exponential backoff, and robust error handling. Requests use `http.NewRequestWithContext` and `slog` for structured logging. The build script uses `CGO_ENABLED=0`, enhancing binary security. Overall, the implementation adheres to good security principles for its intended function.
Similar Servers
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to access and analyze comprehensive financial data, stock information, company fundamentals, and market insights from Financial Modeling Prep.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
mcp-server-datahub
Enables AI agents to interact with DataHub for comprehensive data discovery, governance, lineage exploration, and SQL query generation across an organization's data ecosystem.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.