Beta — Real Talk Studio’s MCP server and platform connectors are in beta. Capabilities, URLs, and setup steps may change; we recommend testing in a non-production agent before wide rollout.
What is MCP?
Model Context Protocol (MCP) is an open standard for connecting AI assistants and agents to external systems — tools, APIs, and data — in a consistent way. Instead of each platform inventing its own integration pattern, MCP defines how a client (your copilot or agent runtime) talks to an MCP server that exposes tools the model can call when a user’s request needs real actions (for example, creating a simulation or fetching structured data). Real Talk Studio provides an MCP server so compatible platforms can discover our tools (such as creating roleplay simulations) and invoke them when the conversation warrants it, without custom code in your agent for every capability.How it works
- Registration — In your platform’s admin or agent settings, you add Real Talk Studio as an MCP server using the server URL we provide. The client stores that endpoint and knows how to reach our server over HTTPS.
- Discovery — The MCP server publishes a tool catalog: names, descriptions, and parameters. Your platform’s orchestration layer uses those descriptions to decide when a tool is relevant to the user’s message.
- Invocation — When the model chooses a tool, the client sends a structured request to the MCP server. The server runs the action and returns a result (for example, a link to a simulation). The model can then surface that to the user in natural language.
- Transport — Real Talk Studio’s MCP server uses Streamable HTTP, the transport pattern supported by modern MCP clients (including Microsoft Copilot Studio). No extra plugins are required beyond what the platform’s MCP onboarding asks for.
- Updates — When we add or change tools on our side, connected clients typically refresh the catalog automatically, so new capabilities can appear without you redeploying custom integrations.
Connect a platform
Use the guides below to wire Real Talk Studio into each supported environment. More platforms will be added over time.Microsoft Copilot Studio
Add Real Talk Studio as an MCP tool and test simulations from the Copilot test panel.
Claude
Add Real Talk Studio as a custom remote MCP connector via Customize → Connectors (web, Desktop, and Claude Code).
Slack
Use Real Talk Studio from Slack via Marketplace AI apps (e.g. Claude) and the provider’s MCP connector settings.
What you’ll need in general
- A Real Talk Studio MCP server URL (provided by Real Talk Studio for your organisation or deployment).
- Appropriate admin or customizer access in the target platform to add tools and connections.
- Network access to reach our MCP endpoint over HTTPS (see Firewall configuration if traffic is restricted).
