{
  "server": "@nfe/mcp-server",
  "name": "nfeio-mcp-server",
  "version": "0.1.0",
  "description": "Official Model Context Protocol server for the NFE.io API. POST MCP JSON-RPC messages to /mcp with `Authorization: Bearer <NFE_API_KEY>`.",
  "endpoints": {
    "mcp": "/mcp",
    "health": "/healthz"
  },
  "docs": "https://github.com/nfe/mcp-server",
  "tools": [
    "nfeio_issue_service_invoice",
    "nfeio_list_service_invoices",
    "nfeio_get_invoice_status",
    "nfeio_lookup_cnpj",
    "nfeio_lookup_address"
  ]
}