ROOTEDocs
ROOTE MCP

Connect ROOTE MCP

Connect a remote MCP client to ROOTE.

Page actions

Connect any remote MCP client that supports Streamable HTTP to the public ROOTE endpoint.

Client configuration

{
  "mcpServers": {
    "roote": { "url": "https://mcp.roote.ai/mcp" }
  }
}

Connection profile

PropertyValue
URLhttps://mcp.roote.ai/mcp
TransportStreamable HTTP
MethodPOST
AccessRead-only
SessionNo persistent MCP session

Protocol flow

Initialize

Send an initialize request using a supported MCP protocol version.

Confirm initialization

Send notifications/initialized when required by the client flow.

Discover tools

Call tools/list to read the five current tool definitions.

Call a tool

Use tools/call with the selected name and schema-valid arguments.

Authentication

The target authenticated form sends:

Authorization: Bearer YOUR_API_TOKEN

The current public endpoint may still accept unauthenticated clients until enforcement is deployed. OAuth is not required by the current public setup.

On this page