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
| Property | Value |
|---|---|
| URL | https://mcp.roote.ai/mcp |
| Transport | Streamable HTTP |
| Method | POST |
| Access | Read-only |
| Session | No 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_TOKENThe current public endpoint may still accept unauthenticated clients until enforcement is deployed. OAuth is not required by the current public setup.