TradingWizard No-Chase MCP
Enforces pre-trade planning discipline by checking entry, stop, target, and risk/reward via a gate tool, and provides proof receipts, terminal links, and risk prompts for AI assistants.
README
TradingWizard No-Chase MCP
Most traders do not need another alert. They need a plan before the candle bullies them.
This is a tiny MCP server for Claude, Cursor, and other MCP clients. It gives an AI assistant four tools:
pre_trade_plan_gate- checks entry, stop, target, confidence, thesis, and basic risk/reward before entryproof_receipts- returns real TradingWizard proof-loop examples, with paper wins and losses labeledterminal_link- creates a first-analysis TradingWizard link for a symbolrisk_prompt- returns a pasteable no-chase prompt for ChatGPT, Claude, Discord, or a trading journal
Outcome: more clean setups, less profit leakage.
Educational only. Not financial advice.
Install
Use directly from GitHub:
npx -y github:HugoRS00/tw-no-chase-mcp
Or clone locally:
git clone https://github.com/HugoRS00/tw-no-chase-mcp.git
cd tw-no-chase-mcp
npm test
node server.mjs
Claude Desktop Config
Add this to your Claude Desktop MCP config:
{
"mcpServers": {
"tw-no-chase": {
"command": "npx",
"args": ["-y", "github:HugoRS00/tw-no-chase-mcp"]
}
}
}
Then ask:
Before I trade BTCUSDT, run the TW no-chase plan gate.
Example Tool Call
{
"symbol": "BNB",
"direction": "SELL",
"entry": 655.2963,
"stop": 663,
"target": 635,
"confidence": 78,
"thesis": "Testing whether sellers still control the move below resistance."
}
Output:
PLAN GATE: PASS
BNB SELL
Entry: 655.2963
Stop/invalidation: 663
Target: 635
Confidence: 78
R multiple: 2.64R
Why This Exists
Alerts create urgency. Plans create discipline.
The point is not to predict every move. The point is to stop entering trades where the invalidation was never written down.
TradingWizard turns a chart into entry, stop, target, and confidence. This MCP server brings the same plan-first discipline into AI clients and trading journals.
Proof Receipts
The included examples are real TradingWizard proof-loop receipts:
BNBpaper short:+1.19%GBPUSDpaper short:+2.106%WLDpaper long loss:-6.53%
Losses stay in the examples because fake perfection teaches the wrong lesson.
Links
- TradingWizard: https://www.tradingwizard.ai
- First analysis: https://www.tradingwizard.ai/terminal?first_analysis=1&utm_source=github&utm_medium=mcp&utm_campaign=no_chase_mcp_2026_06_28
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.