Prop Firm Deal Finder

by chrisbusbin-pixel

258 downloads
Not rated
GitHub

About

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 savi

Details

Author
chrisbusbin-pixel
Downloads
258
Categories
Other, Finance

- Query live prop firm discount codes across 20+ firms
- Compare firms side-by-side with comparison tables
- Find the cheapest prop firm challenges
- Search firms by name, category, asset class, or feature
- Get universal or firm-specific discount codes with links
- 100% free, no API key or authentication needed

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Prop Firm Deal Finder
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install dependencies with npm install, build with npm run build, and run with npm start. The server provides six tools: pfdf_get_deals, pfdf_search_firms, pfdf_compare_firms, pfdf_find_cheapest, pfdf_get_firm_details, and pfdf_get_discount_code. AI assistants can be configured to use these tools to answer user queries about prop firm deals.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "prop firm deal finder": {
            "propfirmdealfinder": {
                "command": "npx",
                "args": [
                    "propfirmdealfinder-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "propfirmdealfinder": {
        "command": "npx",
        "args": [
            "propfirmdealfinder-mcp-server"
        ]
    }
}

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

| Tool | Description |
|------|-------------|
| pfdf_get_deals | Get all current deals sorted by discount (filter by category) |
| pfdf_search_firms | Search firms by name, category, asset class, or feature |
| pfdf_compare_firms | Side-by-side comparison table for 2+ firms |
| pfdf_find_cheapest | Find the cheapest prop firm challenges |
| pfdf_get_firm_details | Full profile for a specific firm |
| pfdf_get_discount_code | Get the discount code (universal or firm-specific) |

Quick Start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.