Overview
Published on May 25th, 2026Introduction
Roadie Context Store serves data out via a series of MCP servers.
The primary mechanism for interacting with the Data Store is the explore server.
How do you use it?
- Ensure the
integrationsMCP server is enabled in the Adminstration panel of app.roadie.so. - Add
https://app-api.roadie.so/api/mcp/v1/exploreto your MCP clients config list.
Available Tools
| Tool | Description |
|---|---|
search-catalog-datastore | Full-text search across all objects in the catalog datastore. |
get-catalog-datastore-object | Fetch a specific object by datasource ID and object ID. |
get-catalog-datastore-schema | View the schema (field structure) of a datasource. |
list-catalog-datastore-datasources | List all datasources with their descriptions and integration IDs. |
list-catalog-datastore-objects | Browse objects within a specific datasource. |
get-related-catalog-datastore-objects | Get objects related to a specific object via relationships. |
list-catalog-datastore-relationship-layers | List all relationship layers (e.g. Ownership, Dependencies). |
get-context-bundle | Retrieve a context bundle with all its grouped members. |
list-capabilities | List all saved capabilities. |
get-capability | Retrieve the full instructions for a specific capability. |