Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Sentinel Execution MCP
S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Sentinel Execution MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

AI-controlled algorithmic trading engine exposing 40 MCP tools across 9 namespaces.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sentinel-execution-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sentinel-execution-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Sentinel Execution MCP

CI License: MIT

A production-grade algorithmic trading control plane exposed as an MCP server β€” so Claude can manage watchlists, classify market regimes, validate risk, and submit paper orders through natural language.


What It Is

Sentinel is a two-package monorepo:

PackageLanguageRole
packages/enginePython 3.12 / FastAPIAll trading logic: risk checks, regime classification, order lifecycle, audit journal, strategy governance
packages/mcpTypeScript / Node 20Thin MCP server that routes 40+ tools to the engine via HTTP. Zero trading logic lives here.

Claude (or any MCP-compatible agent) talks to the MCP server. The MCP server talks to the engine. The engine owns the database and cache.


Architecture

Code
  Claude Desktop (or any MCP agent)
           β”‚
           β”‚  MCP protocol (stdio or SSE)
           β–Ό
  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
  β”‚   MCP Server            β”‚  TypeScript Β· Zod validation Β· tool routing
  β”‚   (packages/mcp)        β”‚
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
               β”‚  HTTP REST (localhost:8100)
               β–Ό
  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
  β”‚   Engine API            β”‚  Python Β· FastAPI Β· all trading logic
  β”‚   (packages/engine)     β”‚
  β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
             β”‚
     β”Œβ”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”
     β–Ό                β–Ό
 PostgreSQL          Redis
 (orders,           (kill switch,
  positions,         rate limits,
  strategies,        cache)
  audit log)

If the engine is unavailable, every MCP tool call returns an error immediately. There is no fallback or partial execution.


Quick Start (Docker β€” recommended)

The fastest way to get running. Requires Docker and Node.js 20+.

bash
# 1. Clone and configure
git clone https://github.com/rohith1125/sentinel-execution-mcp.git
cd sentinel-execution-mcp
cp .env.example .env          # defaults work out of the box β€” no edits needed

# 2. Start Postgres + Redis + engine (runs migrations automatically)
docker compose -f docker/docker-compose.yml up -d db redis engine

# Wait ~10 seconds, then verify the engine is healthy:
curl http://localhost:8100/health
# {"status": "ok", "provider": "mock", ...}

# 3. Build the MCP server (one-time)
cd packages/mcp
npm install
npm run build

Then add Sentinel to Claude Desktop (see Connect Claude Desktop below) and restart Claude. That's it β€” all 40 tools are live.


Manual Setup (no Docker)

Use this if you have Postgres and Redis already running locally.

Prerequisites:

DependencyMinimum versionNotes
Python3.12Engine runtime β€” check with python3 --version
Node.js20MCP server runtime
PostgreSQL15+Primary data store
Redis7+Kill switch and cache

1. Clone and configure

bash
git clone https://github.com/rohith1125/sentinel-execution-mcp.git
cd sentinel-execution-mcp
cp .env.example .env
# Default values work for local paper-trading development β€” no edits required

2. Set up the engine

bash
cd packages/engine
python3.12 -m venv .venv
source .venv/bin/activate        # Windows: .venv\Scripts\activate
pip install -e ".[dev]"

3. Run database migrations

bash
# From packages/engine with the venv active
alembic upgrade head

4. Start the engine

bash
uvicorn sentinel.api:app --reload --port 8100

Verify it is running:

Terminal
curl http://localhost:8100/health
# {"status": "ok", "env": "paper"}

5. Build and start the MCP server

Open a second terminal:

bash
cd packages/mcp
npm install
npm run build
npm run dev     # stdio transport β€” for direct Claude Desktop integration

Connect Claude Desktop

Add the following to your Claude Desktop configuration file.

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

Get the correct path by running this in your terminal:

bash
echo "$(pwd)/packages/mcp/dist/index.js"

Then paste it into the config:

config.json
{
  "mcpServers": {
    "sentinel": {
      "command": "node",
      "args": ["/absolute/path/to/sentinel-execution-mcp/packages/mcp/dist/index.js"],
      "env": {
        "ENGINE_BASE_URL": "http://localhost:8100",
        "APP_ENV": "paper"
      }
    }
  }
}

Restart Claude Desktop after saving. You should see a hammer icon (πŸ”¨) in the chat input β€” click it to confirm Sentinel's 40 tools are loaded.


MCP Tools Reference

Sentinel exposes 40+ tools across nine categories. The MCP server name is sentinel.

