CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Tradestaq Mcp

the-staq/tradestaq-mcp
31 toolsSTDIOregistry active
Summary

Connects Claude to the TradeStaq platform for crypto trading automation. You get 31 tools covering strategy creation, backtesting, bot deployment, and portfolio management across exchanges like Binance, Bybit, OKX, and Hyperliquid. Generate strategies from natural language prompts, backtest them historically, then deploy as paper or live bots. Also includes copy trading via a leaderboard, position monitoring with live PnL, and performance analytics. Auth uses OAuth PKCE with browser flow or direct JWT, stored locally with 0600 permissions. Available via npx for stdio or remotely over HTTP. Defaults to paper trading unless you explicitly pass the live flag.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

31 tools
loginLog in to TradeStaq with email and password.2 params

Log in to TradeStaq with email and password.

Parameters* required
emailstring
Your TradeStaq email address
passwordstring
Your TradeStaq password
authenticateLog in to TradeStaq via browser. Opens a login page in your browser — you authenticate there and the token is saved automatically. No credentials enter the chat.

Log in to TradeStaq via browser. Opens a login page in your browser — you authenticate there and the token is saved automatically. No credentials enter the chat.

No parameter schema in public metadata yet.

check_authCheck if you are authenticated with TradeStaq.

Check if you are authenticated with TradeStaq.

No parameter schema in public metadata yet.

set_tokenManually set a JWT token. For advanced use only.2 params

Manually set a JWT token. For advanced use only.

