← All plugins
tradingview-mcp
v0.7.1TradingView MCP server for market prices, screeners, sentiment, backtesting, and technical analysis.
Codex1 MCP serverstdio
by TradingView MCP contributorsMIT148updated 1 month ago
Source
git clone https://github.com/jaipreet15/tradingview-mcpClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
tradingview-mcp/
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
tradingviewstdio
- command
- node
- args
- dist/index.js
Manifests1
.codex-plugin/plugin.json
{
"name": "tradingview-mcp",
"version": "0.7.1",
"description": "TradingView MCP server for market prices, screeners, sentiment, backtesting, and technical analysis.",
"author": {
"name": "TradingView MCP contributors"
},
"homepage": "https://github.com/atilaahmettaner/tradingview-mcp",
"repository": "https://github.com/atilaahmettaner/tradingview-mcp",
"license": "MIT",
"keywords": [
"mcp",
"tradingview",
"market-data",
"technical-analysis",
"backtesting"
],
"mcpServers": "./.codex-mcp.json",
"interface": {
"displayName": "TradingView MCP",
"shortDescription": "Market data and technical-analysis MCP tools",
"longDescription": "TradingView MCP server for market prices, screeners, sentiment, backtesting, and 30+ technical-analysis tools.",
"developerName": "TradingView MCP contributors",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/atilaahmettaner/tradingview-mcp",
"defaultPrompt": [
"Show me the available TradingView MCP tools",
"Analyze BTCUSDT with TradingView MCP",
"Find today's top gainers with TradingView MCP"
],
"brandColor": "#2962FF"
}
}