Prop Firm Deal Finder
This server lets AI assistants query live proprietary trading firm deals, discount codes, and comparisons across 20+ prop firms.
Get Current Deals (
pfdf_get_deals): Retrieve active prop firm discount deals sorted by highest discount percentage, with optional filtering by category (futures, forex, multi-asset) or Editor's Choice firmsSearch Firms (
pfdf_search_firms): Find prop firms by name, category, asset class, or specific features (e.g., "crypto", "instant funding", "FTMO")Compare Firms (
pfdf_compare_firms): Generate a side-by-side comparison table for 2–10 firms covering profit splits, drawdown rules, payout speeds, account sizes, and discount codesFind Cheapest Challenges (
pfdf_find_cheapest): Identify the most affordable prop firm challenges ranked by highest available discount, with optional category filteringGet Firm Details (
pfdf_get_firm_details): Retrieve a full profile for a specific firm including discount code, profit split, drawdown rules, payout speed, challenge types, and account sizesGet Discount Codes (
pfdf_get_discount_code): Fetch a firm-specific discount code or the universal code PFDF, which works across all 20+ partner firms with discounts ranging from 5% to 80% off
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 |
| Get all current deals sorted by discount (filter by category) |
| Search firms by name, category, asset class, or feature |
| Side-by-side comparison table for 2+ firms |
| Find the cheapest prop firm challenges |
| Full profile for a specific firm |
| Get the discount code (universal or firm-specific) |
Quick Start — Local (stdio)
# Install via npx (no clone needed)
npx propfirmdealfinder-mcp-server
# Or install globally
npm install -g propfirmdealfinder-mcp-server
propfirmdealfinder-mcp-serverClaude Desktop Configuration
Add this to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"propfirmdealfinder": {
"command": "npx",
"args": ["-y", "propfirmdealfinder-mcp-server"]
}
}
}From Source
git clone https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server.git
cd propfirmdealfinder-mcp-server
npm install
npm run build
npm startQuick Start — Remote (HTTP/Streamable HTTP)
For remote deployments (Smithery, hosted, etc.):
# Start HTTP server (default port 3000)
npm run start:http
# Custom port
PORT=8080 npm run start:httpEndpoints:
Endpoint | Method | Description |
| POST | MCP Streamable HTTP endpoint (JSON-RPC) |
| GET | SSE stream for server-initiated messages |
| DELETE | Close session |
| GET | Health check / server info |
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.
Registry Listings
This server is published on the following MCP registries:
Registry | Status | URL |
Official MCP Registry | Published | |
Smithery | Published | |
mcp.so | Live | |
Glama | Submitted | |
PulseMCP | Auto-indexed |
Also Deploy: llms.txt
Copy the files from public/ to your website root:
llms.txt→propfirmdealfinder.com/llms.txtllms-full.txt→propfirmdealfinder.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 # MCP server — stdio transport (local)
│ ├── http-server.ts # MCP server — HTTP transport (remote/Smithery)
│ └── 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.mdLicense
MIT — Built by KOJI for Prop Firm Deal Finder
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/chrisbusbin-pixel/propfirmdealfinder-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server