Parameters* required
tokenstring
JWT token from TradeStaq
baseUrlstring
API base URL (default: https://tradestaq.com)
connect_exchangeConnect a new exchange account via browser. Opens a page where you securely enter your exchange API keys. Keys never enter the chat.

Connect a new exchange account via browser. Opens a page where you securely enter your exchange API keys. Keys never enter the chat.

No parameter schema in public metadata yet.

logoutRemove stored TradeStaq credentials.

Remove stored TradeStaq credentials.

No parameter schema in public metadata yet.

get_priceGet the current price of a trading pair (e.g. BTC/USDT).2 params

Get the current price of a trading pair (e.g. BTC/USDT).

Parameters* required
symbolstring
Trading pair (e.g. BTC/USDT)
exchangestring
Exchange name (e.g. binance, bybit)
get_candlesGet OHLCV candlestick data for a trading pair.4 params

Get OHLCV candlestick data for a trading pair.

Parameters* required
limitnumber
default: 100
symbolstring
Trading pair (e.g. BTC/USDT)
exchangestring
timeframestring
one of 1m · 5m · 15m · 1h · 4h · 1ddefault: 1h
list_exchangesList your connected exchange accounts with their IDs, platform names, and status.

List your connected exchange accounts with their IDs, platform names, and status.

No parameter schema in public metadata yet.

search_marketsSearch for trading pairs on a specific exchange. Use list_exchanges to find your exchange IDs.2 params

Search for trading pairs on a specific exchange. Use list_exchanges to find your exchange IDs.

Parameters* required
querystring
Search query (e.g. "BTC", "ETH/USDT")
exchangestring
Filter by exchange
get_portfolioGet portfolio overview: total balance, exchanges, and active bots.

Get portfolio overview: total balance, exchanges, and active bots.

No parameter schema in public metadata yet.

get_positionsGet all open trading positions with current PnL.1 params

Get all open trading positions with current PnL.

Parameters* required
exchangestring
Filter by exchange name
list_strategiesList available trading strategies.1 params

List available trading strategies.

Parameters* required
ownedboolean
If true, only show your own strategiesdefault: false
get_strategyGet detailed info about a specific strategy.1 params

Get detailed info about a specific strategy.

Parameters* required
idstring
Strategy ID
explain_strategyGet a plain-English explanation of a strategy: what it does, risk profile, best market conditions.1 params

Get a plain-English explanation of a strategy: what it does, risk profile, best market conditions.

Parameters* required
idstring
Strategy ID
compare_strategiesCompare multiple strategies side by side on key metrics.1 params

Compare multiple strategies side by side on key metrics.

Parameters* required
idsarray
Strategy IDs to compare
create_strategyCreate a new trading strategy from TradeDroid code.5 params

Create a new trading strategy from TradeDroid code.

Parameters* required
codestring
TradeDroid strategy code
namestring
Strategy name
marketstring
one of spot · futuresdefault: futures
timeframestring
default: 1h
descriptionstring
What the strategy does
generate_strategyGenerate a trading strategy from a natural language description using AI. Describe what you want and AI creates the TradeDroid code.3 params

Generate a trading strategy from a natural language description using AI. Describe what you want and AI creates the TradeDroid code.

Parameters* required
marketstring
one of spot · futuresdefault: futures
timeframestring
Primary timeframe (e.g. 1h, 4h, 1d)default: 1h
descriptionstring
Natural language description of the strategy you want (e.g. "momentum strategy for ETH that buys on RSI oversold and sells on RSI overbought")
what_if_backtestRun a backtest on a strategy. Async, may take 30-120 seconds. Returns full performance metrics.6 params

Run a backtest on a strategy. Async, may take 30-120 seconds. Returns full performance metrics.

Parameters* required
periodstring
one of 1m · 3m · 6m · 1ydefault: 3m
symbolstring
default: BTC/USDT
exchangestring
Exchange account ID (use list_exchanges to find)
timeframestring
Candle timeframe (e.g. 1h, 4h, 1d)default: 1h
strategyIdstring
Strategy ID to backtest
initialBalancenumber
default: 10000
get_backtest_resultsCheck status/results of a previously started backtest.1 params

Check status/results of a previously started backtest.

Parameters* required
jobIdstring
Backtest job ID
list_botsList all your trading bots with status and performance.

List all your trading bots with status and performance.

No parameter schema in public metadata yet.

get_bot_statusGet detailed status and performance for a specific bot.1 params

Get detailed status and performance for a specific bot.

Parameters* required
idstring
Bot ID
deploy_botDeploy a strategy as a trading bot. Defaults to paper trading for safety.8 params

Deploy a strategy as a trading bot. Defaults to paper trading for safety.

Parameters* required
liveboolean
If true, trades with real money. Defaults to paper.default: false
namestring
symbolstring
default: BTC/USDT
leveragenumber
default: 1
stopLossnumber
Stop loss % (e.g. 5)
exchangeIdstring
Exchange account ID
strategyIdstring
Strategy ID to deploy
takeProfitnumber
Take profit % (e.g. 10)
stop_botStop a running trading bot. Open positions remain.1 params

Stop a running trading bot. Open positions remain.

Parameters* required
idstring
Bot ID to stop
close_positionClose an open trading position. WARNING: This executes a market order to close your position.4 params

Close an open trading position. WARNING: This executes a market order to close your position.

Parameters* required
symbolstring
Trading pair (e.g. BTC/USDT)
tradeIdstring
Trade/position ID to close
exchangeIdstring
Exchange account ID where the position is open
percentagenumber
Percentage of position to close (100 = full close)default: 100
get_trade_historyGet your closed trade history with PnL, entry/exit prices, and duration.4 params

Get your closed trade history with PnL, entry/exit prices, and duration.

Parameters* required
pagenumber
Page number for paginationdefault: 1
limitnumber
Number of trades to return (max 200)default: 50
symbolstring
Filter by trading pair symbol
exchangestring
Filter by exchange name
get_performance_metricsGet trading performance metrics: ROI, win rate, PnL, Sortino ratio.3 params

Get trading performance metrics: ROI, win rate, PnL, Sortino ratio.

Parameters* required
timeRangestring
Time range for metricsone of today · 7d · 30d · 90ddefault: 30d
tradeTypestring
Filter by trade typeone of live · paper
exchangeIdstring
Filter by exchange ID
list_top_tradersBrowse the leaderboard of top-performing traders you can copy.3 params

Browse the leaderboard of top-performing traders you can copy.

Parameters* required
limitnumber
Number of traders to return (max 50)default: 10
periodstring
Leaderboard time periodone of 7d · 30d · 90ddefault: 30d
sortBystring
Sort criteriaone of roi · pnl · winRatedefault: roi
follow_traderSubscribe to copy a top trader's trades. WARNING: This commits capital to copy trading.3 params

Subscribe to copy a top trader's trades. WARNING: This commits capital to copy trading.

Parameters* required
masterIdstring
ID of the trader to follow
exchangeIdstring
Your exchange account to trade on
multipliernumber
Trade size multiplier relative to the master's tradesdefault: 1
suggest_strategiesSuggest trading strategies matching your risk profile. Filters by risk tolerance, max drawdown, preferred assets, and minimum Sharpe ratio.4 params

Suggest trading strategies matching your risk profile. Filters by risk tolerance, max drawdown, preferred assets, and minimum Sharpe ratio.

Parameters* required
minSharpenumber
Minimum Sharpe ratio
maxDrawdownnumber
Maximum acceptable drawdown % (e.g. 15)
riskTolerancestring
Risk tolerance levelone of conservative · moderate · aggressivedefault: moderate
preferredAssetsarray
Preferred assets like ['BTC', 'ETH']
get_market_contextGet market context for a symbol: trend direction, volatility level, support/resistance levels.3 params

Get market context for a symbol: trend direction, volatility level, support/resistance levels.

Parameters* required
symbolstring
Trading pair (e.g. BTC/USDT)
timeframestring
Candle timeframeone of 1h · 4h · 1ddefault: 4h
exchangeIdstring
Exchange account ID (use list_exchanges to find)

TradeStaq MCP Server

npm version License: MIT

31 AI-powered trading tools for Claude, Cursor, and any MCP client.

Create strategies, backtest them, deploy trading bots, copy top traders, monitor positions, and manage your crypto portfolio, all from conversation. Supports Binance, Bybit, OKX, Bitget, Hyperliquid, dYdX, and more.

"Show me my portfolio" → get_portfolio
"Backtest GhostRider on BTC/USDT for 3 months" → what_if_backtest
"Deploy it on my Binance account" → deploy_bot
"Who are the top traders this month?" → list_top_traders
"Generate a momentum strategy for ETH" → generate_strategy

Quick Start

Option A: Remote server (no install needed)

For MCP clients that support HTTP transport:

{
  "mcpServers": {
    "tradestaq": {
      "url": "https://mcp.tradestaq.com/mcp"
    }
  }
}

Option B: npx (recommended for local)

No clone, no build. Just add to your MCP config:

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "tradestaq": {
      "command": "npx",
      "args": ["-y", "@the-staq/tradestaq-mcp"]
    }
  }
}

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "tradestaq": {
      "command": "npx",
      "args": ["-y", "@the-staq/tradestaq-mcp"]
    }
  }
}

