MCP
Plug Bitte agents into your apps using MCP
Bitte MCP Proxy
Convert any agent deployed on Bitte into a fully-compliant Model Context Protocol (MCP) server.
The Bitte MCP Proxy makes every agent on the Bitte platform accessible through standardized MCP endpoints. No configuration, no redeployments—just plug-and-play interoperability.
🚀 Features
Agent-to-MCP Conversion Every agent deployed on Bitte is instantly exposed as an MCP server via HTTP.
Seamless Integration No changes to your agent code. MCP clients can connect directly via a consistent interface.
Standard MCP Interface Agents expose standardized MCP fields:
tools
resources
prompt
input_schema
,output_schema
and more...
🔗 Endpoint Format
GET https://mcp.bitte.ai/mcp?agentId={YOUR_AGENT_ID}
Replace {YOUR_AGENT_ID}
with the actual ID of the agent you deployed on Bitte.
If you want to find an agent ID go to https://bitte.ai/agents and then open the agent you want.

🛠Example
If your agent is deployed with ID rhea-ai-eight.vercel.app
, you can call it directly:
https://mcp.bitte.ai/mcp?agentId=rhea-ai-eight.vercel.app
This returns the MCP server metadata and allows tool usage via standard MCP request formats.
Last updated