MCP server for Kontur.Focus API — company search, brief reports, financial analytics, counterparty
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kontur-focus": {
"env": {
"KONTUR_FOCUS_API_KEY": "<YOUR_API_KEY>"
},
"args": [
"-y",
"@theyahia/kontur-focus-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Kontur.Focus API -- company search, EGRUL extracts, financial statements, arbitration cases, bankruptcy, licenses, and affiliate networks for Russian legal entities.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / data
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for io.github.theYahia/kontur-focus-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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/
MIT