ScalePad MCP

The ScalePad Model Context Protocol (MCP) server lets compatible AI clients connect directly to the ScalePad API reference and, when configured with authentication, make live API calls — all from within your favorite AI-powered editor or assistant.


What the ScalePad MCP server can do

The ScalePad MCP server is powered by ReadMe and exposes the following capabilities to supported AI clients.


Authentication


ScalePad MCP Server URL


Client setup

Choose your AI client below and follow the setup instructions.

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "scalepad": {
      "url": "https://developer.scalepad.com/mcp",
      "headers": {
        "x-api-key": "SCALEPAD_API_KEY"
      }
    }
  }
}

Testing your MCP setup

Once configured, try any of these prompts in your AI client to verify the connection:


Notes


Did this page help you?