Skip to main content
Glama
HugoRS00

TradingWizard No-Chase MCP

by HugoRS00

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 entry

  • proof_receipts - returns real TradingWizard proof-loop examples, with paper wins and losses labeled

  • terminal_link - creates a first-analysis TradingWizard link for a symbol

  • risk_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

Related MCP server: ibkr-mcp

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:

  • BNB paper short: +1.19%

  • GBPUSD paper short: +2.106%

  • WLD paper long loss: -6.53%

Losses stay in the examples because fake perfection teaches the wrong lesson.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Quantitative governance gate for AI agents. Six gates (risk, profit, novelty, complexity, quality, utility) return PROCEED/PAUSE/HALT/ESCALATE with confidence scores and hash-chained, tamper-evident audit trails. Generates NIST AI RMF and EU AI Act Annex IV artifacts. 10 MCP tools; local stdio and hosted Streamable HTTP with a free tier.
    Last updated
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables LLM agents to interact with Interactive Brokers accounts for market data, account info, and order entry with built-in risk controls and a two-step confirmation flow.
    Last updated
    9
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI agents to operate a local financial terminal, including market data, backtesting, paper portfolio management, and news digest, through safe, gated tools over MCP.
    Last updated
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Runtime permission, approval, and audit layer for AI agent tool execution.

  • See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.

  • Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HugoRS00/tw-no-chase-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server