Server data from the Official MCP Registry
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.
Set these up before or after installing:
Environment variable: SENTINEL_API_KEY
Environment variable: SENTINEL_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-clarencyu-boop-sentinel": {
"env": {
"SENTINEL_API_KEY": "your-sentinel-api-key-here",
"SENTINEL_API_URL": "your-sentinel-api-url-here"
},
"args": [
"-y",
"mcp-server-sentinel"
],
"command": "npx"
}
}
}This is a well-structured MCP server for algorithmic trading that properly uses environment variables for API key authentication and makes appropriate network calls to a trading service. The permissions align well with its trading bot management purpose, and no significant security vulnerabilities were found. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!