{
  "description": "Brazilian NFSe emission and payment processing platform by CloudXM. Supports electronic invoice emission (NFSe), credit card payments, PIX, boleto, split payments, and sub-seller management.",
  "url": "https://shopxm.cloudxm.com.br",
  "mcp_endpoint": "https://shopxm.cloudxm.com.br/api/v1/mcp",
  "authentication": {
    "type": "api_key",
    "header": "X-API-Key",
    "description": "API key authentication. Obtain keys from the ShopXM dashboard at /settings/api."
  },
  "capabilities": {
    "nfse_emission": {
      "description": "Emit NFSe (Nota Fiscal de Servi\u00e7os Eletr\u00f4nica) for Brazilian service providers via SEFIN Nacional",
      "tools": [
        "issue_invoice",
        "guided_issue",
        "list_invoices",
        "get_invoice",
        "cancel_invoice",
        "get_invoice_pdf",
        "get_invoice_xml",
        "get_invoice_stats",
        "get_invoice_status_history",
        "create_invoice_event",
        "recover_invoice",
        "schedule_invoice",
        "get_schedule",
        "trigger_issue"
      ]
    },
    "companies": {
      "description": "Manage emitter companies (CNPJ, fiscal config)",
      "tools": [
        "list_companies",
        "get_company",
        "create_company",
        "update_company",
        "delete_company",
        "mark_company_primary"
      ]
    },
    "certificates": {
      "description": "Manage A1 digital certificates for SEFIN",
      "tools": [
        "list_certificates",
        "test_certificate",
        "delete_certificate",
        "get_certificate_status"
      ]
    },
    "fiscal_info": {
      "description": "Lookup municipalities, service codes, NBS codes, tax config",
      "tools": [
        "get_municipality",
        "list_municipal_services",
        "get_municipal_service",
        "list_nbs_codes",
        "get_nbs_code",
        "get_tax_config",
        "list_national_service_codes",
        "get_national_service_code"
      ]
    },
    "payments": {
      "description": "Process payments via Marlim gateway (credit card, PIX, boleto) with split support",
      "tools": [
        "list_transactions",
        "get_transaction",
        "create_payment_link",
        "list_payment_links",
        "get_payment_link",
        "get_installment_plans",
        "list_sub_sellers",
        "get_sub_seller",
        "get_gateway_status"
      ]
    },
    "tenant": {
      "description": "Tenant configuration and billing",
      "tools": [
        "get_tenant_config",
        "get_company_sequence",
        "recover_sequence"
      ]
    },
    "billing": {
      "description": "Plans, subscriptions, and billing management",
      "tools": [
        "list_plans",
        "get_subscription",
        "subscribe",
        "change_plan",
        "update_payment_method",
        "cancel_subscription"
      ]
    }
  },
  "documentation": {
    "url": "https://shopxm.cloudxm.com.br/docs/api",
    "format": "openapi"
  },
  "contact": {
    "name": "CloudXM",
    "url": "https://cloudxm.com.br"
  },
  "serverInfo": {
    "name": "ShopXM",
    "version": "1.0"
  },
  "name": "ShopXM",
  "version": "1.0"
}