PluginBench
MCP Server
Maintained
MIT

mcp-fssp MCP Server

io.github.atomno-mcp/mcp-fssp

What is the mcp-fssp MCP server?

MCP server for Russian FSSP enforcement proceedings lookup and debtor search.

How to install mcp-fssp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-fssp": {
      "command": "uvx",
      "args": [
        "atomno-mcp-fssp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-fssp": {
      "command": "uvx",
      "args": [
        "atomno-mcp-fssp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-fssp": {
      "command": "uvx",
      "args": [
        "atomno-mcp-fssp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-fssp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "atomno-mcp-fssp"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-fssp -- uvx atomno-mcp-fssp

Related MCP servers

mcp-fns-check

Maintained

Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP.

15
Python
MIT
View repository →

mcp-cbr-rates

Maintained

CBR exchange rates and key rates for Russia. MCP tools for finance agents.

2
Python
MIT
View repository →

mcp-egrul

Maintained

EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs.

2
Python
MIT
View repository →

mcp-sudact

Maintained

Russian court practice (Sudact): case search by article, court, dates; full decision text.

2
Python
MIT
View repository →

mcp-fns-calc

Maintained

Russian tax calculators (VAT, USN, NDFL) and FNS fiscal-status checks via MCP.

1
Python
MIT
View repository →

mcp-seo-audit

Maintained

Technical SEO site audit MCP: health score, issues, robots, sitemap, JSON-LD.

1
Python
MIT
View repository →