MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Sentinel MCP Server

by Clarencyu Boop
SecurityModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.

About

Crypto trading backtesting, bot deployment, AI strategy, and account management for Sentinel Bot.

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Sentinel Bot API key (starts with sk-)Required

Environment variable: SENTINEL_API_KEY

API base URL (default: https://sentinel.redclawey.com/api/v1)Optional

Environment variable: SENTINEL_API_URL

How to Install

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"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mcp-server-sentinel

English | 繁體中文 | 简体中文 | 日本語 | 한국어

MCP server for Sentinel Bot — algorithmic trading backtesting, bot management, and account operations via AI agents.

This server implements the Model Context Protocol (MCP), providing 36 tools that let AI agents run crypto backtests, deploy trading bots, optimize parameters, browse strategy marketplace, and manage accounts & payments — all through natural language.

Why Use This MCP Server?

This MCP server is built for Sentinel — an autonomous algorithmic trading platform designed for AI agent workflows. By connecting your AI agent to Sentinel via MCP, you get a complete agent-driven trading pipeline:

  • Natural language backtesting — describe a strategy idea, AI generates and tests it
  • One-conversation deployment — go from backtest to live trading bot without writing code
  • Real-time monitoring — PnL tracking, trading signals, and SMC market analysis
  • Full autonomy — strategy research, parameter optimization, and trade execution, all handled by your AI agent

Best paired with Claude Code, Claude Desktop, or any MCP-compatible AI client.

Quick Start

1. Get an API Key

Sign up for free at sentinel.redclawey.com. All plans (including the free trial) support API Keys. Generate a key in your dashboard under Settings > API Keys. Purchase credits to start backtesting, then upgrade your plan as needed for more bots.

2. Installation

Claude Code (Recommended)
claude mcp add sentinel -- npx mcp-server-sentinel

Then set your environment variable:

export SENTINEL_API_KEY=sk-your-api-key-here
Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sentinel": {
      "command": "npx",
      "args": ["-y", "mcp-server-sentinel"],
      "env": {
        "SENTINEL_API_KEY": "sk-your-api-key-here"
      }
    }
  }
}
Manual Setup (Any MCP Client)
{
  "command": "npx",
  "args": ["-y", "mcp-server-sentinel"],
  "env": {
    "SENTINEL_API_KEY": "sk-your-api-key-here",
    "SENTINEL_API_URL": "https://sentinel.redclawey.com/api/v1"
  }
}

Environment Variables

VariableRequiredDefaultDescription
SENTINEL_API_KEYYes—Your API key (starts with sk-)
SENTINEL_API_URLNohttps://sentinel.redclawey.com/api/v1API base URL

Tools (36)

Backtesting

ToolDescription
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.

Bot Management

ToolDescription
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.
recover_botRecover a HALTED bot (circuit breaker reset). Only HALTED bots.
delete_botPermanently delete a bot (must be stopped first).
get_bot_performanceGet cumulative PnL, win rate, and trade count for a bot.
get_bot_tradesGet paginated trade history for a bot with entry/exit prices, PnL.

Exchanges

ToolDescription
list_exchangesList configured exchange credentials (Binance, Bybit, OKX, etc.). Use the exchange ID when creating a bot.

OKX Exchange

ToolDescription
okx_orderbookFetch OKX order book (public, no credentials needed).
okx_funding_rateGet current funding rate for OKX perpetual swap.
okx_set_leverageSet leverage and margin mode on OKX (requires OKX credentials).
okx_positionsGet current OKX positions (requires OKX credentials).
okx_algo_orderPlace conditional/algo order on OKX (TP/SL/trailing/OCO).
okx_market_overviewGet OKX top movers and volume leaders (public).

AI Strategy

ToolDescription
build_strategyGenerate a trading strategy from natural language using AI. Costs 1 credit. Returns strategy_blocks JSON for create_bot or run_backtest.

Grid Optimization

ToolDescription
run_grid_backtestParameter sweep backtest. Each combo costs 1 credit. Supports wait mode.
get_grid_statusCheck grid backtest progress and top 10 results.
get_grid_resultsGet full paginated grid results, sortable by various metrics.

Analysis & Signals

ToolDescription
get_analysisGet latest SMC analysis: direction, scores, AI summaries. Requires Analysis Subscription.
get_analysis_historyList historical daily analysis runs.
get_signalsGet trading signals from bots with direction, prices, execution status.

