Back to Browse

Fns Calc MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

A well-structured Russian tax calculator MCP server with proper authentication for premium features, clean code organization, and no critical security vulnerabilities. The server correctly separates offline calculators (no auth required) from hosted API calls (Pro token required), implements proper error handling, and uses environment variables for sensitive credentials. Minor concerns around broad exception handling and lack of request signing do not materially impact security posture. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

API key (Pro tier) for live fiscal-status checks and fresh rates. Calculators work without it.Required

Environment variable: MCP_FNS_CALC_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-atomno-mcp-mcp-fns-calc": {
      "env": {
        "MCP_FNS_CALC_TOKEN": "your-mcp-fns-calc-token-here"
      },
      "args": [
        "atomno-mcp-fns-calc"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!