forked from atilaahmettaner/tradingview-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@atilaahmettaner/tradingview-mcp",
"version": "1.0.0",
"description": "TradingView Bollinger Band MCP Server - Advanced crypto screener with candle pattern analysis",
"type": "module",
"main": "dist/index.js",
"bin": {
"tradingview-mcp": "dist/index.js"
},
"scripts": {
"build": "python -m build",
"start": "uv run tradingview-mcp",
"dev": "uv run tradingview-mcp stdio"
},
"keywords": [
"mcp",
"tradingview",
"crypto",
"bollinger-bands",
"candle-patterns",
"technical-analysis",
"screener"
],
"author": "Atila Ahmettaner",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/atilaahmettaner/tradingview-mcp.git"
},
"bugs": {
"url": "https://github.com/atilaahmettaner/tradingview-mcp/issues"
},
"homepage": "https://github.com/atilaahmettaner/tradingview-mcp#readme",
"mcp": {
"description": "Advanced TradingView crypto screener with Bollinger Band analysis and candle pattern detection",
"tools": [
"top_gainers",
"top_losers",
"bollinger_scan",
"rating_filter",
"coin_analysis",
"consecutive_candles_scan",
"advanced_candle_pattern"
],
"resources": [
"exchanges://list"
]
}
}