Overview

Published on May 25th, 2026

Introduction

Roadie Context Store serves data out to agents and human users via a series of MCP servers.

Servers

MCP ServerDescriptionMCP URL
rootUnion server that exposes all enabled tools from the various MCP servers through a single endpoint.https://app-api.roadie.so/api/mcp/v1/
exploreRead-focused server for discovery and retrieval workflows.https://app-api.roadie.so/api/mcp/v1/explore
integrationsServer for integration-backed requests to external systems.https://app-api.roadie.so/api/mcp/v1/integrations
manageServer 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