Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Kontur Focus

FreeMaintained

MCP server for Kontur.Focus — company search, financials, counterparty check (Russia)

GitHubEmbed

About

MCP server for Kontur.Focus — company search, financials, counterparty check (Russia)

README

MCP server for Kontur.Focus API -- company search, EGRUL extracts, financial statements, arbitration cases, bankruptcy, licenses, and affiliate networks for Russian legal entities.

Part of the Russian API MCP series alongside @theyahia/dadata-mcp, @theyahia/spark-interfax-mcp, and @theyahia/casebook-mcp.

Tools

Tool Description
search_company Search company by INN, OGRN, or name
get_company_brief Brief company report with risk summary
get_company_details Full EGRUL extract
get_financial_statements Balance sheet, P&L, financial analytics
get_arbitration_cases Arbitration court cases
get_bankruptcy_info Bankruptcy proceedings
get_licenses Company licenses
get_related_companies Affiliated/related companies

Install

Claude Desktop / Cline / Cursor

Add to your MCP config:

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

Environment Variables

Variable Required Description
KONTUR_FOCUS_API_KEY Yes API key from Kontur.Focus

Demo Prompts

  • "Find company info for INN 7707083893"
  • "Show me the EGRUL extract for Sberbank"
  • "Get financial statements for INN 7736050003"
  • "Are there any arbitration cases for INN 7710140679?"
  • "Check bankruptcy status for INN 5024164553"
  • "What licenses does company INN 7802849731 have?"
  • "Show affiliated companies for INN 7707083893"
  • "Search for companies named 'Yandex'"

API Reference

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

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

License

MIT

from github.com/theYahia/kontur-focus-mcp

Install Kontur Focus in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install kontur-focus

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add kontur-focus --env KONTUR_FOCUS_API_KEY="" -- npx -y @theyahia/kontur-focus-mcp

Step-by-step: how to install Kontur Focus

FAQ

Is Kontur Focus MCP free?

Yes, Kontur Focus MCP is free — one-click install via Unyly at no cost.

Does Kontur Focus need an API key?

Yes, it requires environment variables: KONTUR_FOCUS_API_KEY. Unyly injects them into the config during install.

Is Kontur Focus hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Kontur Focus in Claude Desktop, Claude Code or Cursor?

Open Kontur Focus on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Kontur Focus with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs