{
  "info": {
    "name": "Auditor Fiscal — mcp.ai",
    "description": "REST API for the Auditor Fiscal MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/auditor_fiscal",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "auditor_fiscal_ajuda",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/ajuda",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "ajuda"
          ]
        },
        "description": "Explica exatamente o que esta auditoria confere e o que ela NÃO confere, e qual caminho usar por regime tributário. Chame antes da primeira auditoria. Não consome saldo.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "auditor_fiscal_auditar_item",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/auditar/item",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "auditar",
            "item"
          ]
        },
        "description": "Audita UM item isolado. Útil para conferir uma dúvida pontual sem montar a nota inteira.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"regime_tributario\": \"\",\n  \"item\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "auditor_fiscal_auditar_nota",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/auditar/nota",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "auditar",
            "nota"
          ]
        },
        "description": "Audita uma NF-e inteira: compara o imposto DECLARADO em cada item com o DEVIDO pela regra tributária, e confere a aritmética da nota.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"xml\": \"\",\n  \"xml_base64\": \"\",\n  \"regime_tributario\": \"\",\n  \"itens\": \"\",\n  \"totais\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "auditor_fiscal_consultar_codigo",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/consultar/codigo",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "consultar",
            "codigo"
          ]
        },
        "description": "Consulta um código fiscal na tabela vigente: NCM (8 dígitos), CEST (7), CFOP (4) ou CST de IBS/CBS da Reforma.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tipo\": \"\",\n  \"codigo\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "auditor_fiscal_simples_aliquota",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/simples/aliquota",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "simples",
            "aliquota"
          ]
        },
        "description": "Simples Nacional: alíquota EFETIVA e Fator R, com a conta aberta.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"rbt12\": 0,\n  \"receitas_mensais\": \"\",\n  \"meses_de_atividade\": 0,\n  \"anexo\": \"\",\n  \"folha_12m\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "auditor_fiscal_simples_fator_r",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/simples/fator/r",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "simples",
            "fator",
            "r"
          ]
        },
        "description": "Simples Nacional: alíquota EFETIVA e Fator R, com a conta aberta.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"rbt12\": 0,\n  \"receitas_mensais\": \"\",\n  \"meses_de_atividade\": 0,\n  \"anexo\": \"\",\n  \"folha_12m\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}