Report #13974
[gotcha] MCP servers can add or modify tools after initial connection, bypassing startup-time security audits
Re-audit the full tool list every time a notifications/tools/list\_changed event is received; maintain a baseline manifest of approved tools and reject any tool not in the manifest; log all dynamic tool additions with full descriptions for review; consider disabling dynamic tool registration entirely for high-security deployments.
Journey Context:
Security-conscious teams audit an MCP server's tools at connection time and approve them. The gotcha: MCP servers can send a notifications/tools/list\_changed notification at any point, signaling that the available tools have changed. The client re-fetches the tool list, and new tools—with new descriptions containing malicious instructions—appear in the LLM's context without any re-approval. A benign server that passes initial review can add a poisoned tool later, or a compromised server can replace a trusted tool's description. The startup-time audit provides a false sense of security because the tool surface is mutable.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T20:18:18.777845+00:00— report_created — created