Claude Code:

claude mcp add tradestaq -- npx -y @the-staq/tradestaq-mcp

Option C: Clone and build

git clone https://github.com/the-staq/tradestaq-mcp.git
cd tradestaq-mcp
npm install
npm run build

Then point your MCP client to dist/index.js.

Authenticate

After adding the server, ask your AI assistant to log in:

  • "Log me in to TradeStaq" — uses email/password directly
  • "Authenticate with TradeStaq" — opens a browser window for secure OAuth login

Credentials never enter the chat when using the browser flow. Token is stored locally at ~/.tradestaq/mcp-config.json with restricted permissions (0600).

Tools

Auth

ToolDescription
loginLog in with email and password
authenticateLog in via browser (OAuth + PKCE)
check_authCheck authentication status
set_tokenManually set a JWT token
connect_exchangeConnect an exchange account via browser
logoutRemove stored credentials

Market Data

ToolDescription
get_priceCurrent price, 24h change, volume
get_candlesOHLCV candlestick data (1m to 1d)
list_exchangesList connected exchange accounts
search_marketsFind trading pairs on a specific exchange

Portfolio

ToolDescription
get_portfolioTotal balance, exchanges, active bots
get_positionsOpen positions with live PnL

Strategies

ToolDescription
list_strategiesBrowse marketplace or your own strategies
get_strategyFull strategy details and performance
explain_strategyPlain-English explanation with risk profile
compare_strategiesSide-by-side metrics comparison
create_strategyCreate a strategy from TradeDroid code
generate_strategyGenerate a strategy from natural language using AI

Backtesting

ToolDescription
what_if_backtestRun a historical backtest (async, 30-120s)
get_backtest_resultsCheck status of a running backtest

Bot Management

ToolDescription
list_botsAll bots with status and performance
get_bot_statusDetailed bot metrics and config
deploy_botDeploy a strategy as a trading bot
stop_botStop a running bot
close_positionClose an open position (full or partial)

