{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "emerald-atm",
  "title": "Emerald ATM",
  "description": "Public catalog, contact, and quote tools for Emerald ATM. No staff CRM or live payments.",
  "version": "0.1.0",
  "protocolVersion": "2025-11-25",
  "website": "https://www.emeraldatm.com",
  "documentation": "https://www.emeraldatm.com/llms.txt",
  "transport": {
    "type": "streamable-http",
    "url": "https://www.emeraldatm.com/mcp"
  },
  "auth": {
    "type": "none"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_company",
      "description": "Emerald ATM company facts: founded, what we do, California vs overflow, Pay/TMS status.",
      "kind": "answer"
    },
    {
      "name": "get_contact",
      "description": "Phone, emails, Sherman Oaks address, and quote URL.",
      "kind": "answer"
    },
    {
      "name": "list_services",
      "description": "Public service lines (placement, events, processing, cash, repair) with URLs.",
      "kind": "answer"
    },
    {
      "name": "list_machines",
      "description": "Retail ATM catalog with published starting prices. Optional brand filter: Hyosung or Genmega.",
      "kind": "answer"
    },
    {
      "name": "get_machine",
      "description": "Full spec sheet for one catalog id (e.g. halo-ii, genmega-g2500).",
      "kind": "answer"
    },
    {
      "name": "submit_quote",
      "description": "Create a sales lead (same inbox as the website quote form). Requires a real email. Confirm with the user before calling.",
      "kind": "transact"
    }
  ],
  "contact": {
    "phone": "800.420.6031",
    "email": "Info@EmeraldATM.com"
  }
}