Strategy Marketplace

ToolDescription
list_strategiesBrowse marketplace strategies ranked by PnL, win rate, Sharpe.
get_strategy_detailFull strategy details + recent trades + subscription status.
subscribe_strategySubscribe for copy-trading. Free strategies activate immediately; paid returns payment URL.

Account & Payments

ToolDescription
get_account_infoCurrent plan, credits balance, bot usage (used/max), and upgrade suggestions.
get_plan_infoStatic plan pricing and feature comparison across tiers.
create_payment_linkCreate a Helio checkout link (credit card/USDC) for plan upgrades or credit top-ups.
create_crypto_invoiceCreate a NOWPayments invoice (300+ cryptocurrencies) for plan upgrades or credit top-ups.
verify_paymentConfirm whether a payment completed and the plan was upgraded.

Usage Examples

Typical AI agent workflow:

1. build_strategy          -> AI generates strategy from description (1 credit)
2. run_backtest            -> Validate on historical data
3. run_grid_backtest       -> Optimize parameters
4. get_grid_results        -> Find best parameter combo
5. create_bot              -> Deploy with optimal params
6. start_bot               -> Go live
7. get_signals             -> Monitor signal execution
8. get_analysis            -> Check daily market analysis
9. get_bot_performance     -> Review PnL

When credits run out:

get_account_info           -> credits_balance: 0
create_payment_link        -> strategy_id: "credits_topup", amount_usd: 20
  -> Returns payment URL -> User completes payment in browser
verify_payment             -> Confirm credits added
run_backtest               -> Continue backtesting

Supported Symbols

BTC, ETH, SOL, XRP, BNB, DOGE, LINK, TRX, SUI

Supported Timeframes

1m, 5m, 15m, 1h, 4h, 1d

Entry Block Types

TypeDescriptionKey Parameters
ema_crossEMA Crossoverfast_period, slow_period
macd_crossMACD Signal Crossfast_period, slow_period, signal_period
rsiRSI Overbought/Oversoldperiod, overbought, oversold
breakoutPrice Breakoutperiod, threshold
volume_breakoutVolume Breakoutperiod, multiplier
bollinger_bounceBollinger Band Bounceperiod, std_dev
smc_structureSmart Money Concept Structurelookback
smc_level_entrySMC Key Level Entrylookback, zone_type

Exit Block Types

TypeDescriptionKey Parameters
fixed_pctFixed Percentage TP/SLtp_pct, sl_pct
atr_multATR Multiple TP/SLtp_atr_mult, sl_atr_mult, atr_period
atr_trailATR Trailing Stoptrail_atr_mult, atr_period
timeTime-based Exitmax_bars
key_barKey Bar Pattern Exitpattern
combinedMulti-condition Combined ExitAny combination of the above

Plan Pricing

PlanPriceBotsAPI KeySymbols
TrialFree (7 days)1AvailableBTC
Starter$19/mo3Available5
Pro$49/mo5Available8
Expert$99/mo8Available10
Expert 10$125/mo10Available10
Expert 15$190/mo15Available10
Expert 30$385/mo30Available10
Expert 60$775/mo60Available10

All plans include API Key access. Start with the free trial, purchase credits for backtesting, then upgrade your plan as needed for more bots or symbols.

Credits are consumed per backtest run. Use create_payment_link or create_crypto_invoice with strategy_id: "credits_topup" to top up (minimum $10, 17 credits per $1).

Payment Methods

  • Credit Card / USDC: Via Helio (create_payment_link) — Visa, Mastercard, or USDC on Solana
  • 300+ Cryptocurrencies: Via NOWPayments (create_crypto_invoice) — BTC, ETH, SOL, USDT, etc.

Development

git clone https://github.com/clarencyu-boop/mcp-server-sentinel.git
cd mcp-server-sentinel
npm install
SENTINEL_API_KEY=sk-your-key node src/index.mjs

License

MIT

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published March 9, 2026
Version 2.0.0
0 installs
Local Plugin

More Security MCP Servers

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

114
Stars
409
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
55
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

116.1K
Stars
15
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
14
Installs
10.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
13
Installs
10.0
Security
No ratings yet
Local

Google Workspace MCP

Free

by Taylorwilsdon · Productivity

Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI

1.6K
Stars
11
Installs
7.0
Security
No ratings yet
Local