mcpbeat Sign in

Reference Data MCP Server

local only

Reference Data MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from npm. Last commit 25 Aug 2026.

Countries, timezones, elements, constants, HTTP status codes, unit conversion, and MIME type lookup.

Installs per day peak 240 · avg 27 · -3% w/w
a month agotoday
104
Installs / week
npm · @cyanheads/reference-data-mcp-server
1
Stars
2 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Reference Data MCP Server 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 reference-data-mcp-server -- npx -y @cyanheads/reference-data-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reference-data-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/reference-data-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reference-data-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/reference-data-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "reference-data-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/reference-data-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reference-data-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/reference-data-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Reference Data MCP Server

same job, measured the same way
C
Postal Codes
by invokera

Postal code lookup with place names and coordinates for 60+ countries. Via Zippopotam.us.

1 tools answering
Nôm Na Việt — Hán Nôm Dictionary
by nomnaviet

Chữ Nôm lookup, search and Vietnamese ↔ Nôm conversion, incl. 2,422 unmapped PUA codepoints.

4 tools answering
HTTP Status
by sadri-dridi

Short catalog of common HTTP status codes.

29 tools answering
Timen
by vahtel

Timen time tracking — timers, time entries, reports, projects, and clients.

answering
Grafyx
by bilal07karadeniz

Real-time codebase graph for AI assistants: call graphs, dependencies, symbol lookup.

143 installs/wk local only
Ultimaps
by ultimaps

Create choropleth, category and pin maps of countries, states, counties and ZIP codes as images.

65 installs/wk 3 tools answering
Postal Lookup MCP
by lulu-the-narwhal

Free, keyless postal/ZIP code lookup: place name(s), state/region, and coordinates.

1 tools answering
MCP Twilio
by codespar

MCP server for Twilio — global SMS, WhatsApp, Voice, Verify, and Lookup across 180+ countries

31 installs/wk local only

Reference Data MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Reference Data MCP Server?
Reference Data MCP Server 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 @cyanheads/reference-data-mcp-server was installed 104 times last week.
How do I connect Reference Data MCP Server?
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 @cyanheads/reference-data-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Reference Data MCP Server?
The npm package @cyanheads/reference-data-mcp-server was installed 104 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Reference Data MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.