DRAFT · v3 · MCP
Product · MCP Server · For Developers

Build your own
trading agent

18 trading tools exposed as Model Context Protocol. Plug GT into Claude, Cursor, Open Claw, or any MCP-compatible AI agent. Backtest, manage bots, execute trades — all as tool calls. Open source.

Install in 30 seconds

Add GT to Claude or Cursor

# Claude Code claude mcp add gt-protocol npx @gt-protocol/mcp # Or run directly npx @gt-protocol/mcp authenticate

Authenticate once with your GT email/password. Tokens are saved to ~/.gt-mcp-auth.json and refreshed automatically. From then on, GT trading capabilities are available as tool calls inside any MCP client.

View on GitHub →
MCP
All 18 tools

What you can do as a tool call

Every tool returns structured JSON, ready for AI agent consumption.

authenticate — log in with email/password, persist tokens
get_profile — user info + membership tier
get_exchanges — list connected exchanges
get_balance — exchange balance lookup
list_bots / get_bot — standalone bots
list_portfolios — portfolio strategies
create_bot — new bot from JSON params
update_bot — partial bot update
start_bot / stop_bot — bot lifecycle
delete_bot — archive a bot
start_deal — manual deal trigger
close_deal — close active deal
list_deals — historical deals
get_active_deals — currently open deals
get_deal_history — full trade log
paper_clone — demo copy of a real bot
run_backtest — historical strategy test
(more coming) — TradingView webhook, marketplace endpoints
Technology

How GT is wired

One AI execution core. Multiple input channels. Multiple trading destinations.

Input · chat
Telegram AI assistant
User prompt → strategy
Input · web
GT App (web)
Visual builder + marketplace
Input · API
MCP / open API
Claude · Cursor · agents

GT Protocol Core

Conversational AI Strategy Execution Backtest Engine Optimizer Top Traders Marketplace
Out · trading
Binance · Hyperliquid
Spot · Futures · DEX
Out · signals
TradingView integration
External signal feeds
Out · yield
AI Staking 3000
Telegram-native staking

Plug GT into your AI stack

Open source. MIT license. PRs welcome.