docs/errors/MCPX_HTTP_404.md
MCPX_HTTP_404Severity: error Domain: HTTP
The hostname resolved and TLS succeeded, but the configured URL path returned 404 Not Found.
/) instead of the MCP endpoint
(often /mcp or /sse).curl -sS -i -H 'Accept: text/event-stream' '<server-url>'
A working MCP HTTP/SSE endpoint replies with 200 and a content-type containing
text/event-stream (SSE) or application/json (HTTP transport).
Most vendors document the canonical MCP path. Common shapes:
https://api.example.com/mcphttps://example.com/ssehttps://example.com/v1/mcpUpdate the url field in your upstream entry and restart that server:
mcpproxy upstream restart <server-name>