mcpbeat Sign in

Entity-ID Resolver MCP Server

by entityresolver Your server? Claim it
local only

Entity-ID Resolver runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm.

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

Installs per day peak 267 · avg 14 · +29% w/w
a month agotoday
36
Installs / week
npm · entityresolver-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Entity-ID Resolver every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add resolver -- npx -y entityresolver-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "resolver": {
      "args": [
        "-y",
        "entityresolver-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.resolver]
command = "npx"
args = ["-y", "entityresolver-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "resolver": {
      "args": [
        "-y",
        "entityresolver-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "resolver": {
      "args": [
        "-y",
        "entityresolver-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BUYER_PRIVATE_KEY (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.), ENTITYRESOLVER_URL (Override the service base URL. Defaults to https://entityresolver.xyz.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Entity-ID Resolver

same job, measured the same way
Wikidata MCP Server
by cyanheads

Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.

91 installs/wk 7 tools answering
livewiki
by eduardoabreu81

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

152 installs/wk local only
I
InnoDay
by havilandsoftware

Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.

7 518 installs/wk local only
Filming Locations
by thefilmmap

Where films and TV were shot, and where games, anime and manga are set. Wikidata, read only, CC0.

8 tools answering
Wikidata Q-id shape, value discarded
by sadri-dridi

Wikidata Q-id shape, value discarded

30 tools answering
MCP Wikibooks Cookbook
by smeet666

Search the Wikibooks Cookbook, read a recipe and rescale it to any number of servings.

408 installs/wk local only
Places
by detourmap

Places worth a detour, from Wikidata: search, nearby lookup, fame rankings, stats. No key, CC0.

8 tools answering
Redmine MCP Server
by igorolv

Redmine for AI agents: issues, projects, wiki, attachments, time entries and release analytics

local only

Entity-ID Resolver — questions

Answers built from our own checks of this server.

Why is there no uptime for Entity-ID Resolver?
Entity-ID Resolver runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package entityresolver-mcp was installed 36 times last week.
How do I connect Entity-ID Resolver?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls entityresolver-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Entity-ID Resolver?
The npm package entityresolver-mcp was installed 36 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.