Skip to content
Cline

Entity-ID Resolver for Cline

xyz.entityresolver/resolver

Ambiguous name/ticker to verified IDs: SEC CIK, GLEIF LEI, ISIN, Wikidata, CoinGecko. Non-US too.

client:Cline transport:stdio runtime:npm

Install Entity-ID Resolver in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "resolver": {
      "command": "npx",
      "args": [
        "-y",
        "entityresolver-mcp"
      ],
      "env": {
        "BUYER_PRIVATE_KEY": "<BUYER_PRIVATE_KEY>",
        "ENTITYRESOLVER_URL": "<ENTITYRESOLVER_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Entity-ID Resolver in other clients