MCP
MCP (Model Context Protocol) integration documentation.
Overview
JoAi leverages MCP (Model Context Protocol) to enable seamless integration with popular AI applications like ChatGPT, Claude, Cursor, and other MCP-enabled interfaces. Through Dynamic MCP, JoAi provides powerful infrastructure for building native web3 AI applications.
Dynamic MCP
JoAi's Dynamic MCP infrastructure automatically creates MCP servers for each Warp, enabling:
- On-Demand Server Creation: MCP servers are spun up per Warp as needed
- OAuth Integration: Native OAuth support for third-party authentication
- MCP Specification Compliance: Full adherence to MCP protocol standards
- Seamless Integration: Works with any MCP-enabled AI application
How Dynamic MCP Works
Dynamic MCP automatically provisions MCP servers for each Warp on demand. When a Warp is created, JoAi's infrastructure:
- Spins up a dedicated MCP server for that Warp
- Configures OAuth authentication for third-party services
- Exposes the MCP endpoint following MCP specifications
- Enables instant connections to ChatGPT, Claude, Cursor, and other MCP-enabled platforms
This on-demand approach means each Warp gets its own isolated MCP server, enabling instant ChatGPT App connections and publishing without manual configuration.
Using Dynamic MCP with ChatApps
Dynamic MCP is a core component of ChatApps, which enables building native web3 AI applications. ChatApps automatically leverage Dynamic MCP to connect Warps to popular AI platforms.
For more information about building applications with Dynamic MCP, see the ChatApps documentation.