Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.
Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.
Is it safe?
No known CVEs for mcp-server-sentinel.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 18 days ago. 1 GitHub stars. 9 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
36 tools. Estimated ~1,300 tokens of your context window (0.7% of 200K). Consider loading selectively — this is a heavy server.
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, network or firewall blocking. Setup guide covers troubleshooting. Or check GitHub issues for known problems.
{
"mcpServers": {
"sentinel": {
"env": {
"SENTINEL_API_KEY": "sk-your-api-key-here"
},
"args": [
"-y",
"mcp-server-sentinel"
],
"command": "npx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y mcp-server-sentinel 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
run_backtestSubmit a backtest and wait for results. Supports 8 entry types and 6 exit types. Returns summary metrics by default; set include_trades=true for the full trade list.
get_backtest_resultFetch a specific backtest result by Job ID. Optionally polls until completion.
list_backtestsList recent backtest jobs, filterable by status/symbol.
cancel_backtestCancel a running or queued backtest job.
list_botsList all trading bots with optional status filter (idle/running/paused/stopped/error/halted).
create_botCreate a new bot. Pass strategy_blocks from a backtest result to deploy a tested strategy.
get_botGet full bot details and current status.
start_botStart a bot (requires exchange_id to be set). Dispatches live trading signals.
stop_botStop a running or paused bot.
pause_botPause a running bot (keeps positions, stops new signals). Only RUNNING bots.
Last scanned 3h ago
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.