Atenta + Claude

Ask Claude about your sales, orders and customers.

Ask Claude about your business: it connects to Atenta as an MCP server with a token of your own.

claude_desktop_config.json (Claude Desktop, with mcp-remote)
{
  "mcpServers": {
    "atenta": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.atenta.mx", "--header", "Authorization: Bearer ${ATENTA_TOKEN}"],
      "env": { "ATENTA_TOKEN": "atk_TU_TOKEN" }
    }
  }
}

01 · What you can do

Three things you do with Claude and your Atenta.

“Give me September's sales with tax”

Claude calls atenta_reporte_mes and answers with your business's real figures, broken down however you ask.

“Which customers haven't ordered in 30 days and gave consent for promotions?”

It searches your CRM with atenta_clientes_buscar and builds the list; you schedule the campaign yourself in the app.

“Add to the base that we close at 4 on Sundays”

Claude proposes the change with atenta_base_proponer. Approving it is still yours, from the app: no AI publishes anything on your behalf.

02 · How it connects

From your app, with a permission you grant.

Nothing connects unless you turn it on. Every token and every webhook is listed in Settings → Integrations, with its last use, and is revoked with one tap.

  1. Generate your token in the app

    Settings → Integrations → Claude → “Connect”. You pick permissions (for example only reports and customers). The token starts with atk_ and is shown only once: keep it in an environment variable or in your password manager.

  2. Connect it in Claude Code or Claude Desktop

    Claude Code (terminal): claude mcp add --transport http atenta https://mcp.atenta.mx --header 'Authorization: Bearer <your token>'. Claude Desktop: add the mcpServers block below to your claude_desktop_config.json (it uses the mcp-remote bridge, which sends your token as a header).

  3. Ask

    “Which conversations need me today?”, “book Laura on Thursday at 5”, “summary of the day”. Only the tools your token allows show up; every call is logged in your activity log; you revoke the token whenever you want.

Claude is a trademark of Anthropic, PBC. Atenta is an independent MCP server (Streamable HTTP with a token); your data reaches Claude only with the token you generate. claude.ai's “custom connectors” authenticate with OAuth, which is why Claude Desktop connects through a file.

More connections

Everything else that connects with Atenta.