What is the mcp-fns-calc MCP server?
Russian tax calculators (VAT, USN, NDFL) and FNS fiscal-status checks via MCP.
How to install mcp-fns-calc
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MCP_FNS_CALC_TOKENsecretAPI key (Pro tier) for live fiscal-status checks and fresh rates. Calculators work without it.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-fns-calc": {
"command": "uvx",
"args": [
"atomno-mcp-fns-calc"
],
"env": {
"MCP_FNS_CALC_TOKEN": "<YOUR_MCP_FNS_CALC_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-fns-calc": {
"command": "uvx",
"args": [
"atomno-mcp-fns-calc"
],
"env": {
"MCP_FNS_CALC_TOKEN": "<YOUR_MCP_FNS_CALC_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-fns-calc": {
"command": "uvx",
"args": [
"atomno-mcp-fns-calc"
],
"env": {
"MCP_FNS_CALC_TOKEN": "<YOUR_MCP_FNS_CALC_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-fns-calc": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-fns-calc"
],
"env": {
"MCP_FNS_CALC_TOKEN": "<YOUR_MCP_FNS_CALC_TOKEN>"
}
}
}
}Claude Code
claude mcp add mcp-fns-calc --env MCP_FNS_CALC_TOKEN=<YOUR_MCP_FNS_CALC_TOKEN> -- uvx atomno-mcp-fns-calcRelated MCP servers
mcp-fns-check
Maintained
Russian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP.
15
View repository →Python
MIT
mcp-cbr-rates
Maintained
CBR exchange rates and key rates for Russia. MCP tools for finance agents.
2
View repository →Python
MIT
mcp-egrul
Maintained
EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs.
2
View repository →Python
MIT
mcp-sudact
Maintained
Russian court practice (Sudact): case search by article, court, dates; full decision text.
2
View repository →Python
MIT
mcp-seo-audit
Maintained
Technical SEO site audit MCP: health score, issues, robots, sitemap, JSON-LD.
1
View repository →Python
MIT
mcp-zakupki
Maintained
MCP server for Russian government procurement data (44-FZ / 223-FZ / 615-PP).
1
View repository →Python
MIT