CategoryToolDescription
Watchlistwatchlist.addAdd symbols to the trading watchlist, optionally assigned to a group
watchlist.removeRemove symbols; they will no longer appear in strategy scans
watchlist.listList active symbols, optionally filtered by group
watchlist.getGet details for a single symbol
watchlist.groupsList all named watchlist groups
watchlist.updateUpdate notes or group assignment for a symbol
Market Datamarket.snapshotLatest quote and trade data for one or more symbols
market.barsOHLCV bar history with configurable timeframe
market.quoteReal-time bid/ask spread for a symbol
market.healthCheck market data provider connectivity
Regimeregime.evaluateClassify current market regime using ATR, ADX, RSI, Bollinger Width, Hurst Exponent, VWAP, and Price Efficiency
regime.historyRetrieve historical regime snapshots for a symbol
Strategystrategy.scanScan the watchlist for signals across one or more strategies
strategy.signalEvaluate a single symbol against a specific strategy
strategy.listList all registered strategies and their current state
Risk / Kill Switchrisk.validate_tradeRun all 13+ risk checks against a proposed trade before submission
risk.kill_switch_statusGet the current state of all kill switches
risk.kill_switch_enableEnable a kill switch globally, per-strategy, or per-symbol
risk.kill_switch_disableDisable a kill switch (requires explicit reason)
risk.exposureCurrent gross and net exposure summary
risk.drawdownCurrent daily drawdown against configured limits
Portfolioportfolio.statusFull account overview: value, cash, equity, P&L, buying power
portfolio.positionsAll open positions with unrealized P&L
portfolio.historyClosed position history with realized P&L
Executionexecution.paper_orderSubmit a paper trading order (market, limit, stop, stop-limit)
execution.cancel_orderCancel a pending or partially filled order by ID
execution.get_orderGet the current state of a specific order
execution.list_ordersList orders filtered by status, symbol, or date range
execution.reconcileTrigger a manual reconciliation between engine state and broker
Governancegovernance.create_strategyRegister a new strategy in draft state
governance.promote_strategyAdvance a strategy: Draft β†’ Research β†’ Backtest β†’ Paper β†’ Live
governance.suspend_strategySuspend a live or paper strategy immediately
governance.list_strategiesList all strategies with their current lifecycle state
governance.evaluate_promotionCheck whether a strategy meets criteria for promotion
Auditaudit.explain_tradeFull human-readable explanation for a trade decision by audit event ID
audit.recent_eventsMost recent audit events, filterable by symbol or strategy
audit.trade_historyCompleted trade history with outcomes
audit.decision_logRaw decision log entries for a time window
audit.statsAggregate statistics: win rate, average P&L, Sharpe proxy
audit.exportExport audit records as CSV for a date range

Full tool documentation with parameter schemas: docs/mcp-tools.md


Environment Variables

Engine (packages/engine/.env)

VariableDefaultDescription
APP_ENVpaperdevelopment, paper, or live
DATABASE_URLpostgresql+asyncpg://sentinel:sentinel@localhost:5432/sentinelPostgreSQL connection string
REDIS_URLredis://localhost:6379/0Redis connection string
MARKET_DATA_PROVIDERmockmock (no credentials needed) or alpaca
ALPACA_API_KEY(empty)Required when MARKET_DATA_PROVIDER=alpaca
ALPACA_API_SECRET(empty)Required when MARKET_DATA_PROVIDER=alpaca
ALPACA_BASE_URLhttps://paper-api.alpaca.marketsUse https://api.alpaca.markets for live trading
MAX_POSITION_PCT0.05Maximum position size as a fraction of account equity (5%)
MAX_DAILY_DRAWDOWN_PCT0.02Hard daily loss limit (2%); trading halts if breached
MAX_GROSS_EXPOSURE_PCT0.80Maximum gross exposure across all positions (80%)
MAX_CONCURRENT_POSITIONS10Maximum number of simultaneously open positions
MAX_TRADE_RISK_PCT0.01Maximum risk per individual trade (1%)
PAPER_FILL_LATENCY_MS50Simulated fill latency in paper trading mode
SLIPPAGE_BPS5Simulated slippage in basis points
SENTINEL_AUTH_ENABLEDtrueSet to false for local development only
SENTINEL_MASTER_KEY(empty)Generate with python -m sentinel.auth.cli generate --name master --scopes admin
SENTINEL_API_KEYS_JSON(empty)JSON array of additional client key records

MCP Server (packages/mcp/.env)

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • CCXT logoCCXT

    Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

    πŸ’» Developer Tools0 views
    Compare vs CCXT β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Getregdata logoGetregdata

    Official business-registry data - KYC/AML, UBO, credit-risk, adverse media across 11 jurisdictions.

    πŸ’» Developer Tools0 views
    Compare vs Getregdata β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Sentinel Execution MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "sentinel-execution-mcp": { "command": "npx", "args": ["-y", "sentinel-execution-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSentinel Execution MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sentinel-execution-mcp?style=directory)](https://allmcps.com/mcp/sentinel-execution-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/sentinel-execution-mcp"><img src="https://allmcps.com/api/badge/sentinel-execution-mcp?style=directory" alt="Sentinel Execution MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Sentinel Execution MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code