Skip to main content
Glama

TradingView MCP Server

pyproject.toml665 B
[project] name = "tradingview-mcp" version = "0.1.0" description = "Model Context Protocol server exposing crypto screener tools (TradingView Screener)" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.12.0", "tradingview-screener>=0.6.4", "tradingview-ta>=3.3.0", ] [project.scripts] # Entry point now points to packaged module tradingview-mcp = "tradingview_mcp.server:main" [tool.setuptools.packages.find] where = ["src"] [tool.setuptools.package-data] tradingview_mcp = ["coinlist/*.txt"] [tool.uv] dev-dependencies = [] package = true [build-system] requires = ["setuptools>=61"] build-backend = "setuptools.build_meta"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/patch-ridermg48/tradingview-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server