io.github.clarencyu-boop/sentinel MCP Server
io.github.clarencyu-boop/sentinel
What is the io.github.clarencyu-boop/sentinel MCP server?
Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.
How to install io.github.clarencyu-boop/sentinel
Copy-paste configuration for popular MCP clients.
SENTINEL_API_KEYrequiredsecretYour Sentinel Bot API key (starts with sk-)
SENTINEL_API_URLAPI base URL (default: https://sentinel.redclawey.com/api/v1)
{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": [
"-y",
"mcp-server-sentinel"
],
"env": {
"SENTINEL_API_KEY": "<YOUR_SENTINEL_API_KEY>",
"SENTINEL_API_URL": "<YOUR_SENTINEL_API_URL>"
}
}
}
}{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": [
"-y",
"mcp-server-sentinel"
],
"env": {
"SENTINEL_API_KEY": "<YOUR_SENTINEL_API_KEY>",
"SENTINEL_API_URL": "<YOUR_SENTINEL_API_URL>"
}
}
}
}{
"mcpServers": {
"sentinel": {
"command": "npx",
"args": [
"-y",
"mcp-server-sentinel"
],
"env": {
"SENTINEL_API_KEY": "<YOUR_SENTINEL_API_KEY>",
"SENTINEL_API_URL": "<YOUR_SENTINEL_API_URL>"
}
}
}
}{
"servers": {
"sentinel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-sentinel"
],
"env": {
"SENTINEL_API_KEY": "<YOUR_SENTINEL_API_KEY>",
"SENTINEL_API_URL": "<YOUR_SENTINEL_API_URL>"
}
}
}
}claude mcp add sentinel --env SENTINEL_API_KEY=<YOUR_SENTINEL_API_KEY> --env SENTINEL_API_URL=<YOUR_SENTINEL_API_URL> -- npx -y mcp-server-sentinelRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.