MCP Server
MCP
Entity-ID Resolver
Ambiguous name/ticker to verified IDs: SEC CIK, GLEIF LEI, ISIN, Wikidata, CoinGecko. Non-US too.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "entityresolver-mcp",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "0x-hex private key of a dedicated low-value wallet holding USDC on Base. Optional — without it only the free demo_resolve tool is available; with it the paid resolve_entity tool settles $0.005 USDC per call via x402.",
"format": "string",
"isSecret": true,
"name": "BUYER_PRIVATE_KEY"
},
{
"description": "Override the service base URL. Defaults to https://entityresolver.xyz.",
"format": "string",
"name": "ENTITYRESOLVER_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment