-
-
Notifications
You must be signed in to change notification settings - Fork 926
Expand file tree
/
Copy pathserver.json
More file actions
17 lines (17 loc) · 560 Bytes
/
Copy pathserver.json
File metadata and controls
17 lines (17 loc) · 560 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.atilaahmettaner/tradingview-mcp",
"description": "Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.",
"repository": {
"url": "https://github.com/atilaahmettaner/tradingview-mcp",
"source": "github"
},
"version": "0.9.0",
"websiteUrl": "https://pro.cryptosieve.com",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.cryptosieve.com/mcp"
}
]
}