mcpbeat Sign in

inn-check-ru MCP Server

local only

inn-check-ru runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Проверка контрагента РФ по ИНН: светофор риска по реестрам, финансы и санкции кодом.

Installs / week
pypi · inn-check-ru-mcp
1
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: CHECKO_API_KEY (Ключ checko.ru (бесплатный), нужен только графу связей; без него эти инструменты отвечают «не проверено»), INN_CHECK_PROXY (Свой http(s)-прокси с РФ-IP, например http://host:3128. Узел видит проверяемые ИНН — только своя нода). The author declared them in the registry entry; get the values from the project itself.

Alternatives to inn-check-ru

same job, measured the same way
ИИПодпись
by iipodpis

Подписание PDF, проверка контрагента по ИНН и риск-сканер договора. Подписывает человек, не агент.

answering
Диадок MCP (RU) — ЭДО, документы, контрагенты
by ilyautov

API Диадока в ИИ-ассистенте: документы ЭДО, контрагенты, подписание, МЧД

local only

inn-check-ru — questions

Answers built from our own checks of this server.

Why is there no uptime for inn-check-ru?
inn-check-ru 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 inn-check-ru-mcp.
How do I connect inn-check-ru?
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 inn-check-ru-mcp straight from pypi; nothing to host, nothing to sign up for.
Is inn-check-ru open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 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.