MCP Server

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

Remote serverstreamable-http

What is the MCP MCP server?

If you already use MCP, the mcp mcp server is the piece that lets your assistant work with it directly. Russian ad marking (38-FZ) checker: erid validation, ad-page audit, compliance hints.

What the server does

Cursor / Claude Desktop (mcp.json / claude_desktop_config.json):

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • MCP_ERID_API_KEY — Ключ Pro (заголовок X-API-Key) для audit_batch. Получить
  • MCP_ERID_API_BASE — URL hosted-бэкенда (по умолчанию — прод)
  • MCP_ERID_TIMEOUT — Таймаут HTTP, сек (default 30)
  • MCP_ERID_LOG_LEVEL — Уровень логирования (DEBUG/INFO/WARNING/ERROR, default WARNING)
  • verify_erid — erid
  • audit_ad_page — url
  • check_compliance_38fz — has_ad_label?, has_advertiser_info?, erid?, url?
  • explain_marking_requirement — topic
  • audit_batch — urls[]

Credentials and setup notes

Configuration is passed through the environment: MCP_ERID_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — MCP_ERID_API_KEY, MCP_ERID_API_BASE, MCP_ERID_TIMEOUT and 6 more — is a fair guide to whether it matches your workflow. It is maintained by atomno-mcp; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
MCP_ERID_API_KEYКлюч Pro (заголовок X-API-Key) для audit_batch. [Получить](https://atomno-mcp.ru/pricing#erid-pro)
MCP_ERID_API_BASEURL hosted-бэкенда (по умолчанию — прод)
MCP_ERID_TIMEOUTТаймаут HTTP, сек (default 30)
MCP_ERID_LOG_LEVELУровень логирования (DEBUG/INFO/WARNING/ERROR, default WARNING)
verify_eriderid
audit_ad_pageurl
check_compliance_38fzhas_ad_label?, has_advertiser_info?, erid?, url?
explain_marking_requirementtopic
audit_batchurls[]

How to install the MCP MCP server

{
  "mcpServers": {
    "erid": {
      "command": "uvx",
      "args": ["atomno-mcp-erid"],
      "env": {
        "MCP_ERID_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
MCP_ERID_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP to MCP ERID API KEY.
  • Use MCP to MCP ERID API BASE.
  • Use MCP to MCP ERID TIMEOUT.

Frequently asked questions

It connects MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (MCP_ERID_API_KEY, MCP_ERID_API_BASE, MCP_ERID_TIMEOUT, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP directly.