Prop Firm Deal Finder MCP Server

Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges.

Remote serverstreamable-http

What is the Prop Firm Deal Finder MCP server?

Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges. Exposed over MCP by the prop firm deal finder mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

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.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

Everything the assistant can do here goes through one of these:

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

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the prop firm deal finder mcp server does with a few real requests.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Prop Firm Deal Finder's toolset — pfdf_get_deals, pfdf_search_firms, pfdf_compare_firms and 3 more — is a fair guide to whether it matches your workflow. It is maintained by chrisbusbin-pixel; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
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)

How to install the Prop Firm Deal Finder MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Prop Firm Deal Finder to pfdf get deals.
  • Use Prop Firm Deal Finder to pfdf search firms.
  • Use Prop Firm Deal Finder to pfdf compare firms.

Frequently asked questions

It connects Prop Firm Deal Finder to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (pfdf_get_deals, pfdf_search_firms, pfdf_compare_firms, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Prop Firm Deal Finder directly.