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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 21 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add the-staq-tradestaq-mcp -- npx -y @the-staq/tradestaq-mcp
codex mcp add the-staq-tradestaq-mcp -- npx -y @the-staq/tradestaq-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"the-staq-tradestaq-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@the-staq/tradestaq-mcp"
],
"enabled": true
}
}
} openclaw mcp add the-staq-tradestaq-mcp --command npx --arg -y --arg @the-staq/tradestaq-mcp
mcp_servers:
the-staq-tradestaq-mcp:
command: "npx"
args: ["-y", "@the-staq/tradestaq-mcp"] {
"mcpServers": {
"the-staq-tradestaq-mcp": {
"command": "npx",
"args": [
"-y",
"@the-staq/tradestaq-mcp"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| exchangeId | string | yes | Exchange account ID where the position is open |
| percentage | number | — | Percentage of position to close (100 = full close) |
| symbol | string | yes | Trading pair (e.g. BTC/USDT) |
| tradeId | string | yes | Trade/position ID to close |
No output schema declared.
No examples provided.
compare_strategies ~31
Compare multiple strategies side by side on key metrics.
| Name | Type | Req | Description |
|---|---|---|---|
| ids | array | yes | Strategy 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | TradeDroid strategy code |
| description | string | — | What the strategy does |
| market | string | — | — |
| name | string | yes | Strategy name |
| timeframe | string | — | — |
No output schema declared.
No examples provided.
deploy_bot ~119
Deploy a strategy as a trading bot. Defaults to paper trading for safety.
| Name | Type | Req | Description |
|---|---|---|---|
| exchangeId | string | yes | Exchange account ID |
| leverage | number | — | — |
| live | boolean | — | If true, trades with real money. Defaults to paper. |
| name | string | — | — |
| stopLoss | number | — | Stop loss % (e.g. 5) |
| strategyId | string | yes | Strategy ID to deploy |
| symbol | string | — | — |
| takeProfit | number | — | Take 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Strategy 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.
| Name | Type | Req | Description |
|---|---|---|---|
| exchangeId | string | yes | Your exchange account to trade on |
| masterId | string | yes | ID of the trader to follow |
| multiplier | number | — | Trade 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.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | Natural language description of the strategy you want (e.g. "momentum strategy for ETH that buys on RSI oversold and sells on RSI overbought") |
| market | string | — | — |
| timeframe | string | — | Primary 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.
| Name | Type | Req | Description |
|---|---|---|---|
| jobId | string | yes | Backtest job ID |
No output schema declared.
No examples provided.
get_bot_status ~28
Get detailed status and performance for a specific bot.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Bot ID |
No output schema declared.
No examples provided.
get_candles ~60
Get OHLCV candlestick data for a trading pair.
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | — | — |
| limit | number | — | — |
| symbol | string | yes | Trading pair (e.g. BTC/USDT) |
| timeframe | string | — | — |
No output schema declared.
No examples provided.
get_market_context ~71
Get market context for a symbol: trend direction, volatility level, support/resistance levels.
| Name | Type | Req | Description |
|---|---|---|---|
| exchangeId | string | yes | Exchange account ID (use list_exchanges to find) |
| symbol | string | yes | Trading pair (e.g. BTC/USDT) |
| timeframe | string | — | Candle timeframe |
No output schema declared.
No examples provided.
get_performance_metrics ~64
Get trading performance metrics: ROI, win rate, PnL, Sortino ratio.
| Name | Type | Req | Description |
|---|---|---|---|
| exchangeId | string | — | Filter by exchange ID |
| timeRange | string | — | Time range for metrics |
| tradeType | string | — | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | — | Filter 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).
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | — | Exchange name (e.g. binance, bybit) |
| symbol | string | yes | Trading pair (e.g. BTC/USDT) |
No output schema declared.
No examples provided.
get_strategy ~25
Get detailed info about a specific strategy.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Strategy ID |
No output schema declared.
No examples provided.
get_trade_history ~77
Get your closed trade history with PnL, entry/exit prices, and duration.
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | — | Filter by exchange name |
| limit | number | — | Number of trades to return (max 200) |
| page | number | — | Page number for pagination |
| symbol | string | — | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| owned | boolean | — | If 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of traders to return (max 50) |
| period | string | — | Leaderboard time period |
| sortBy | string | — | Sort criteria |
No output schema declared.
No examples provided.
login ~43
Log in to TradeStaq with email and password.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Your TradeStaq email address | |
| password | string | yes | Your 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.
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Filter by exchange |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| baseUrl | string | — | API base URL (default: https://tradestaq.com) |
| token | string | yes | JWT token from TradeStaq |
No output schema declared.
No examples provided.
stop_bot ~29
Stop a running trading bot. Open positions remain.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Bot 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.
| Name | Type | Req | Description |
|---|---|---|---|
| maxDrawdown | number | — | Maximum acceptable drawdown % (e.g. 15) |
| minSharpe | number | — | Minimum Sharpe ratio |
| preferredAssets | array | — | Preferred assets like ['BTC', 'ETH'] |
| riskTolerance | string | — | Risk 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.
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | Exchange account ID (use list_exchanges to find) |
| initialBalance | number | — | — |
| period | string | — | — |
| strategyId | string | yes | Strategy ID to backtest |
| symbol | string | — | — |
| timeframe | string | — | Candle timeframe (e.g. 1h, 4h, 1d) |
No output schema declared.
No examples provided.