TradingWizard No-Chase MCP
Generates a pasteable risk prompt for Discord to maintain trade discipline in journals or channels.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TradingWizard No-Chase MCPBefore I trade BTCUSDT, run the TW no-chase plan gate."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpOr clone locally:
git clone https://github.com/HugoRS00/tw-no-chase-mcp.git
cd tw-no-chase-mcp
npm test
node server.mjsRelated MCP server: Decker
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.64RWhy 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
This server cannot be deployed
Maintenance
Related MCP Connectors
- mcpOAuthmarkets.tally
The risk officer for AI-assisted trading: enforced exit rules, cooling-off, and public receipts.
Pre-execution governance for AI agents. Deterministic PASS/FAIL/REVIEW verdicts, replayable proof.
Supervised API-write gateway for AI agents with policy, human approval and execution receipts.
Risk preflight for AI Agent tool actions and Polymarket settlement and execution checks.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to execute prediction-market trades through a risk-control gateway that enforces signed mandates and generates proof trails for accountability.0MIT
- AlicenseNot gradedqualityBmaintenanceDeterministic market-state engine for trading agents — zero LLM in the signal path. 8 tools: structural market state & phase, action gate (GO/WATCH/HOLD), entry/target/invalidation coordinates, bar-by-bar state timeline, composed view cards, and pre-trade intent validation. Every output traces to a bar-stamped ledger with a public daily self-scoring track record.3MIT
- FlicenseNot gradedqualityBmaintenanceA trading-discipline layer for AI-assisted trading, providing pre-registration of theses, exit rules, cooling-off periods, and public receipts, with read-only broker connections.-
- AlicenseNot gradedqualityCmaintenanceEnables AI trading agents to trade safely through any broker MCP server by recording every tool call and reasoning in a local blackbox, while enforing configurable guardrails such as symbol whitelists, order size caps, rate limits, and daily-loss circuit breakers before orders reach the exchange.MIT