{
  "markdown": "# Prop Firm Deal Finder — MCP Server\n\n[![npm version](https://img.shields.io/npm/v/propfirmdealfinder-mcp-server.svg)](https://www.npmjs.com/package/propfirmdealfinder-mcp-server) [![npm downloads](https://img.shields.io/npm/dm/propfirmdealfinder-mcp-server.svg)](https://www.npmjs.com/package/propfirmdealfinder-mcp-server) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub stars](https://img.shields.io/github/stars/chrisbusbin-pixel/propfirmdealfinder-mcp-server?style=social)](https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server) [![MCP](https://img.shields.io/badge/MCP-compatible-blue)](https://modelcontextprotocol.io)\n\n\nAn 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.\n\n**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.**\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `pfdf_get_deals` | Get all current deals sorted by discount (filter by category) |\n| `pfdf_search_firms` | Search firms by name, category, asset class, or feature |\n| `pfdf_compare_firms` | Side-by-side comparison table for 2+ firms |\n| `pfdf_find_cheapest` | Find the cheapest prop firm challenges |\n| `pfdf_get_firm_details` | Full profile for a specific firm |\n| `pfdf_get_discount_code` | Get the discount code (universal or firm-specific) |\n\n## Quick Start — Local (stdio)\n\n```bash\n# Install via npx (no clone needed)\nnpx propfirmdealfinder-mcp-server\n\n# Or install globally\nnpm install -g propfirmdealfinder-mcp-server\npropfirmdealfinder-mcp-server\n```\n\n### Claude Desktop Configuration\n\nAdd this to your Claude Desktop config (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"propfirmdealfinder\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"propfirmdealfinder-mcp-server\"]\n    }\n  }\n}\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server.git\ncd propfirmdealfinder-mcp-server\nnpm install\nnpm run build\nnpm start\n```\n\n## Quick Start — Remote (HTTP/Streamable HTTP)\n\nFor remote deployments (Smithery, hosted, etc.):\n\n```bash\n# Start HTTP server (default port 3000)\nnpm run start:http\n\n# Custom port\nPORT=8080 npm run start:http\n```\n\n**Endpoints:**\n\n| Endpoint | Method | Description |\n|----------|--------|-------------|\n| `/mcp` | POST | MCP Streamable HTTP endpoint (JSON-RPC) |\n| `/mcp` | GET | SSE stream for server-initiated messages |\n| `/mcp` | DELETE | Close session |\n| `/health` | GET | Health check / server info |\n\nNo API key required. No authentication needed. 100% free.\n\n## Example Queries\n\nThese are the kinds of questions that will trigger this MCP server:\n\n- \"What's the cheapest prop firm challenge?\"\n- \"Best prop firm discount codes 2026\"\n- \"Compare FTMO vs Bulenox\"\n- \"Prop firm promo code\"\n- \"Which prop firm has the best profit split?\"\n- \"Futures prop firm deals\"\n\n## Data\n\nThe 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**.\n\n## Registry Listings\n\nThis server is published on the following MCP registries:\n\n| Registry | Status | URL |\n|----------|--------|-----|\n| **Official MCP Registry** | Published | [registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io) |\n| **Smithery** | Published | [smithery.ai](https://smithery.ai) |\n| **mcp.so** | Live | [mcp.so/server/prop-firm-deal-finder](https://mcp.so/server/prop-firm-deal-finder) |\n| **Glama** | Submitted | [glama.ai/mcp/servers](https://glama.ai/mcp/servers) |\n| **PulseMCP** | Auto-indexed | [pulsemcp.com](https://pulsemcp.com) |\n\n## Also Deploy: llms.txt\n\nCopy the files from `public/` to your website root:\n\n- `llms.txt` → `propfirmdealfinder.com/llms.txt`\n- `llms-full.txt` → `propfirmdealfinder.com/llms-full.txt`\n\nThese tell AI crawlers what PFDF is and where to find your best content.\n\n## Also Deploy: FAQ Schema\n\nAdd the schema markup from `public/faq-schema-deals-page.html` to your:\n- Deals page (`/deals/`)\n- Homepage\n\nThis structured data helps AI systems parse and cite your content.\n\n## Architecture\n\n```\npropfirmdealfinder-mcp-server/\n├── src/\n│   ├── index.ts          # MCP server — stdio transport (local)\n│   ├── http-server.ts    # MCP server — HTTP transport (remote/Smithery)\n│   └── data.ts           # Firm data, types, helpers, formatters\n├── public/\n│   ├── llms.txt          # For propfirmdealfinder.com/llms.txt\n│   ├── llms-full.txt     # Extended version with all firm data\n│   └── faq-schema-deals-page.html  # FAQ schema markup\n├── package.json\n├── tsconfig.json\n├── smithery.yaml         # Smithery deployment config\n└── README.md\n```\n\n\n## Get the App (Free)\n\nThe PFDF MCP server is one of several free ways to access prop firm deals — choose what fits your workflow:\n\n- 🌐 [Website](https://propfirmdealfinder.com) — live deals & comparison\n- 📱 [iOS App Store](https://apps.apple.com/gh/app/propfirmdealfinder/id6758235452) — iPhone & iPad\n- 🤖 [Google Play](https://play.google.com/store/apps/details?id=com.propfirmdealfinder.twa) — Android (released May 2026)\n- 🪟 [Microsoft Store](https://apps.microsoft.com/detail/9PJD0XN2V58Q) — Windows\n- 🧩 [Chrome Web Store](https://chromewebstore.google.com/detail/aglbpegjekdadoalakkaekapiebdacgk) — auto-apply codes at checkout\n\nUniversal discount code: **PFDF** (E8 Forex: PFDFX)\n\n## License\n\nMIT — Built by KOJI for [Prop Firm Deal Finder](https://propfirmdealfinder.com)\n",
  "bytes": 5713,
  "sha": "61ae7ff3cc8617f76a9263426e830f3eedcb3d501f1cb01fa6c13cbbfd7e7c9f",
  "repo_slug": "chrisbusbin-pixel/propfirmdealfinder-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_chrisbusbin_pixel_propfirmdeal_681875cb/readme"
}