Model Context Protocol

Connect your AI to Tradewink

37+ trading tools available instantly in Claude Code, Claude Desktop, Cursor, Windsurf, or any MCP-compatible client. One install, one API key.

Three steps to get started

Step 1

Install the connector

One command adds Tradewink to your AI client.

Step 2

Sign in with OAuth

First launch opens your browser to authorize — no API key required.

Step 3

Start talking to your portfolio

"What's my P&L today?" "Analyze NVDA." "Show top movers."

Install for your client

Choose your AI client below. All use the same @tradewink/mcp npm package.

One command in your terminal. OAuth opens on first run.

claude mcp add tradewink -- npx -y @tradewink/mcp

Prefer a long-lived token (CI, sandbox)? Set TRADEWINK_API_KEY=tw_... to skip the OAuth flow.

OAuth 2.1 — no API key needed

The Tradewink MCP server implements the full MCP authorization spec: metadata discovery, Dynamic Client Registration, PKCE, and refresh-token rotation. Your AI client handles it automatically.

Browser-based sign-in

First launch opens tradewink.com in your browser. Approve the request. Tokens are cached locally and refresh automatically.

PKCE + token rotation

Every authorization uses PKCE (S256). Refresh tokens rotate on each use — reuse triggers chain revocation.

Scoped to your account

Tokens bind to your Clerk identity. Tools only see your portfolio, your strategies, your brokers.

Revoke anytime

Visit dashboard › API keys to revoke an MCP client's access. Re-authorize any time by re-running the bridge.

Metadata: /.well-known/oauth-protected-resource

How it works

Your AI Client
Claude, Cursor, etc.
stdio
@tradewink/mcp
Local bridge
HTTPS
Tradewink
MCP Server

37 tools available

Everything you need to manage your trading from your AI assistant.

Account & Portfolio

3
get_accountget_positionsget_portfolio_live

Market Data

7
get_quotebatch_quoteget_historicalget_newsget_analyst_ratingsget_earningsget_technical_analysis

Watchlist

3
get_watchlistadd_to_watchlistremove_from_watchlist

Trading

4
place_orderclose_positionget_open_orderscancel_order

Screener

2
get_market_moversget_screener_results

Strategies

4
get_strategiesget_strategyget_exit_strategiesget_sell_confidence

Trade History

4
get_tradesget_trade_analyticsget_trade_executionsget_audit_log

AI Analysis

3
ask_aianalyze_tickerget_insights

Preferences

4
get_preferenceslist_preference_optionsupdate_preferencereset_preference

Scheduling

3
schedule_analysislist_scheduled_jobscancel_scheduled_job

API key permissions

Generate keys with the access level you need.

LevelAccessRate limit
readMarket data, portfolio, strategies, trade history120 req/min
tradeEverything in read + order execution, watchlist60 req/min
adminFull access including agent configuration30 req/min

Ready to connect?

Get your API key and start trading from your AI assistant in under a minute.