Overview
Published on May 25th, 2026Introduction
Roadie Context Store serves data out to agents and human users via a series of MCP servers.
Servers
| MCP Server | Description | MCP URL |
|---|---|---|
root | Union server that exposes all enabled tools from the various MCP servers through a single endpoint. | https://app-api.roadie.so/api/mcp/v1/ |
explore | Read-focused server for discovery and retrieval workflows. | https://app-api.roadie.so/api/mcp/v1/explore |
integrations | Server for integration-backed requests to external systems. | https://app-api.roadie.so/api/mcp/v1/integrations |
manage | Server for creating and managing datasources, integrations, relationships, and capabilities. | https://app-api.roadie.so/api/mcp/v1/manage |
How to access
MCP servers access and individual MCP servers are enabled or disabled in the MCP servers area of the Admin section.
Once enabled, they can be access via OAuth or Service Tokens, whichever you'd prefer.
Next steps
- Learn about individual MCP servers: Explore, Integrations, and Manage.