background blob

Build on GetScaled

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.

REST API

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"

Authentication

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) →

MCP server

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.

MCP server card →
MCP docs →

CLI & webhooks

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.

Webhooks docs →
Quickstart →

© 2026 GetScaled, Inc. All Rights Reserved