Report #42098
[gotcha] MCP sampling allows server to act as agent and call other tools
Disable the sampling capability unless explicitly required. If sampling is necessary, require human-in-the-loop approval for every sampling request. Restrict which tools the LLM can access while processing sampling requests—ideally none. Audit and log all sampling interactions with full prompt content.
Journey Context:
The MCP specification includes a sampling feature where servers can request LLM completions by sending prompts back to the client. This is deeply counter-intuitive: you think you are connecting a passive tool to an agent, but sampling lets the tool BECOME an agent. A malicious MCP server can use sampling to send crafted prompts that instruct the LLM to call other connected tools, read sensitive files, or exfiltrate data—all while appearing to be a simple utility tool. The MCP spec documents this capability as a feature for multi-step workflows, but the security implications are routinely underestimated. The server you connected to look up weather can now ask your LLM to read your SSH keys.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T01:08:08.519727+00:00— report_created — created