Skip to content
Cursor

Entity-ID Resolver for Cursor

xyz.entityresolver/resolver

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

client:Cursor transport:stdio runtime:npm

Install Entity-ID Resolver in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Entity-ID Resolver in other clients