Endpoint operational

Gewape Cloud MCP

Create Gewape Cloud services straight from your AI assistant. This is a Model Context Protocol (MCP) endpoint, not a web app, so connect an MCP client to it rather than a browser.

MCP endpoint

https://mcp.gewape.cloud/mcp

Authenticate

  1. In the console, open Identity → Application Credentials and create one.
  2. Present it to the server as a bearer token in the form <id>:<secret>.
  3. Every tool runs the wallet and billing guard, then provisions in your own project.

Connect an MCP client

{
  "mcpServers": {
    "gewape-cloud": {
      "url": "https://mcp.gewape.cloud/mcp",
      "headers": { "Authorization": "Bearer <id>:<secret>" }
    }
  }
}

Tools

Gewape Cloud · Service-Creation MCP · create-only, per-project, billing-guarded. Requests to /mcp without a valid application credential receive 401.