MCP Protocol Endpoint

This endpoint accepts MCP protocol requests via HTTP POST.
Configure your MCP client to use this URL.

Endpoint URL
http://mcp-dev.adeptia.org/mcp
Required Headers
Content-Type: application/json
Accept: application/json, text/event-stream
X-Adeptia-Instance-Url: https://your-instance.adeptia.com
Adeptia Authentication (choose one)
// 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
Knowledge Base (for kb_* tools)
X-KB-Api-Url: https://your-kb-service.example.com
// Auth: Uses same Adeptia JWT (forwarded as Bearer token)
Example Request Body
{
  "jsonrpc": "2.0",
  "method": "tools/list",
  "id": 1
}

See the status dashboard for available tools and their current status.

← Back to home