MCP Hub
Back to servers

kontur-focus-mcp

MCP server for Kontur.Focus API — company search, brief reports, financial analytics, counterparty

Registrynpm148/wk
Updated
Mar 31, 2026

Quick Install

npx -y @theyahia/kontur-focus-mcp

@theyahia/kontur-focus-mcp

MCP server for Kontur.Focus API -- company search, brief reports, financial analytics, founders, and counterparty reliability checks for Russian legal entities.

Supports stdio and Streamable HTTP transports.

Part of the Russian API MCP series alongside @theyahia/dadata-mcp, @theyahia/huntflow-mcp, @theyahia/superjob-mcp, and @theyahia/yookassa-mcp.

Tools (6)

ToolDescription
search_companySearch company by INN or OGRN
search_by_nameSearch companies by name
get_brief_reportBrief risk report by INN
get_analyticsFinancial analytics (revenue, profit, assets) by INN
get_foundersGet founders and management by INN
check_reliabilityCounterparty reliability check by INN

Examples

Проверь ИНН 7707083893
Покажи финансы компании 7707083893
Найди компанию "Сбербанк"
Кто учредители компании с ИНН 7707083893?
Проверь надёжность контрагента 7707083893

Install

Claude Desktop / Cline / Cursor (stdio)

Add to your MCP config:

{
  "mcpServers": {
    "kontur-focus": {
      "command": "npx",
      "args": ["-y", "@theyahia/kontur-focus-mcp"],
      "env": { "KONTUR_FOCUS_API_KEY": "<YOUR_API_KEY>" }
    }
  }
}

Streamable HTTP

KONTUR_FOCUS_API_KEY=your_key npx @theyahia/kontur-focus-mcp --http

Server starts on http://localhost:3000/mcp (override port with PORT env var).

Health check: GET /health

Smithery

smithery badge

npx -y @smithery/cli install @theyahia/kontur-focus-mcp --client claude

Environment Variables

VariableRequiredDescription
KONTUR_FOCUS_API_KEYYesAPI key from Kontur.Focus
PORTNoHTTP port (default: 3000, only for --http mode)

Skills

skill-check-company

"Проверь компанию по ИНН — статус, руководитель, финансы"

Combines search_company + get_brief_report + get_analytics to produce a full company dossier.

skill-find-counterparty

"Найди контрагента по названию"

Uses search_by_name to find companies, then check_reliability for due diligence.

Synergy with dadata-mcp

Use dadata-mcp to resolve a company name, address, or partial input into an INN, then pass that INN to kontur-focus-mcp for deep due diligence:

  1. suggest_company (dadata-mcp) -- find the company and get its INN
  2. search_company (kontur-focus-mcp) -- full registration data
  3. get_brief_report -- risk summary
  4. get_analytics -- financials
  5. get_founders -- management and ownership
  6. check_reliability -- counterparty check

This two-server combo gives AI agents a complete Russian company intelligence pipeline.

API Reference

Base URL: https://focus-api.kontur.ru/api3/

Docs: https://focus-api.kontur.ru/

License

MIT

Reviews

No reviews yet

Sign in to write a review