GetScaled is an AI-powered, multi-channel (email, SMS, voice) marketing and sales engagement platform. Drive it programmatically through a public REST API or natively through a Model Context Protocol (MCP) server — the same scoped API key works for both. AI agents can create and launch campaigns, manage contacts and journeys, query analytics, and manage deliverability.
Base URL https://api.getscaled.com. JSON over HTTPS, cursor pagination, and a documented OpenAPI 3.1 specification.
OpenAPI 3.1 spec →
API catalog (RFC 9727) →
curl https://api.getscaled.com/api/v1/campaigns \ -H "Authorization: Bearer gsk_your_key_here"
Use a scoped API key (gsk_ prefix) sent as Authorization: Bearer, or OAuth 2.1 with PKCE (S256).
Issue an API key →
Agent auth guide (auth.md) →
OAuth discovery (RFC 9728) →
Connect Claude, ChatGPT, or Cursor to https://mcp.getscaled.com/v1 (Streamable HTTP) with your API key. 200+ tools across campaigns, contacts, journeys, analytics, and deliverability.
Install the official CLI: npm i -g @getscaled/cli, then getscaled campaigns list.
Subscribe to events (email.delivered, email.opened, reply.received, …) via POST /api/v1/webhooks.
Agent-readable docs: /llms.txt, /llms-full.txt, /developers.md. Questions? developers@getscaled.com