Skip to content

Server URL and transport

MCP tools connect to your server over one of two transports. The transport must match what your MCP server implements — a mismatch causes connection or discovery failures.

TransportDescription
streamable-httpHTTP-based streaming MCP (recommended for new deployments)
sseServer-Sent Events transport for MCP over HTTP
FieldDetail
Server URLFull HTTPS URL to your MCP endpoint
Transportstreamable-http or sse
CredentialOptional Bearer or API key if the endpoint is protected
Use streamable-http whenUse sse when
Your MCP SDK/docs specify streamable HTTPYour server only exposes SSE
You want modern MCP defaultsMigrating an existing SSE MCP gateway
  • Valid TLS certificate (HTTPS).
  • CORS and network access allow Chatevo’s execution environment to reach the URL.
  • Tool list and schemas exposed per MCP spec so Chatevo can register them with the model.
  1. Save the MCP tool with the correct transport.
  2. Open Test a tool and run a discovered tool.
  3. Check execution logs for connection errors vs parameter errors.