theYahia/kontur-focus-mcp
MCP server for Kontur.Focus — company search, financials, counterparty check (Russia)
Platform-specific configuration:
{
"mcpServers": {
"kontur-focus-mcp": {
"command": "npx",
"args": [
"-y",
"kontur-focus-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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`.
| 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 |
Add to your MCP config:
{
"mcpServers": {
"kontur-focus": {
"command": "npx",
"args": ["-y", "@theyahia/kontur-focus-mcp"],
"env": { "KONTUR_FOCUS_API_KEY": "<YOUR_API_KEY>" }
}
}
}| Variable | Required | Description | |----------|----------|-------------| | KONTUR_FOCUS_API_KEY | Yes | API key from Kontur.Focus |
Base URL: https://focus-api.kontur.ru/api3/
Docs: [https://focus-api.kontur.ru/](https://
Loading reviews...