Amba

MCP Server

Hosted Model Context Protocol server — let Cursor, Claude Desktop, and Windsurf manage your Amba backend with 127 typed tools.

The Model Context Protocol is an open standard that lets AI agents call external tools with strict input schemas. The Amba MCP server exposes every Admin API capability as a typed tool — when your agent decides to "create a push campaign for inactive users," it calls amba_create_push_campaign directly, with the right argument shape, and gets a typed response back.

Amba's MCP server ships 127 tools across 18 domains — projects, push, segments, remote config, content, streaks, gamification (XP / achievements / leaderboards / challenges), social (friends / groups / feeds / messaging / reviews), economy (currencies / catalog / stores / inventory / referrals), and platform (onboarding / roles / deep links / media / moderation).

Authentication is a single developer Bearer token — the same token the CLI uses, scoped to the projects you own.

Quick connect

Server URL: https://mcp.amba.dev/mcp
Auth:       Authorization: Bearer <your-developer-token>
Get a token: https://app.amba.dev/settings/api-keys

The server speaks Streamable HTTP — no local subprocess, no Node install. Add the URL + token to your MCP-aware client (Claude Desktop, Cursor, Windsurf), restart, and your agent can drive Amba from chat.

Next

  • Install — per-client config snippets.
  • Tools — what's available, grouped by domain.
  • Examples — prompts that work end-to-end.

On this page