AI-powered crypto trading tools. Strategies, backtests, bots, and portfolio management.
{
"mcpServers": {
"io-github-the-staq-tradestaq-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-powered crypto trading tools. Strategies, backtests, bots, and portfolio management.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 2 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
MCP server for Financial Modeling Prep API with 250+ financial data tools
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
MCP Security Weekly
Get CVE alerts and security updates for io.github.the-staq/tradestaq-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
For MCP clients that support HTTP transport:
{
"mcpServers": {
"tradestaq": {
"url": "https://mcp.tradestaq.com/mcp"
}
}
}
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
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.
After adding the server, ask your AI assistant to log in:
Credentials never enter the chat when using the browser flow. Token is stored locally at ~/.tradestaq/mcp-config.json with restricted permissions (0600).
| Tool | Description |
|------|-------------|
| login | Log in with email and password |
| authenticate | Log in via browser (OAuth + PKCE) |
| check_auth | Check authentication status |
| set_token | Manually set a JWT token |
| connect_exchange | Connect an exchange account via browser |
| logout | Remove stored credentials |
| Tool | Description |
|------|-------------|
| get_price | Current price, 24h change, volume |
| get_candles | OHLCV candlestick data (1m to 1d) |
| list_exchanges | List connected exchange accounts |
| search_markets | Find trading pairs on a specific exchange |
| Tool | Description |
|------|-------------|
| get_portfolio | Total balance, exchanges, active bots |
| get_positions | Open positions with live PnL |
| Tool | Description |
|------|-------------|
| list_strategies | Browse marketplace or your own strategies |
| get_strategy | Full strategy details and performance |
| explain_strategy | Plain-English explanation with risk profile |
| compare_strategies | Side-by-side metrics comparison |
| create_strategy | Create a strategy from TradeDroid code |
| generate_strategy | Generate a strategy from natural language using AI |
| Tool | Description |
|------|-------------|
| what_if_backtest | Run a historical backtest (async, 30-120s) |
| get_backtest_results | Check status of a running backtest |
| Tool | Description |
|------|-------------|
| list_bots | All bots with status and performance |
| get_bot_status | Detailed bot metrics and config |
| deploy_bot | Deploy a strategy as a trading bot |
| stop_bot | Stop a running bot |
| close_position | Close an open position (full or partial) |
`