Skip to content
Windsurf

Entity-ID Resolver for Windsurf

xyz.entityresolver/resolver

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

client:Windsurf transport:stdio runtime:npm

Install Entity-ID Resolver in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Entity-ID Resolver in other clients