Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

An MCP server that exposes futures prop firm data and personalized recommendation logic to AI agents like Claude and ChatGPT.

README.md

Prop Trading MCP Server

An MCP (Model Context Protocol) server that exposes futures prop firm data and personalized recommendation logic to AI agents like Claude and ChatGPT.

Features

  • 12 Prop Firms: Complete data on Apex, Topstep, MFFU, TradeDay, BluSky, TPT, Earn2Trade, Elite, Bulenox, Alpha, Tradeify, and Lucid
  • Smart Recommendations: Sophisticated scoring algorithm considers experience, budget, trading style, and dealbreakers
  • 6 MCP Tools: List, search, compare, get details, get quiz questions, and get recommendations
  • Affiliate Link Support: Environment variables for referral tracking

Installation

Option 1: NPX (Easiest - No Installation Required)

Just add to your claude_desktop_config.json:

{
  "mcpServers": {
    "prop-trading": {
      "command": "npx",
      "args": ["-y", "@modryn-studio/prop-trading-mcp"]
    }
  }
}

Restart Claude Desktop and you're done! 🎉

Option 2: Auto-Installer

npx @modryn-studio/prop-trading-mcp-install

This automatically updates your Claude config file.

Option 3: Manual Installation

# Clone the repository
git clone https://github.com/modryn-studio/prop-trading-mcp
cd prop-trading-mcp

# Install dependencies
npm install

# Build
npm run build

# Auto-configure Claude Desktop
npm run install-claude

Finding Your Config File

  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Linux: ~/.config/claude/claude_desktop_config.json

Usage with Claude Desktop

After installation, restart Claude Desktop. The server will automatically start when Claude needs it.

Test it: Ask Claude "What prop firms do you have data on?"

Adding Affiliate IDs (Optional)

Adding Affiliate IDs (Optional)

Edit your claude_desktop_config.json to add environment variables:

{
  "mcpServers": {
    "prop-trading": {
      "command": "npx",
      "args": ["-y", "@modryn-studio/prop-trading-mcp"],
      "env": {
        "APEX_AFFILIATE_ID": "your-apex-id",
        "MFFU_AFFILIATE_ID": "your-mffu-id",
        "TOPSTEP_AFFILIATE_ID": "your-topstep-id"
      }
    }
  }
}

See Environment Variables section for all 12 firm IDs.

Available Tools

1. list_firms

List all 12 prop trading firms with summary information.

Example prompt: "What prop firms do you have data on?"

2. get_firm

Get detailed information about a specific firm.

Parameters:

  • slug (required): Firm identifier (apex, topstep, mffu, tradeday, blusky, tpt, earn2trade, elite, bulenox, alpha, tradeify, lucid)

Example prompt: "Tell me about MyFundedFutures"

3. compare_firms

Side-by-side comparison of 2-4 firms.

Parameters:

  • slugs (required): Array of 2-4 firm slugs
  • metrics (optional): Specific metrics to compare

Example prompt: "Compare Apex vs MFFU vs Topstep"

4. search_firms

Filter firms by criteria.

Parameters:

  • maxBudget: Maximum monthly budget in USD
  • paymentType: "monthly", "one_time", or "either"
  • minTrustpilot: Minimum Trustpilot rating
  • noConsistencyRule: Only firms without consistency rules
  • allowsOvernightHolding: Only firms allowing overnight positions
  • noActivationFee: Only firms without activation fees
  • payoutSpeed: "instant", "same_day", "weekly", or "any"

Example prompt: "Show me firms under $100/month with no consistency rule"

5. recommend ⭐ (Core Tool)

Get personalized firm recommendations based on trader preferences.

Parameters:

  • experience (required): "less_than_6mo", "6_to_12mo", "1_to_3yr", "3yr_plus"
  • budget (required): "under_100", "100_to_200", "200_to_400", "400_plus"
  • tradingStyle (required): "scalping", "day_trading", "swing_trading", "mixed"
  • situation: "first_time", "attempted_not_passed", "passed_didnt_work", "currently_funded"
  • paymentPreference: "monthly", "one_time", "no_preference"
  • biggestConcern: "drawdown_limits", "consistency_rules", "overnight_restrictions", "time_pressure", "payout_restrictions", "not_sure"
  • payoutPriority: "critical", "important", "flexible", "other_factors"
  • supportNeeds: "none", "minimal", "moderate", "significant"
  • dealbreakers: Array of dealbreakers (e.g., ["monthly_fees", "consistency_rules"])

Example prompt: "I'm a beginner day trader with $150 budget. I hate consistency rules and want fast payouts. What prop firm should I use?"

6. get_quiz_questions

Get all quiz questions for conducting an interactive recommendation flow.

Example prompt: "Walk me through the prop firm quiz"

Development

# Build
npm run build

# Build in watch mode
npm run dev

# Type checking
npm run typecheck

# Test with MCP Inspector
npm run inspect

Environment Variables

Optional affiliate IDs for referral tracking:

APEX_AFFILIATE_ID=
TOPSTEP_AFFILIATE_ID=
MFFU_AFFILIATE_ID=
TRADEDAY_AFFILIATE_ID=
BLUSKY_AFFILIATE_ID=
TPT_AFFILIATE_ID=
EARN2TRADE_AFFILIATE_ID=
ELITE_AFFILIATE_ID=
BULENOX_AFFILIATE_ID=
ALPHA_AFFILIATE_ID=
TRADEIFY_AFFILIATE_ID=
LUCID_AFFILIATE_ID=

Scoring Algorithm

The recommendation engine uses a sophisticated scoring system:

  1. Initialize: All firms start at score 0
  2. Rising Star Boost: Lucid gets +2 (new firm with high ratings)
  3. Score Each Question: Add/subtract points based on answers
  4. Apply Dealbreakers: Eliminate firms matching hard dealbreakers
  5. Sort Results: By score DESC, Trustpilot DESC as tiebreaker
  6. Calculate Match Strength: Capped at 95%
  7. Return Top 3: Plus eliminated firms with reasons

Prop Firms Included

| Firm | Key Strength | Trustpilot | |------|-------------|------------| | Apex Trader Funding | 100% first $25K, up to 20 accounts | 4.5 | | Topstep | Most established (2012), best education | 3.6 | | MyFundedFutures | 32-min avg payouts, no activation fee | 4.9 | | TradeDay | 1-day minimum, path to live capital | 4.7 | | BluSky Trading | Daily payouts, same-day processing | 4.8 | | Take Profit Trader | Day-one withdrawals, no consistency in funded | 4.4 | | Earn2Trade | Best education, Career Path to $400K | 4.6 | | Elite Trader Funding | Diamond Hands allows overnight/weekend | 4.5 | | Bulenox | One-time fee, no monthly recurring | 4.8 | | Alpha Futures | Top-rated newcomer, excellent support | 4.9 | | Tradeify | 60-min automated payouts | 4.7 | | Lucid Trading | ~15 min payouts, one-time fee | 4.8 |

License

MIT

Related

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.