deploy_bot defaults to paper trading. Pass live: true for real money.

Trade History

ToolDescription
get_trade_historyClosed trades with PnL, entry/exit prices
get_performance_metricsROI, win rate, Sortino ratio, PnL breakdown

Copy Trading

ToolDescription
list_top_tradersBrowse the leaderboard of top traders
follow_traderSubscribe to copy a trader's trades

Advisor

ToolDescription
suggest_strategiesMatch strategies to your risk profile
get_market_contextTrend, volatility, support/resistance for a symbol

Prompt Templates

Trading Assistant — Start a conversation about your portfolio and positions. The AI calls get_portfolio and get_positions to ground its responses in your actual data.

Strategy Builder — Walk through creating, backtesting, and deploying a strategy. Pass an optional goal like "momentum strategy for ETH" to get focused suggestions.

Portfolio Reviewer — Deep analysis of your portfolio, positions, trade history, and performance. Identifies what's working, what isn't, and suggests improvements.

Resources

MCP resources provide browsable data that AI clients can read directly:

ResourceURIDescription
Portfoliotradestaq://portfolioBalances, positions, and active bots
Botstradestaq://botsAll bots with status and PnL
Strategiestradestaq://strategiesStrategy catalog with ratings

Architecture

                    stdio                                    HTTPS
┌──────────────┐◄──────────►┐                  ┌────────────────►┌──────────────┐
│Claude Desktop│             │                  │                 │              │
│Cursor / CLI  │             │  tradestaq-mcp   │   Bearer JWT    │  TradeStaq   │
└──────────────┘             │  31 tools        │◄────────────────│  API         │
                             │  3 prompts       │                 │              │
┌──────────────┐  HTTP+SSE  │  3 resources      │                 └──────────────┘
│ Any MCP      │◄──────────►│                  │
│ client (web) │             └──────────────────┘
└──────────────┘
  • Two transports: stdio (local, default) and HTTP+SSE (remote, --http flag)
  • Hosted at https://mcp.tradestaq.com/mcp for remote clients
  • JWT auth via OAuth PKCE or email/password login
  • All tools return structured JSON with error contract
  • Token auto-refresh when expiring within 1 hour

Development

npm run dev        # watch mode with tsx
npm run build      # compile TypeScript
npm run lint       # type check without emitting
npm test           # run tests
npm start          # run server (stdio)
npm run start:http # run server (HTTP+SSE on port 3100)

Error Handling

All tool errors return structured responses:

{
  "error": {
    "code": "INSUFFICIENT_BALANCE",
    "message": "Human-readable description",
    "retryable": true,
    "retryAfterMs": 5000
  }
}

Error codes: AUTH_EXPIRED, TIMEOUT, RATE_LIMITED, NETWORK_ERROR, HTTP_4xx, HTTP_5xx.

Security

  • Credentials never enter AI conversation history
  • OAuth PKCE flow with browser-based authentication
  • Token stored with 0600 file permissions
  • Localhost-only OAuth callbacks
  • deploy_bot, stop_bot, close_position, and follow_trader are destructive operations (AI confirms with user)

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Finance & Commerce
Registryactive
Package@the-staq/tradestaq-mcp
TransportSTDIO
UpdatedApr 6, 2026
View on GitHub

Related Finance & Commerce MCP Servers

View all →
Shopify Subscription Reconciliation MCP (Recharge Edition)

io.github.shelvick/shopify-subscription-reconciliation

Reconcile Shopify orders against Recharge subscription charges and Stripe payouts.
Google Ads

zleventer/google-ads-mcp

MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.
1
Meok Stripe Acp Checkout Mcp

csoai-org/meok-stripe-acp-checkout-mcp

MEOK Stripe ACP Checkout MCP — ChatGPT shopping bridge. Issues + verifies + signs Stripe Agentic
Google Ads

io.github.mharnett/google-ads

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
Stripe Billing Mcp

csoai-org/stripe-billing-mcp

stripe-billing-mcp MCP server by MEOK AI Labs
Google Ads Mcp

co.pipeboard/google-ads-mcp

Google Ads automation with AI: analyze performance, manage campaigns, optimize bids.