MCP Server
MCP
ScalePad
MCP server for ScalePad — Core, Lifecycle Manager, ControlMap, Backup Radar, and Quoter.
Install
oci:ghcr.io/wyre-technology/scalepad-mcp:v1.0.5
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/scalepad-mcp:v1.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ScalePad platform API key (generated in the ScalePad app by an Administrator)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SCALEPAD_API_KEY"
},
{
"description": "Data-residency region for ControlMap/Backup Radar: 'us' (default), 'eu', 'ca', or 'au'",
"format": "string",
"default": "us",
"name": "SCALEPAD_REGION"
},
{
"description": "Optional Quoter OAuth Client ID — only for the standalone api.quoter.com path",
"format": "string",
"name": "QUOTER_CLIENT_ID"
},
{
"description": "Optional Quoter OAuth Client Secret, paired with QUOTER_CLIENT_ID",
"format": "string",
"isSecret": true,
"name": "QUOTER_CLIENT_SECRET"
},
{
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
"format": "string",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
"format": "string",
"default": "env",
"name": "AUTH_MODE"
},
{
"description": "Log verbosity: debug, info, warn, error",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment