Setup guide

Talking to your restaurant in 10 seconds.

No API keys to copy, no config files to edit, no Square login or OAuth, no developer needed. Your personalized plugin already contains everything — you download one file and hand it to Claude. Your POS credentials never leave our encrypted vault, and the AI never sees them.

Claude (recommended)

  1. Download your ready-to-go plugin

    On your one-time setup page (the link we emailed you after signup) or in your dashboard, click Download your ready-to-go plugin. You get one file, named after your restaurant — your key is already inside, nothing to configure.

    The AgenticPOS setup page with the download button for your personalized plugin

    Treat the file like a password — it contains your workspace key. Lost it? Rotate the key in the dashboard and download a fresh plugin.

  2. Add it to Claude

    Open the Claude desktop app → Settings CapabilitiesUpload custom plugin, and pick the file you just downloaded. That's the whole setup.

    Claude settings showing the Capabilities tab with the Upload custom plugin area and the installed AgenticPOS plugin
  3. Just ask

    Start a new chat and talk to your restaurant like you'd talk to your manager: “How were my sales today?”, “86 the salmon”, “raise the flat white by 20 cents”. Claude reads first, shows you old → new, and never changes anything without your explicit yes.

    A Claude chat answering 'How were my sales today?' with a sales summary from the POS

Cursor, Claude Code & other MCP clients

The same endpoint is a native remote MCP server, so any MCP client can connect with just the URL and your key — no plugin at all.

Cursor — .cursor/mcp.json

{
  "mcpServers": {
    "agenticpos": {
      "url": "https://agenticpos.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer apk_live_YOUR_KEY"
      }
    }
  }
}

Claude Code — one command

claude mcp add agenticpos \
  --transport http https://agenticpos.ai/api/mcp \
  --header "Authorization: Bearer apk_live_YOUR_KEY"

Troubleshooting