PluginBench
MCP Server
Maintained
MIT

mcp-erid MCP Server

io.github.atomno-mcp/mcp-erid

What is the mcp-erid MCP server?

Russian ad marking (38-FZ) checker: erid validation, ad-page audit, compliance hints.

How to install mcp-erid

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MCP_ERID_API_KEY
    secret

    API key (Pro tier) for batch ad-placement auditing (audit_batch). Optional: verify_erid, audit_ad_page, check_compliance_38fz and explain_marking_requirement work without a key.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-erid": {
      "command": "uvx",
      "args": [
        "atomno-mcp-erid"
      ],
      "env": {
        "MCP_ERID_API_KEY": "<YOUR_MCP_ERID_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-erid": {
      "command": "uvx",
      "args": [
        "atomno-mcp-erid"
      ],
      "env": {
        "MCP_ERID_API_KEY": "<YOUR_MCP_ERID_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-erid": {
      "command": "uvx",
      "args": [
        "atomno-mcp-erid"
      ],
      "env": {
        "MCP_ERID_API_KEY": "<YOUR_MCP_ERID_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-erid": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atomno-mcp-erid"
      ],
      "env": {
        "MCP_ERID_API_KEY": "<YOUR_MCP_ERID_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-erid --env MCP_ERID_API_KEY=<YOUR_MCP_ERID_API_KEY> -- uvx atomno-mcp-erid

Related MCP servers

mcp-fns-check

Maintained

Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP.

15
Python
MIT
View repository →

mcp-cbr-rates

Maintained

CBR exchange rates and key rates for Russia. MCP tools for finance agents.

2
Python
MIT
View repository →

mcp-egrul

Maintained

EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs.

2
Python
MIT
View repository →

mcp-sudact

Maintained

Russian court practice (Sudact): case search by article, court, dates; full decision text.

2
Python
MIT
View repository →

mcp-fns-calc

Maintained

Russian tax calculators (VAT, USN, NDFL) and FNS fiscal-status checks via MCP.

1
Python
MIT
View repository →

mcp-seo-audit

Maintained

Technical SEO site audit MCP: health score, issues, robots, sitemap, JSON-LD.

1
Python
MIT
View repository →