Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.the-staq/tradestaq-mcp

NPM · @THE-STAQ/TRADESTAQ-MCP · SCANNED AUG 4

AI-powered crypto trading tools. Strategies, backtests, bots, and portfolio management.

+17 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1657 tokens (~48/item across 34 items; 31 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 82% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @the-staq/tradestaq-mcp

# add to Claude Code
claude mcp add the-staq-tradestaq-mcp -- npx -y @the-staq/tradestaq-mcp
# add to Codex CLI
codex mcp add the-staq-tradestaq-mcp -- npx -y @the-staq/tradestaq-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "the-staq-tradestaq-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@the-staq/tradestaq-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add the-staq-tradestaq-mcp --command npx --arg -y --arg @the-staq/tradestaq-mcp
# ~/.hermes/config.yaml
mcp_servers:
  the-staq-tradestaq-mcp:
    command: "npx"
    args: ["-y", "@the-staq/tradestaq-mcp"]
// mcp.json
{
  "mcpServers": {
    "the-staq-tradestaq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@the-staq/tradestaq-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 4 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +39
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 31 Jul 26 −26
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 52

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 4 Aug 2026 · Analysed npm/@the-staq/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 31 exposed · ~1,609 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
authenticate ~40

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

check_auth ~18

Check if you are authenticated with TradeStaq.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

close_position ~90

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

NameTypeReqDescription
exchangeIdstringyesExchange account ID where the position is open
percentagenumberPercentage of position to close (100 = full close)
symbolstringyesTrading pair (e.g. BTC/USDT)
tradeIdstringyesTrade/position ID to close

No output schema declared.

No examples provided.

compare_strategies ~31

Compare multiple strategies side by side on key metrics.

NameTypeReqDescription
idsarrayyesStrategy IDs to compare

No output schema declared.

No examples provided.

connect_exchange ~34

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

create_strategy ~65

Create a new trading strategy from TradeDroid code.

NameTypeReqDescription
codestringyesTradeDroid strategy code
descriptionstringWhat the strategy does
marketstring
namestringyesStrategy name
timeframestring

No output schema declared.

No examples provided.

deploy_bot ~119

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

NameTypeReqDescription
exchangeIdstringyesExchange account ID
leveragenumber
livebooleanIf true, trades with real money. Defaults to paper.
namestring
stopLossnumberStop loss % (e.g. 5)
strategyIdstringyesStrategy ID to deploy
symbolstring
takeProfitnumberTake profit % (e.g. 10)

No output schema declared.

No examples provided.

explain_strategy ~37

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

NameTypeReqDescription
idstringyesStrategy ID

No output schema declared.

No examples provided.

follow_trader ~70

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

NameTypeReqDescription
exchangeIdstringyesYour exchange account to trade on
masterIdstringyesID of the trader to follow
multipliernumberTrade size multiplier relative to the master's trades

No output schema declared.

No examples provided.

generate_strategy ~102

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

NameTypeReqDescription
descriptionstringyesNatural language description of the strategy you want (e.g. "momentum strategy for ETH that buys on RSI oversold and sells on RSI overbought")
marketstring
timeframestringPrimary timeframe (e.g. 1h, 4h, 1d)

No output schema declared.

No examples provided.

get_backtest_results ~32

Check status/results of a previously started backtest.

NameTypeReqDescription
jobIdstringyesBacktest job ID

No output schema declared.

No examples provided.

get_bot_status ~28

Get detailed status and performance for a specific bot.

NameTypeReqDescription
idstringyesBot ID

No output schema declared.

No examples provided.

get_candles ~60

Get OHLCV candlestick data for a trading pair.

NameTypeReqDescription
exchangestring
limitnumber
symbolstringyesTrading pair (e.g. BTC/USDT)
timeframestring

No output schema declared.

No examples provided.

get_market_context ~71

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

NameTypeReqDescription
exchangeIdstringyesExchange account ID (use list_exchanges to find)
symbolstringyesTrading pair (e.g. BTC/USDT)
timeframestringCandle timeframe

No output schema declared.

No examples provided.

get_performance_metrics ~64

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

NameTypeReqDescription
exchangeIdstringFilter by exchange ID
timeRangestringTime range for metrics
tradeTypestringFilter by trade type

No output schema declared.

No examples provided.

get_portfolio ~22

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_positions ~30

Get all open trading positions with current PnL.

NameTypeReqDescription
exchangestringFilter by exchange name

No output schema declared.

No examples provided.

get_price ~60

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

NameTypeReqDescription
exchangestringExchange name (e.g. binance, bybit)
symbolstringyesTrading pair (e.g. BTC/USDT)

No output schema declared.

No examples provided.

get_strategy ~25

Get detailed info about a specific strategy.

NameTypeReqDescription
idstringyesStrategy ID

No output schema declared.

No examples provided.

get_trade_history ~77

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

NameTypeReqDescription
exchangestringFilter by exchange name
limitnumberNumber of trades to return (max 200)
pagenumberPage number for pagination
symbolstringFilter by trading pair symbol

No output schema declared.

No examples provided.

list_bots ~19

List all your trading bots with status and performance.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_exchanges ~24

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_strategies ~30

List available trading strategies.

NameTypeReqDescription
ownedbooleanIf true, only show your own strategies

No output schema declared.

No examples provided.

list_top_traders ~58

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

NameTypeReqDescription
limitnumberNumber of traders to return (max 50)
periodstringLeaderboard time period
sortBystringSort criteria

No output schema declared.

No examples provided.

login ~43

Log in to TradeStaq with email and password.

NameTypeReqDescription
emailstringyesYour TradeStaq email address
passwordstringyesYour TradeStaq password

No output schema declared.

No examples provided.

logout ~14

Remove stored TradeStaq credentials.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_markets ~59

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

NameTypeReqDescription
exchangestringyesFilter by exchange
querystringyesSearch query (e.g. "BTC", "ETH/USDT")

No output schema declared.

No examples provided.

set_token ~53

Manually set a JWT token. For advanced use only.

NameTypeReqDescription
baseUrlstringAPI base URL (default: https://tradestaq.com)
tokenstringyesJWT token from TradeStaq

No output schema declared.

No examples provided.

stop_bot ~29

Stop a running trading bot. Open positions remain.

NameTypeReqDescription
idstringyesBot ID to stop

No output schema declared.

No examples provided.

suggest_strategies ~96

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

NameTypeReqDescription
maxDrawdownnumberMaximum acceptable drawdown % (e.g. 15)
minSharpenumberMinimum Sharpe ratio
preferredAssetsarrayPreferred assets like ['BTC', 'ETH']
riskTolerancestringRisk tolerance level

No output schema declared.

No examples provided.

what_if_backtest ~109

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

NameTypeReqDescription
exchangestringyesExchange account ID (use list_exchanges to find)
initialBalancenumber
periodstring
strategyIdstringyesStrategy ID to backtest
symbolstring
timeframestringCandle timeframe (e.g. 1h, 4h, 1d)

No output schema declared.

No examples provided.