MCP server for Jesse algorithmic trading framework
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"jesse-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Jesse MCP Server [](https://badge.fury.io/py/jesse-mcp) [](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT) An MCP (Model Context Protocol) server that exposes Jesse's algorithmic trading framework capabilities to LLM agents. ## Status: Feature Complete ✅ All planned features implemented and tested. 32 tools available (17 core + 15 agent). ## Installation ### PyPI ```bash pip install jesse-mcp ``` ### uvx (recommended for running directly) ```bash uvx jesse-mcp ``` ### Arch Linux (AUR) ```bash yay -S jesse-mcp # or paru -S jesse-mcp ``` ### From Source ```bash git clone https://github.com/bkuri/jesse-mcp.git cd jesse-mcp pip install -e . ``` ## Usage ```bash # stdio transport (default, for MCP clients) jesse-mcp # HTTP transport (for remote access) jesse-mcp --transport http --port 8100 # Show help jesse-mcp --help ``` ### Environment Variables | Variable | Description | Default | |----------|-------------|---------| | `JESSE_URL` | Jesse REST API URL | `http://localhost:9000` | | `JESSE_PASSWORD` | Jesse UI password | (required) | | `JESSE_API_TOKEN` | Pre-generated API token | (alternative to password) | ## Features - **Backtesting** - Single and batch backtest execution via Jesse REST API - **Optimization** - Hyperparameter tuning with walk-forward validation - **Monte Carlo Analysis** - Statistical robustness testing - **Pairs Trading** - Cointegration testing and strategy generation - **Strategy Management** - CRUD operations for trading strategies - **Risk Analysis** - VaR, stress testing, comprehensive risk reports - **Agent Tools** - 15 specialized tools for autonomous trading workflows ## Architecture ``` LLM Agent ←→ MCP Protocol ←→ jesse-mcp ←→ Jesse REST API (localhost:9000) ↓ …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.