# Overview

> Learn how to get started with Roadie Context Store.

*Published: 2026-05-25T12:00:00.0Z*


## Introduction

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?

1. Ensure the `integrations` MCP server is enabled in the Adminstration panel of app.roadie.so.
2. Add `https://app-api.roadie.so/api/mcp/v1/explore` to 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. |
