API Overview
DEB Cloud exposes tools via the Model Context Protocol (MCP), using JSON-RPC 2.0 over HTTP.Base URL
Request Format
All requests use HTTP POST with a JSON body:Authentication
Include your API key as a Bearer token in theAuthorization header:
Response Format
Successful responses return tool results in thecontent array:
text field. Parse them to access the data.
Available Methods
| Method | Description |
|---|---|
tools/list | List all available tools and their schemas |
tools/call | Execute a tool with arguments |