mcpbeat Sign in

mcp-erid MCP Server

local only

mcp-erid runs on your own machine — the client starts it, so there is no endpoint to ping. 447 installs a week from pypi. Last commit 4 Sep 2026.

Erid format check; ORD cabinet lookup on the client key.

Installs per day peak 295 · avg 28 · +347% w/w
a month agotoday
447
Installs / week
pypi · atomno-mcp-erid
0
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check mcp-erid 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 mcp-erid -- uvx atomno-mcp-erid
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-erid": {
      "args": [
        "atomno-mcp-erid"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-erid]
command = "uvx"
args = ["atomno-mcp-erid"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-erid": {
      "args": [
        "atomno-mcp-erid"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-erid": {
      "args": [
        "atomno-mcp-erid"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MCP_ERID_ORD_TOKEN (API key from the client's ORD cabinet (VK documented).), MCP_ERID_ORD_PROVIDER (ORD operator id. Currently vk. yandex lookup spec is not public.), MCP_ERID_API_KEY (Optional key for Atomno hosted placement. Not an ORD key.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to mcp-erid

same job, measured the same way
Jithox E-Invoice Readiness
by jithox

Read-only e-invoice readiness over MCP: VAT format, VIES, Peppol lookup, invoice & readiness

5 tools answering
Clickup
by pipeworx-io

ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)

40 tools answering
Time MCP Server
by domdomegg

Get the current UTC time in RFC 3339 format.

53 installs/wk local only
I
Time MCP Server
by domdomegg

Get the current UTC time in RFC 3339 format.

local only
Sota MCP
by qso-graph

Summits on the Air MCP server. Summit lookup, activator stats, chaser records, spots.

61 installs/wk local only
Freelancer Payment Protection
by rudrendupaul

Wraps the fpp CLI as a single generic MCP tool for freelancer client payment-risk checks.

159 installs/wk local only
Newton Browser
by koala-studios

Local-only Chrome and Edge control for MCP clients through an origin-scoped extension.

53 installs/wk local only
OpenShift MCP Server
by sanjaypsachdev

OpenShift/Kubernetes cluster management via the oc CLI for MCP clients

45 installs/wk local only

mcp-erid — questions

Answers built from our own checks of this server.

Why is there no uptime for mcp-erid?
mcp-erid 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 pypi package atomno-mcp-erid was installed 447 times last week.
How do I connect mcp-erid?
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 atomno-mcp-erid straight from pypi; nothing to host, nothing to sign up for.
How many people use mcp-erid?
The pypi package atomno-mcp-erid was installed 447 times in the last week. Week over week that is +347%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is mcp-erid open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.