{
  "version": 1,
  "product": "EchoAnswers customer setup MCP",
  "status": "live",
  "available_when_enabled": true,
  "note": "The MCP URL is live for any EchoAnswers owner: create an account, sign in, and approve access in the browser. There is no per-shop wait. Setup via assistant cannot go live, charge a card, buy a number, or place a preview call. One prompt works for every client: it asks the assistant to add the MCP server itself if it can, or to tell the owner exactly where to add it if it cannot.",
  "signup_url": "https://dashboard.echoanswers.ai/onboarding/start",
  "mcp_url": "https://dashboard.echoanswers.ai/mcp",
  "oauth_authorization_server": "https://dashboard.echoanswers.ai/.well-known/oauth-authorization-server",
  "oauth_protected_resource": "https://dashboard.echoanswers.ai/.well-known/oauth-protected-resource",
  "guide_en": "https://echoanswers.ai/connect-your-ai-assistant.html",
  "guide_es": "https://echoanswers.ai/es/conecta-tu-asistente-ia.html",
  "dashboard_connect": "https://dashboard.echoanswers.ai/dashboard/connect-ai",
  "starter_prompt_en": "Connect to my EchoAnswers shop, then help me set it up.\n\nMCP server (Streamable HTTP): https://dashboard.echoanswers.ai/mcp\nSign-in is OAuth in a browser. There is no API key to paste.\n\nSTEP 1, connect. Take the first of these that applies to you:\n1. If you can add an MCP server yourself (edit a config file, run a CLI command), do it now.\n2. If you added it but cannot finish the browser sign-in from where you are running, say so plainly and tell me exactly what to click to finish it.\n3. If you cannot add it at all, tell me where to add it in THIS app, in two steps or less, then wait for me.\n\nDo not tell me we are connected until you have actually called one of my shop tools and it returned data. If a call fails, tell me what failed instead of guessing.\n\nSTEP 2, set up. Once you are really connected, read my current shop status before changing anything, then help me set my hours, greeting, forwarding number, and knowledge (FAQs).\n\nTalk to me like a shop owner, not an engineer. Skip the jargon, and keep each instruction to one short line.\n\nDo not take my shop live, charge a card, buy a phone number, or place a preview call.",
  "starter_prompt_es": "Conéctate a mi negocio en EchoAnswers y ayúdame a configurarlo.\n\nServidor MCP (Streamable HTTP): https://dashboard.echoanswers.ai/mcp\nEl acceso es con OAuth en el navegador. No hay ninguna clave que pegar.\n\nPASO 1, conectar. Haz lo primero de esta lista que aplique en tu caso:\n1. Si puedes agregar un servidor MCP tú mismo (editar un archivo de configuración o ejecutar un comando), hazlo ahora.\n2. Si lo agregaste pero no puedes terminar el inicio de sesión en el navegador desde donde estás, dilo claramente y dime exactamente qué debo hacer para terminarlo.\n3. Si no puedes agregarlo, dime dónde agregarlo en ESTA aplicación, en dos pasos o menos, y espérame.\n\nNo me digas que ya estamos conectados hasta que hayas usado de verdad una de las herramientas de mi negocio y te haya devuelto datos. Si algo falla, dime qué falló en vez de suponer.\n\nPASO 2, configurar. Cuando ya estés conectado de verdad, primero lee el estado actual de mi negocio antes de cambiar nada, y luego ayúdame a poner horario, saludo, número de desvío y conocimiento (preguntas frecuentes).\n\nHáblame como al dueño de un negocio, no como a un ingeniero. Nada de tecnicismos, y cada instrucción en una línea corta.\n\nNo actives mi negocio, no cobres ninguna tarjeta, no compres un número ni hagas una llamada de prueba.",
  "cursor_mcp_json": {
    "mcpServers": {
      "echoanswers": {
        "url": "https://dashboard.echoanswers.ai/mcp"
      }
    }
  },
  "clients": [
    {
      "id": "claude",
      "name": "Claude",
      "anchor": "#claude",
      "steps": [
        "Open Connectors",
        "Add custom connector",
        "Paste mcp_url",
        "Complete OAuth while signed in to EchoAnswers"
      ]
    },
    {
      "id": "chatgpt",
      "name": "ChatGPT",
      "anchor": "#chatgpt",
      "steps": [
        "Open ChatGPT on the web (not mobile) on a paid plan: Plus, Pro, Business, Enterprise, or Edu. Free cannot add a custom connector.",
        "Settings → Apps & Connectors → Advanced settings → toggle Developer Mode. If the toggle is not there, check Settings → Security and login.",
        "Settings → Apps & Connectors → Create: Name EchoAnswers, Connector URL https://dashboard.echoanswers.ai/mcp, Authentication = OAuth",
        "Complete the EchoAnswers sign-in and Allow screen",
        "On Business or Enterprise, a workspace admin may need to enable custom connectors first",
        "ChatGPT asks you to confirm each write action per conversation. That is normal, not an error."
      ]
    },
    {
      "id": "cursor",
      "name": "Cursor",
      "anchor": "#cursor",
      "steps": [
        "Cursor Settings → MCP → Add new MCP server → paste mcp_url",
        "Or add cursor_mcp_json to mcp.json as an alternative",
        "Reload MCP if needed",
        "Approve OAuth in the browser"
      ]
    },
    {
      "id": "grok",
      "name": "Grok",
      "anchor": "#grok",
      "steps": [
        "Go to grok.com/connectors",
        "Click New Connector → Custom",
        "Name: EchoAnswers. Server URL: https://dashboard.echoanswers.ai/mcp (exactly — no trailing slash, never an /oauth path)",
        "If an OAuth Credentials Required screen appears, leave Client Secret blank. The endpoint supports dynamic client registration + PKCE and self-discovers.",
        "Complete the EchoAnswers sign-in and Allow screen",
        "The connector is account-scoped: set it up once at grok.com and it works in the Grok app on every signed-in device (web, desktop, phone)."
      ]
    }
  ],
  "copy_target_ids": [
    "connect-mcp-url",
    "connect-starter-prompt",
    "connect-claude-url",
    "connect-chatgpt-url",
    "connect-cursor-url",
    "connect-cursor-json",
    "connect-grok-url",
    "connect-mcp-endpoint",
    "connect-oauth-authorization-server",
    "connect-oauth-protected-resource"
  ]
}
