Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Nota Fiscal

io.github.mcp-dir/notafiscal-mcp

Issue and manage Brazilian service invoices (NFS-e) by chatting with your agent, platform-hosted, no

Uptime
50.0%
2 direct probes · 30d
Response
538ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

notafiscal_empresas

Lista as empresas (CNPJs) conectadas a este install e a situação de cada uma (company_id, razão social, município, validade do certificado).

notafiscal_emitir_nfse

Emite uma NFS-e (nota fiscal de serviço) para uma empresa conectada. Cria um DOCUMENTO FISCAL REAL — confirme os dados antes de chamar. - 'nfse': corpo da nota no schema da nfe.io (JSON string), com a…

notafiscal_consultar_nfse

Consulta o status/detalhe de uma NFS-e emitida, por invoice_id. Bulk support: accepts invoice_ids for batched execution.

notafiscal_listar_nfse

Lista as NFS-e emitidas por uma empresa (paginado).

notafiscal_baixar_nfse

Retorna os links de PDF (DANFSe) e XML de uma NFS-e emitida. Bulk support: accepts invoice_ids for batched execution.

notafiscal_cancelar_nfse

Cancela uma NFS-e emitida (IRREVERSÍVEL, sujeito ao prazo de cancelamento do município). Confirme antes de chamar. Bulk support: accepts invoice_ids for batched execution.

show_version

Show the current MCP platform and adapter versions.

report_bug

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

connect

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install …

toolkit_info

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

marketplace

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for…

authenticate

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring conne…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nota_fiscal": {
      "url": "https://api.mcp.ai/p_notafiscal",
      "transport": "streamable-http"
    }
  }
}