Agent Tools
Back to MCP servers
● healthy

The Uno Platform MCP Server to get up-to-date docs and prompts

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://mcp.platform.uno/v1
JSON-RPC initialize probe
curl -X POST https://mcp.platform.uno/v1 \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'