Prop Firm Deal Finder

Created By
chrisbusbin-pixel3 months ago
MCP server that lets AI assistants query live prop firm discount codes, compare firms, and find the cheapest challenges across 20+ proprietary trading firms. Tools: get deals, search firms, compare firms, find cheapest, get firm details, get discount codes. Use code PFDF for savings up to 80% off.
Overview

Prop Firm Deal Finder — MCP Server

An MCP (Model Context Protocol) server that lets AI assistants query live prop firm discount codes, compare firms, and find the cheapest challenges across 20+ proprietary trading firms.

When someone asks Claude, ChatGPT, or any MCP-compatible AI about prop firm deals, this server provides the answer — with links to propfirmdealfinder.com and the discount code PFDF.

Tools

ToolDescription
pfdf_get_dealsGet all current deals sorted by discount (filter by category)
pfdf_search_firmsSearch firms by name, category, asset class, or feature
pfdf_compare_firmsSide-by-side comparison table for 2+ firms
pfdf_find_cheapestFind the cheapest prop firm challenges
pfdf_get_firm_detailsFull profile for a specific firm
pfdf_get_discount_codeGet the discount code (universal or firm-specific)

Quick Start

# Install dependencies
npm install

# Build
npm run build

# Run
npm start

No API key required. No authentication needed. 100% free.

Example Queries

These are the kinds of questions that will trigger this MCP server:

  • "What's the cheapest prop firm challenge?"
  • "Best prop firm discount codes 2026"
  • "Compare FTMO vs Bulenox"
  • "Prop firm promo code"
  • "Which prop firm has the best profit split?"
  • "Futures prop firm deals"

Data

The server includes data for 19 active partner firms across futures, forex, and multi-asset categories. Discounts range from 5% to 80% off. All firms accept the universal code PFDF.

Publishing to MCP Registries

1. Smithery (Primary)

# Install Smithery CLI
npm install -g @anthropic-ai/smithery

# Login
smithery login

# Publish (from project root)
smithery mcp publish

Or via the web UI:

  1. Go to smithery.ai/new
  2. Connect your GitHub account
  3. Select this repository
  4. Click "Deploy"

2. Official MCP Registry

  1. Go to github.com/modelcontextprotocol/registry
  2. Fork the repository
  3. Add your server entry to the registry
  4. Submit a Pull Request

3. GitHub MCP Registry

Once published to the official MCP Community Registry, your server automatically appears in the GitHub MCP Registry.

4. OpenTools

  1. Go to opentools.com/registry
  2. Click "Submit Server"
  3. Fill in: name, description, GitHub URL
  4. Submit

5. Glama

  1. Go to glama.ai/mcp/servers
  2. Submit your server listing
  3. Include GitHub URL and description

6. mcp.so

  1. Go to mcp.so
  2. Submit your server
  3. Include tool descriptions and examples

7. PulseMCP

  1. Go to pulsemcp.com
  2. Submit your server listing

Also Deploy: llms.txt

Copy the files from public/ to your website root:

  • llms.txtpropfirmdealfinder.com/llms.txt
  • llms-full.txtpropfirmdealfinder.com/llms-full.txt

These tell AI crawlers what PFDF is and where to find your best content.

Also Deploy: FAQ Schema

Add the schema markup from public/faq-schema-deals-page.html to your:

  • Deals page (/deals/)
  • Homepage

This structured data helps AI systems parse and cite your content.

Architecture

propfirmdealfinder-mcp-server/
├── src/
│   ├── index.ts          # Server + all 6 tools
│   └── data.ts           # Firm data, types, helpers, formatters
├── public/
│   ├── llms.txt          # For propfirmdealfinder.com/llms.txt
│   ├── llms-full.txt     # Extended version with all firm data
│   └── faq-schema-deals-page.html  # FAQ schema markup
├── package.json
├── tsconfig.json
├── smithery.yaml         # Smithery deployment config
└── README.md

License

MIT — Built by KOJI for Prop Firm Deal Finder

Server Config

{
  "mcpServers": {
    "propfirmdealfinder": {
      "command": "npx",
      "args": [
        "propfirmdealfinder-mcp-server"
      ]
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
chrisbusbin-pixel
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Enigmata
@Enigmata

Enigmata MCP provides AI clients with secure access to personalized Enigmata astrological forecasts, including day, week, month, and thematic forecast contexts. Forecasts contain the percentage of favorability of any day and the probability of any event. It helps assistants retrieve structured guidance, compare forecast periods, search themes, check profile readiness, and complete required solar-location setup when needed. Tools get_mcp_capabilities - Returns metadata about the available Enigmata MCP tools and their capabilities. get_day_forecast - Returns an AI-friendly personalized day forecast. get_day_forecast_section - Returns a specific section of a day forecast, useful when a client needs smaller responses. get_week_forecast - Returns an AI-friendly personalized week forecast. get_month_forecast - Returns an AI-friendly personalized month forecast. get_theme_forecast - Returns a forecast for a selected theme, including favorability or probability context. get_theme_best_days - Returns the best days for a selected forecast theme. compare_theme_days - Compares two dates for a selected theme without returning the full theme calendar. get_theme_probability_trends - Returns the subscription-period probability trend for a selected theme. get_theme_catalog - Returns the user’s saved themes and popular available themes. search_themes - Searches forecast themes and returns ranked candidates for precise theme selection. compare_forecasts - Compares two day, week, month, or theme forecast contexts. get_profile_readiness - Returns the user’s profile and onboarding readiness for forecast access. get_solar_requirement - Checks whether a solar meeting city is required for the user’s forecast flow. search_cities - Searches cities that can be used as a solar meeting place. submit_solar_place - Submits the user’s solar meeting city when it is required to unlock or update forecasts.

2 days ago