MCP / API
Connect to DEB Cloud programmatically using the Model Context Protocol (MCP). MCP uses JSON-RPC 2.0 over HTTP.Base URL
Protocol
All requests use HTTP POST with JSON-RPC 2.0 format.Request Format
Authentication
Include your API key as a Bearer token:List Available Tools
To discover all available tools and their parameters:Call a Tool
MCP Client Integration
DEB Cloud works with any MCP-compatible client. Configure your client with:| Setting | Value |
|---|---|
| Server URL | https://mcp.debytes.io/mcp |
| Transport | HTTP (Streamable) |
| Auth | Bearer token |
Error Handling
MCP errors follow JSON-RPC 2.0 conventions:| Error Code | Meaning |
|---|---|
-32000 | Application error (quota, rate limit, validation) |
-32601 | Method not found |
-32602 | Invalid parameters |