MCP-005 Cleartext or unauthenticated remote endpoint
Remote MCP servers (the url / endpoint form rather than the
local command form) ship every prompt the model issues, every
tool call the model triggers, and every result the server returns
across the network connection declared in the host config. When the
URL is http:// instead of https://, all of that data travels
unencrypted: an attacker on the wire sees the whole conversation,
including any credentials the host config inlines. When the URL is
https:// but no auth credential is declared alongside, the server
may be world-callable: anyone who can dial the URL can talk to it.