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
{
"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