Back to MCP Servers
TradingView MCP Server logo
mcp-server1,242

TradingView MCP Server

Advanced TradingView MCP Server that turns AI agents like Claude into powerful market analysts with real-time stock & crypto screening, 30+ technical indicators, backtesting, sentiment analysis, and Yahoo Finance integration.

Overview

TradingView MCP Server is a powerful Model Context Protocol (MCP) server that provides AI agents with comprehensive access to TradingView-powered market data and analysis tools. It enables natural language interaction with real-time stock, crypto, and financial market intelligence, making it ideal for traders, quants, and developers building AI-assisted trading workflows.

The server combines TradingView data sources with additional integrations like Yahoo Finance, offering backtesting capabilities, technical analysis, and live sentiment — all accessible via MCP-compatible clients such as Claude Desktop and Code.

Key Features

  • Market Screening: Real-time scanner for stocks, crypto, forex across multiple markets with advanced filters.
  • Technical Analysis: 30+ indicators including RSI, MACD, Bollinger Bands, moving averages, and more.
  • Backtesting Engine: Walk-forward optimization, equity curves, trade logs, and performance metrics.
  • Sentiment Analysis: Live market sentiment from multiple sources.
  • Yahoo Finance Integration: Supplementary fundamental and historical data.
  • Chart & Data Access: Fetch structured market data and insights conversationally.
  • Local & Secure: Runs on your machine with easy configuration for MCP clients.

Quick Start

Install via UV (recommended):

uv tool install --from git+https://github.com/atilaahmettaner/tradingview-mcp.git tradingview-mcp

Add to your MCP client config (e.g., Claude or Cursor):

{
  "mcpServers": {
    "tradingview-mcp": {
      "command": "uv",
      "args": ["tool", "run", "--from", "git+https://github.com/atilaahmettaner/tradingview-mcp.git", "tradingview-mcp"]
    }
  }
}

Once connected, ask your AI: "Screen for bullish crypto setups with RSI under 30" or "Backtest a moving average crossover strategy on BTC".

Use Cases

  • AI Trading Assistant: Let agents perform real-time technical analysis and generate trade ideas.
  • Strategy Development: Build, test, and optimize trading strategies through natural conversation.
  • Market Research: Quickly screen thousands of assets and summarize opportunities.
  • Educational Tool: Learn technical analysis by querying the agent with live data.
  • Multi-Agent Workflows: Combine with other MCP servers for full trading automation pipelines.

Why TradingView MCP Server?

TradingView remains one of the most popular charting platforms, but its data is traditionally hard for AI agents to access in real time. This MCP server bridges that gap, providing structured, tool-based access that lets LLMs reason with current market conditions instead of outdated knowledge cutoffs.

The project emphasizes responsible use — always do your own research and never treat AI output as financial advice.

Resources

  • GitHub Repository: atilaahmettaner/tradingview-mcp
  • Demo & Documentation: Available in the repository README
  • Community Discussions: Reddit threads and MCP ecosystem forums

Note: Multiple community forks and variants exist (chart image scrapers, Pine Script tools, Desktop bridges). This entry focuses on the comprehensive analysis-focused implementation.

Disclaimer: This is not financial advice. Trading involves risk. Use for educational and research purposes only.

Tags

mcptradingviewai-tradingtechnical-analysisbacktestingstock-marketcryptoclaudepython

Related Entries

Keep exploring similar tools and resources in this category.

Browse MCP Servers
Higgsfield MCP logo

Higgsfield MCP

MCP Servers

Higgsfield MCP is Higgsfield AI's hosted MCP connector for generating images, videos, reusable characters, and creative assets from Claude or MCP-compatible agents. It uses a Higgsfield account and platform credits, with no API key documented for the official MCP connector.

Agent Reach logo

Agent Reach

MCP Servers

Agent Reach is an open-source CLI and Agent Skill that installs, routes, and health-checks upstream tools for web, social, GitHub, video transcript, RSS, and search access. It is not documented as a standalone MCP server; some channels use MCP-backed upstream tools such as mcporter/Exa, xiaohongshu-mcp, and linkedin-scraper-mcp.

Firecrawl MCP Server logo

Firecrawl MCP Server

MCP Servers

Official Model Context Protocol (MCP) server from Firecrawl that equips AI agents with powerful web search, scraping, crawling, and structured data extraction capabilities for real-time web interaction.

TinyFish logo

TinyFish

MCP Servers

TinyFish exposes web automation, web search, content extraction, and remote browser-session tools to MCP-compatible AI assistants. The hosted MCP server uses OAuth 2.1, while an optional local @tiny-fish/mcp proxy supports API-key authentication for local-only, CI, and headless setups.

openaiDeveloperDocs logo

openaiDeveloperDocs

MCP Servers

OpenAI Developer Docs MCP is an OpenAI-hosted, read-only server that lets MCP clients search and fetch documentation from developers.openai.com, platform.openai.com, and learn.chatgpt.com. It uses a public streamable HTTP endpoint and does not call the OpenAI API on the user's behalf.

FetchSandbox logo

FetchSandbox

MCP Servers

FetchSandbox is a stdio MCP server and hosted API-sandbox service that lets AI coding agents import OpenAPI 3.x specifications, discover runnable workflows, and execute stateful integration tests without using production API credentials. It is designed for validating request flows, lifecycle state, webhooks, retries, and shareable run traces from MCP-compatible development tools.