MCP server for Russian FSSP enforcement proceedings lookup and debtor search.
Most developer tooling work still happens through a UI a human drives. MCP MCP server moves it into the conversation instead. MCP server for Russian FSSP enforcement proceedings lookup and debtor search.
MCP server for Russian FSSP enforcement proceedings lookup and debtor search.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 14 tools. What each one is for:
Self — host энтузиасты** ставят клиент локально со своим ключом Damia/Checko и работают без зависимости от стороннего SaaS — снимает паранойю об утечке ПДнapi — cloud** (https://api-cloud.ru/api/fssp.php) — per-request оплатаv0.2 — multi-provider (+Checko, NewDB, api-cloud), check_legal_entity_debts, get_proceeding_details, локальный кэш L1v0.5 — интеграция с Pro-backend (api.atomno-mcp.ru/fssp/): summarize_debts, monitor_debts_changes, кэш L2 на 30 дней, fallback по 3 провайдерамWeb — сервис ФССП: fssp.gov.ru/iss/ipMCP — спецификация: modelcontextprotocol.ioping — Проверка готовности сервера и текущего провайдераMCP_FSSP_PROVIDER — Провайдер: damia / checko / newdb / api_cloud / self_parser / atomno_proMCP_FSSP_DAMIA_KEY — Ключ Damia API-ФССПMCP_FSSP_CHECKO_KEY — Ключ Checko v2MCP_FSSP_NEWDB_KEY — Ключ NewDBMCP_FSSP_API_CLOUD_KEY — Ключ api-cloud.ruConfiguration is passed through the environment: MCP_FSSP_PROVIDER, MCP_FSSP_DAMIA_KEY, ATOMNO_API_KEY, MCP_FSSP_CHECKO_KEY, MCP_FSSP_NEWDB_KEY, MCP_FSSP_API_CLOUD_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — Self, api, v0.2 and 11 more — is a fair guide to whether it matches your workflow. It is maintained by atomno-mcp; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Self | host энтузиасты** ставят клиент локально со своим ключом Damia/Checko и работают без зависимости от стороннего SaaS — снимает паранойю об утечке ПДн. |
| api | cloud** (https://api-cloud.ru/api/fssp.php) — per-request оплата. |
| v0.2 | multi-provider (+Checko, NewDB, api-cloud), check_legal_entity_debts, get_proceeding_details, локальный кэш L1. |
| v0.5 | интеграция с Pro-backend (api.atomno-mcp.ru/fssp/): summarize_debts, monitor_debts_changes, кэш L2 на 30 дней, fallback по 3 провайдерам. |
| Web | сервис ФССП: [fssp.gov.ru/iss/ip](https://fssp.gov.ru/iss/ip). |
| MCP | спецификация: [modelcontextprotocol.io](https://modelcontextprotocol.io/spec). |
| ping | Проверка готовности сервера и текущего провайдера. |
| MCP_FSSP_PROVIDER | Провайдер: damia / checko / newdb / api_cloud / self_parser / atomno_pro |
| MCP_FSSP_DAMIA_KEY | Ключ Damia API-ФССП |
| MCP_FSSP_CHECKO_KEY | Ключ Checko v2 |
| MCP_FSSP_NEWDB_KEY | Ключ NewDB |
| MCP_FSSP_API_CLOUD_KEY | Ключ api-cloud.ru |
| ATOMNO_API_KEY | Ключ Pro-режима (api.atomno-mcp.ru/fssp/) |
| ATOMNO_API_BASE | URL Pro-backend |
{
"mcpServers": {
"fssp": {
"command": "uvx",
"args": ["atomno-mcp-fssp"],
"env": {
"MCP_FSSP_PROVIDER": "your-value",
"MCP_FSSP_DAMIA_KEY": "your-value",
"ATOMNO_API_KEY": "your-value",
"MCP_FSSP_CHECKO_KEY": "your-value",
"MCP_FSSP_NEWDB_KEY": "your-value",
"MCP_FSSP_API_CLOUD_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MCP_FSSP_PROVIDER | Configuration value read at startup. | Optional |
| MCP_FSSP_DAMIA_KEY | Credential the server authenticates with. | Yes |
| ATOMNO_API_KEY | Credential the server authenticates with. | Yes |
| MCP_FSSP_CHECKO_KEY | Credential the server authenticates with. | Yes |
| MCP_FSSP_NEWDB_KEY | Credential the server authenticates with. | Yes |
| MCP_FSSP_API_CLOUD_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.