io.github.danishashko/make-mcp✓
io.github.danishashko/make-mcp · v1.3.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.danishashko/make-mcp",
"description": "Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI",
"repository": {
"url": "https://github.com/danishashko/make-mcp",
"source": "github"
},
"version": "1.3.3",
"packages": [
{
"registryType": "npm",
"identifier": "make-mcp-server",
"version": "1.3.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Make.com API key for scenario deployment (optional - only needed for create_scenario tool)",
"format": "string",
"isSecret": true,
"name": "MAKE_API_KEY"
},
{
"description": "Make.com Team ID for scenario deployment (optional)",
"format": "string",
"name": "MAKE_TEAM_ID"
},
{
"description": "Make.com API URL - defaults to https://eu1.make.com/api/v2 (optional)",
"format": "string",
"name": "MAKE_API_URL"
},
{
"description": "Log level - error, info, or debug (optional, defaults to error)",
"format": "string",
"name": "LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}