Build. Ship. Drive impact.
REST APIs, MCP, or native agent integrations — pick the approach that fits your team. Connect, automate, and extend ScalePad to drive measurable impact for every customer.
REST API
Automate anything.
- Full read/write access to your customer success data
- Modern endpoints and LLM-friendly API
- OpenAPI 3.1 spec — import directly into Postman
- Unified ScalePad API across all products
MCP
Natural language. Real action.
Connect the ScalePad MCP server to Claude, Cursor, or any MCP-compatible client. Ask questions and take action in plain English.
- Works with Claude Desktop, Cursor, VS Code, etc.
- Access to all customer success data, full read/write
- No code required — just a config block and your API key
Agents & Automation
Automate at any level.
Native Zapier and agent connectors bring ScalePad data into the automation platforms your team already uses. Or build a custom agent with our OpenAI-compatible API.
- Zapier triggers and actions on all ScalePad endpoints
- Full CRUD on all customer success endpoints
- OpenAI function-calling compatible endpoint
Tool Setup
Configure in 60 seconds.
Pick your tool. Copy the config. You're live.
{
"mcpServers": {
"scalepad": {
"command": "npx",
"args": [
"mcp-remote",
"https://developer.scalepad.com/mcp",
"--header",
"x-api-key: ${API_KEY}"
],
"env": {
"API_KEY": "YOUR_SCALEPAD_API_KEY"
}
}
}
}- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
Connect your stack
Every tool your clients use.
Native connectors for PSA, RMM, security, documentation, and more — all pre-wired and ready.
Browse IntegrationsStart faster
Skip the boilerplate.
Pre-built automations, prompts, and scripts for every tool in the MSP stack. Pick one and go.
Browse RecipesGive your agents something to work with.
Your stack is only as smart as what it knows. Give every tool and every teammate the context to act.
FAQ
Frequently asked questions
What can I do with the ScalePad REST API?
The ScalePad REST API gives you full read/write access to your customer success data through a unified API across all ScalePad products. It features modern, LLM-friendly endpoints and an OpenAPI 3.1 spec you can import directly into Postman.How do I get a ScalePad API key?
You can get your API key by following the getting-started guide at developer.scalepad.com/docs/getting-started. Once you have your key, you can start making API calls or configure the MCP server in minutes.What is the ScalePad MCP server?
The ScalePad MCP server connects ScalePad to Claude, Cursor, VS Code, Windsurf, or any MCP-compatible client, letting you ask questions and take action on your customer success data in plain English. It provides full read/write access with no code required — just a config block and your API key.How do I set up the ScalePad MCP server?
Setup takes about 60 seconds: pick your tool (Claude Desktop, Cursor, VS Code, or Windsurf), copy the provided config block into your tool's MCP configuration file, and add your ScalePad API key. Full instructions are at developer.scalepad.com/docs/mcp.Does ScalePad integrate with Zapier?
Yes. Native Zapier connectors provide triggers and actions on all ScalePad endpoints with full CRUD on customer success data, so you can bring ScalePad into the automation platforms your team already uses.Can I build custom AI agents on ScalePad?
Yes. ScalePad offers an OpenAI function-calling compatible endpoint, so you can build custom agents that read and act on your ScalePad data using the OpenAI-compatible API.