mcpbeat Sign in

MCP Nfse Nacional MCP Server

local only

MCP Nfse Nacional runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 12 Feb 2026.

MCP Server para consulta de NFSe no portal nacional (nfse.gov.br)

Installs per day peak 26 · avg 8 · +7% w/w
a month agotoday
42
Installs / week
npm · mcp-nfse-nacional
16
Stars
0 open issues
12 Feb 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const filePath = path.join(STORAGE_PATH, fileName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp-nfse-nacional -- npx -y mcp-nfse-nacional
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-nfse-nacional": {
      "args": [
        "-y",
        "mcp-nfse-nacional"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-nfse-nacional]
command = "npx"
args = ["-y", "mcp-nfse-nacional"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-nfse-nacional": {
      "args": [
        "-y",
        "mcp-nfse-nacional"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-nfse-nacional": {
      "args": [
        "-y",
        "mcp-nfse-nacional"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CERT_PASSWORD (Senha do certificado digital (e-CNPJ/e-CPF) em formato PFX), CERT_FILE (Caminho para o arquivo do certificado digital (.pfx)), NODE_OPTIONS (Opções do Node.js (use --openssl-legacy-provider para compatibilidade com certificados)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Nfse Nacional

same job, measured the same way
Dados Pt
by pipeworx-io

dados.gov.pt MCP — Portugal's national open data portal.

35 tools answering
Gover MCP
by pedro381

Consultas e operações de viagens e solicitações no Gover para a conta autenticada.

102 tools answering
Dati It
by pipeworx-io

dati.gov.it MCP — Italy's national open-data portal (CKAN API).

41 tools answering
Datagov Uk
by pipeworx-io

data.gov.uk MCP — UK national open-data portal (CKAN API).

40 tools answering
Gtm Alpha MCP Server
by shashwatgtm

Professional GTM consultation MCP server with EPIC framework

55 installs/wk local only
Datagov Ie
by pipeworx-io

data.gov.ie MCP — Ireland's national open-data portal (CKAN API).

36 tools answering
Datagov Il
by pipeworx-io

data.gov.il MCP — Israel national open-data portal (CKAN API).

41 tools answering
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

MCP Nfse Nacional — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Nfse Nacional?
MCP Nfse 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 npm package mcp-nfse-nacional was installed 42 times last week.
How do I connect MCP Nfse 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 mcp-nfse-nacional straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Nfse Nacional?
The npm package mcp-nfse-nacional was installed 42 times in the last week. Week over week that is +7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Nfse Nacional open source?
We cannot say either way: written in TypeScript and 16 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.