Skip to main content
Glama

Brazil Invoices (NFS-e nota fiscal de serviço)

Server Details

Brazil NFS-e service invoices for AI agents via Focus NFe and NFe.io. Stateless, never stores data.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Server Listing
brazil-invoice-mcp

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • Changedcancel_invoice3 fields changed
      • changedInput schema / properties / justificativa / description
        Previous value: -"Reason for cancellation (justificativa), 15-255 characters — required by the prefeitura."New value: +"Reason for cancellation (justificativa), 15-255 characters — required by the prefeitura (Focus NFe). NFe.io cancels without a mandatory reason but this is still collected for parity."
      • addedInput schema / properties / provider
        Added value: +{
        +  "description": "Optional explicit provider. Omit to auto-route by credential headers. Overrides header x-invoice-provider.",
        +  "enum": [
        +    "focusnfe",
        +    "nfeio"
        +  ],
        +  "type": "string"
        +}
      • changedInput schema / properties / ref / description
        Previous value: -"The ref returned by create_invoice."New value: +"The ref returned by create_invoice (your ref for Focus NFe; NFe.io's invoice id for NFe.io)."
    • Changedcreate_invoice2 fields changed
      • addedInput schema / properties / provider
        Added value: +{
        +  "description": "Optional explicit provider. Omit to auto-route by which credential headers you sent (x-focusnfe-token -> focusnfe, x-nfeio-key -> nfeio). Overrides header x-invoice-provider.",
        +  "enum": [
        +    "focusnfe",
        +    "nfeio"
        +  ],
        +  "type": "string"
        +}
      • changedInput schema / properties / ref / description
        Previous value: -"Optional caller-chosen unique reference for this NFS-e (used to poll/cancel). Auto-generated if omitted and returned to you."New value: +"Optional caller-chosen unique reference for this NFS-e (used to poll/cancel). Applies to Focus NFe only (auto-generated if omitted); NFe.io ignores it and returns its own invoice id as the ref."
    • Changedquery_invoice2 fields changed
      • addedInput schema / properties / provider
        Added value: +{
        +  "description": "Optional explicit provider. Omit to auto-route by credential headers. Overrides header x-invoice-provider.",
        +  "enum": [
        +    "focusnfe",
        +    "nfeio"
        +  ],
        +  "type": "string"
        +}
      • changedInput schema / properties / ref / description
        Previous value: -"The ref returned by create_invoice."New value: +"The ref returned by create_invoice (your ref for Focus NFe; NFe.io's invoice id for NFe.io)."
  2. 3 tool updates
    • First observedcancel_invoice
    • First observedcreate_invoice
    • First observedquery_invoice

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: create, query, cancel. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (cancel_invoice, create_invoice, query_invoice).

Tool Count4/5

Three tools is a minimal but reasonable set for the core lifecycle of an invoice (create, query, cancel). Could benefit from a list tool, but still scoped appropriately.

Completeness3/5

The set covers create, query, and cancel, but lacks a list/search tool, which would be helpful for managing multiple invoices. No update or other operations, but those are often not needed for invoices.

Resources