Odel
kontur focus mcp

kontur focus mcp

Local
@theyahiaTypeScriptMITUpdated 5mo ago

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

@theyahia/kontur-focus-mcp

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

ToolDescription
search_companySearch company by INN, OGRN, or name
get_company_briefBrief company report with risk summary
get_company_detailsFull EGRUL extract
get_financial_statementsBalance sheet, P&L, financial analytics
get_arbitration_casesArbitration court cases
get_bankruptcy_infoBankruptcy proceedings
get_licensesCompany licenses
get_related_companiesAffiliated/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

VariableRequiredDescription
KONTUR_FOCUS_API_KEYYesAPI 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