# Overview

> Integrate to third-party services via the Roadie Context Store.

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


## Introduction

Roadie Context Store integrations can also be used to channel API calls to third-party services via the `integrations` MCP server.

Instead of requiring each agent to hold credentials for multiple systems, or to individually configure access in each of those systems, requests can be routed through the Roadie Context Store.

This allows a single pinch point for requests for data from third-parties. 

## 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/integrations` to your MCP clients config list.

## Available tools

| Tool | Description |
| --- | --- |
| `list-integrations` | List all configured integrations and their connection details. |
| `integration-request-http` | Make authenticated HTTP requests through an integration. |
| `integration-request-aws` | Make authenticated AWS API requests through an integration. |

