Paymo Assistant
MCP connector

Link to Claude, Claude Code or Cursor

Add this URL as a connector and press Connect. You sign in with your team account, approve once, done. No API key.

https://paymo.strongerecommerce.com/api/mcp

claude.ai / Claude desktop

  1. Settings → Connectors → Add custom connector.
  2. Name it Paymo, paste the URL, leave the OAuth fields empty, save.
  3. Click Connect and sign in, then approve.

Claude Code

claude mcp add --transport http paymo \
  https://paymo.strongerecommerce.com/api/mcp

claude   # then /mcp → paymo → Authenticate

Cursor & others

{
  "mcpServers": {
    "paymo": {
      "url": "https://paymo.strongerecommerce.com/api/mcp"
    }
  }
}
Team

Share with your team

Anyone can use the same connector URL, or the built-in assistant at https://paymo.strongerecommerce.com. Each person signs in with their own Paymo login and acts in Paymo as themselves, with their own memory and nudges.

Email/password sign-ins last 30 days; the API-key option on the sign-in page never expires. Restrict sign-ins with ALLOWED_EMAIL_DOMAINS in Vercel.