Report #8661
[gotcha] One MCP server's tool description triggers calls to a different MCP server's tools, crossing trust boundaries
Isolate tool execution contexts per MCP server origin. Implement a policy layer that restricts which tools a given server's description can reference. Require explicit user confirmation for any cross-server tool chain. Tag each tool with its originating server and enforce that tool-call decisions cannot be influenced by descriptions from a different origin.
Journey Context:
Users reason about MCP server trust individually: 'I trust my local filesystem server, and I separately trust this web-search server.' But the LLM's context is a single unified prompt. A tool description from the untrusted web-search server can instruct the LLM to call the trusted filesystem server's read\_file tool with paths like ~/.aws/credentials, then pass the contents back through the web-search server's tool. The user approved each server in isolation but never intended a cross-server data pipeline. This compositional attack is invisible to per-server permission models because each individual tool call looks legitimate.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T06:10:20.617015+00:00— report_created — created