io.github.clarencyu-boop/sentinel✓
io.github.clarencyu-boop/sentinel · v2.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.clarencyu-boop/sentinel",
"description": "Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.",
"repository": {
"url": "https://github.com/clarencyu-boop/mcp-server-sentinel",
"source": "github"
},
"version": "2.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "mcp-server-sentinel",
"version": "2.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Sentinel Bot API key (starts with sk-)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SENTINEL_API_KEY"
},
{
"description": "API base URL (default: https://sentinel.redclawey.com/api/v1)",
"format": "string",
"name": "SENTINEL_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}