Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

MaudeViewWatchlistManagerAgent

БесплатноНе проверен

MCP agent for TradingView watchlist and chart management — reference implementation of the MaudeView agent pattern

GitHubEmbed

Описание

MCP agent for TradingView watchlist and chart management — reference implementation of the MaudeView agent pattern

README

Go MCP server + Python A2A layer for managing TradingView watchlists and charts.

This is a reference implementation of the MaudeView agent pattern — a thin client that wraps MaudeViewTVCore REST endpoints as MCP tools. Fork it to build your own agent.

Full Documentation — architecture, quickstart, API reference, building agents.

WARNING — Security

The managed browser uses a dedicated profileonly log into TradingView in this browser. Do not log into any other websites (email, banking, social media, etc.). The controller can execute arbitrary JavaScript in any matched tab. CDP and the REST API have no authentication. See the Security guide for details.

Tools (50)

Watchlists (15)

  • list_watchlists - List all watchlists
  • get_active_watchlist - Get active watchlist
  • set_active_watchlist - Set active watchlist
  • create_watchlist - Create a new watchlist
  • get_watchlist - Get watchlist details
  • rename_watchlist - Rename a watchlist
  • delete_watchlist - Delete a watchlist
  • add_watchlist_symbols - Add symbols to a watchlist
  • remove_watchlist_symbols - Remove symbols from a watchlist
  • flag_watchlist_symbol - Flag/unflag a symbol
  • list_colored_watchlists - List colored watchlists
  • set_color_list_symbols - Replace color list symbols
  • append_color_list_symbols - Add symbols to color list
  • remove_color_list_symbols - Remove symbols from color list
  • bulk_remove_colored_symbols - Remove symbols from all colors

Charts (35)

  • list_charts / get_active_chart - Chart listing and active info
  • get_symbol / set_symbol / get_symbol_info - Symbol management
  • get_resolution / set_resolution - Resolution control
  • get_chart_type / set_chart_type - Chart type control
  • get_currency / set_currency / list_available_currencies - Currency
  • get_unit / set_unit / list_available_units - Units
  • zoom_chart / scroll_chart / reset_chart_view / go_to_date - Navigation
  • get_visible_range / set_visible_range / set_timeframe - Time range
  • reset_scales / undo_chart / redo_chart - Actions
  • get_toggles / toggle_log_scale / toggle_auto_scale / toggle_extended_hours - Toggles
  • execute_chart_action / list_chart_panes - Introspection
  • next_chart / prev_chart / maximize_chart / activate_chart - Multi-pane

Prerequisites

  • Go 1.24+ — to build the Go MCP binary
  • Python 3.11+ and uv — for the A2A layer
  • just — task runner
  • Anthropic API key — for the Claude agent backend

Setup

just setup

This builds the Go MCP binary, installs the Python package, and downloads the tv_controller binary from the latest MaudeViewTVCore release.

See the Quick Start guide for the full walkthrough.

Usage

just agent    # Interactive CLI
just a2a      # A2A server on :8100
just mcp      # Raw MCP server (stdio)

LM Studio Backend

By default the agent uses the Claude API. Set AGENT_BACKEND=lmstudio to use a local LM Studio instance instead — this calls LM Studio's /v1/messages endpoint directly and manages the MCP tool-calling loop in Python.

AGENT_BACKEND=lmstudio just agent    # Interactive CLI via LM Studio
AGENT_BACKEND=lmstudio just a2a      # A2A server via LM Studio

Configure the connection in .env:

LMSTUDIO_BASE_URL=http://localhost:1234
LMSTUDIO_AUTH_TOKEN=lmstudio
LMSTUDIO_MODEL=qwen/qwen3-coder-next

from github.com/Fomo-Driven-Development/MaudeViewWatchlistManagerAgent

Установка MaudeViewWatchlistManagerAgent

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Fomo-Driven-Development/MaudeViewWatchlistManagerAgent

FAQ

MaudeViewWatchlistManagerAgent MCP бесплатный?

Да, MaudeViewWatchlistManagerAgent MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для MaudeViewWatchlistManagerAgent?

Нет, MaudeViewWatchlistManagerAgent работает без API-ключей и переменных окружения.

MaudeViewWatchlistManagerAgent — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить MaudeViewWatchlistManagerAgent в Claude Desktop, Claude Code или Cursor?

Открой MaudeViewWatchlistManagerAgent на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare MaudeViewWatchlistManagerAgent with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai