This endpoint accepts MCP protocol requests via HTTP POST.
Configure your MCP client to use this URL.
http://mcp-dev.adeptia.org/mcp
Content-Type: application/json Accept: application/json, text/event-stream X-Adeptia-Instance-Url: https://your-instance.adeptia.com
// Option 1: API Key X-Adeptia-Api-Key: your-jwt-token // Option 2: Username/Password X-Adeptia-Username: your-username X-Adeptia-Password: your-password X-Adeptia-Group: optional-group
X-KB-Api-Url: https://your-kb-service.example.com // Auth: Uses same Adeptia JWT (forwarded as Bearer token)
{
"jsonrpc": "2.0",
"method": "tools/list",
"id": 1
}
See the status dashboard for available tools and their current status.