mcpbeat Sign in

Simples Nacional MCP Server

by vitorantoniazzi Your server? Claim it
local only

Simples Nacional runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 7 Sep 2026.

Calcula o DAS do Simples Nacional e quantifica a carga que a alíquota não cobre.

Installs / week
pypi · simples-nacional-mcp
0
Stars
0 open issues
7 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Simples Nacional every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add simples-nacional-mcp -- uvx simples-nacional-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "simples-nacional-mcp": {
      "args": [
        "simples-nacional-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.simples-nacional-mcp]
command = "uvx"
args = ["simples-nacional-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "simples-nacional-mcp": {
      "args": [
        "simples-nacional-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "simples-nacional-mcp": {
      "args": [
        "simples-nacional-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Simples Nacional

same job, measured the same way
I
Tiago Dados Abertos
by onsbr

MCP server que conecta agentes de IA aos dados abertos do ONS (Operador Nacional do Sistema)

315 installs/wk local only
Cálculo de Juros e Multa
by mcp-dir

Interest and penalty calculation for AI: apply simple or compound interest, penalty and official cor

22 tools answering
MCP Fiscal Brasil
by dehor-labs

Ferramentas fiscais brasileiras: CNPJ, NF-e, IBS/CBS, ICMS, Simples Nacional, NCM/CFOP. Sem API key.

local only
Prefeitura SP São Paulo: Emissão Parcela Simples Nacional
by mcp-dir

Prefeitura SP São Paulo: Issuance Parcela Simples Nacional, official-source lookup. Platform-hosted,

7 tools answering
Simples Nacional
by mcp-dir

Looks up a company's status in the Simples Nacional tax regime from the CNPJ, including opt-in and b

7 tools answering
Calculator MCP
by tech-sushant

A simple Model Context Protocol calculator server

27 installs/wk local only
Priceof
by benswork-space

Verified pricing data for 50+ SaaS products. Query, compare, and calculate team costs.

20 installs/wk local only
Monitor de Preço Mercado Livre — Alerta de Queda e Estoque
by paulovitorti

Monitora preço e estoque no Mercado Livre e alerta quando cai ou volta a ter estoque.

answering

Simples Nacional — questions

Answers built from our own checks of this server.

Why is there no uptime for Simples Nacional?
Simples Nacional runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package simples-nacional-mcp.
How do I connect Simples Nacional?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls simples-nacional-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Simples Nacional open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.