# MCP Remoto — MCP server on mcp.ai > Connect any remote MCP server to your AI. Provide the URL, auth headers and transport, and the remote server's tools become available in your toolkit. By: mcp.ai · official Page: https://mcp.ai/mcp_proxy ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_mcp_proxy?ms=1781044980000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/mcp_proxy/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/mcp_proxy/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/mcp_proxy/skill.md Postman collection (v2.1): https://mcp.ai/mcp_proxy/postman.json ## Example prompts - "What tools does my connected remote MCP offer?" ## Links Docs: https://mcp.ai/docs/mcps/mcp_proxy Website: https://mcp.ai/mcps/mcp_proxy