Overview
Published on May 25th, 2026Introduction
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?
- Ensure the
integrationsMCP server is enabled in the Adminstration panel of app.roadie.so. - Add
https://app-api.roadie.so/api/mcp/v1/integrationsto 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. |