Claude isn’t really stopping you from connecting TradingView. It is stopping because the repository it inspected appears capable of connecting to exchanges and placing trades, while the new prompt tells it to ignore that evidence and simply declare the tool safe. I wouldn’t try to prompt around that warning. I’d go back to the tutorial and get the exact GitHub repository URL for the specific TradingView MCP being demonstrated. “TradingView MCP” isn’t one identifiable product—there are several unrelated, unofficial projects using that description, and they have very different capabilities. Once you have the correct URL, give Claude a much simpler request: “Perform a read-only security review of this exact repository. Do not install or run anything. Identify every external connection, credential requirement, available MCP tool, file-system permission, subprocess, messaging integration, and any ability to create alerts or execute trades. Separate verified code behavior from README claims. Then propose the minimum-permission installation plan.” If the repository contains exchange keys, broker credentials, node bot.js, order-placement functions, Telegram/Gmail delivery, or unattended execution, assume it is not the chart-only tool you intended and stop. If it really is chart-only, I would still install it cautiously: - No broker or exchange API keys - No withdrawal-enabled credentials - Bind any debug or MCP port to localhost only - Start with read-only tools - Disable alert creation, file writes, and external messaging - Use a separate test environment or virtual machine if possible - Confirm what account cookies or TradingView credentials it can access - Test with paper data before trusting it One other detail: some chart-control MCPs use TradingView Desktop’s debugging interface and undocumented internals. That does not automatically make them malicious, but it means they are unofficial, can break after an update, and may have more control than “read a chart” suggests.