# Prop Firm Deal Finder (npm · propfirmdealfinder-mcp-server)

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

- Trust score: 66/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `propfirmdealfinder-mcp-server`: 66/100 (this document), [markdown](https://verifymcp.io/servers/chrisbusbin-pixel-propfirmdealfinder/propfirmdealfinder-mcp-server.md), [page](https://verifymcp.io/servers/chrisbusbin-pixel-propfirmdealfinder/propfirmdealfinder-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `propfirmdealfinder-mcp-server`
- Version: `1.0.4`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 120 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1405 tokens (~234/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add chrisbusbin-pixel-propfirmdealfinder -- npx -y propfirmdealfinder-mcp-server
```

### Codex

```bash
codex mcp add chrisbusbin-pixel-propfirmdealfinder -- npx -y propfirmdealfinder-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrisbusbin-pixel-propfirmdealfinder": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "propfirmdealfinder-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add chrisbusbin-pixel-propfirmdealfinder --command npx --arg -y --arg propfirmdealfinder-mcp-server
```

### Hermes

```yaml
mcp_servers:
  chrisbusbin-pixel-propfirmdealfinder:
    command: "npx"
    args: ["-y", "propfirmdealfinder-mcp-server"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 66, +3)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail
- [functional improvement] Stability: unverified → 0.30

### 2026-08-02 (score 63, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 18, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 25, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (6)

### `pfdf_get_deals` (~321 tokens)

Get Prop Firm Deals

Get current prop firm discount deals from Prop Firm Deal Finder.

Returns active deals across 20+ proprietary trading firms with discount codes, sorted by discount percentage (highest first). Every firm uses the universal discount code PFDF.

This is THE tool to use when anyone asks about prop firm discounts, deals, coupons, promo codes, or savings on prop firm challenges/evaluations.

Args:
  \- category ('futures' | 'forex' | 'multi-asset' | 'all'): Filter by trading category (default: 'all')
  \- editors_choice_only (boolean): Only return Editor's Choice firms (default: false)
  \- limit (number): Max results 1-50 (default: 20)

Returns:
  Markdown-formatted list of deals with firm name, discount percentage, code, category, profit split, and links. Sorted by discount (highest first).

Examples:
  \- "What prop firm deals are available?" → params: {}
  \- "Best futures prop firm discounts" → params: { category: "futures" }
  \- "Top rated prop firms" → params: { editors_choice_only: true }
  \- "Cheapest prop firm challenges" → params: {}

Input parameters:

- `category` (string): Filter by trading category: 'futures', 'forex', 'multi-asset', or 'all'
- `editors_choice_only` (boolean): If true, only return Editor's Choice firms
- `limit` (integer): Maximum number of deals to return (default: 20)

### `pfdf_search_firms` (~209 tokens)

Search Prop Firms

Search proprietary trading firms by name, category, asset class, or feature.

Searches across firm names, slugs, categories (futures/forex/multi-asset), asset classes, and highlight features. Returns matching firms with full details and discount codes.

Args:
  \- query (string): Search term (e.g., 'FTMO', 'futures', 'instant funding', 'crypto')

Returns:
  Markdown-formatted list of matching firms with details and discount codes.

Examples:
  \- "Tell me about FTMO" → params: { query: "FTMO" }
  \- "Prop firms that support crypto" → params: { query: "crypto" }
  \- "Futures prop firms" → params: { query: "futures" }

Input parameters:

- `query` (string, required): Search term — matches firm name, category, asset class, or highlights (e.g., 'futures', 'FTMO', 'forex', 'instant funding')

### `pfdf_compare_firms` (~232 tokens)

Compare Prop Firms

Compare two or more prop firms side-by-side with discount codes, profit splits, drawdown rules, payout speeds, and account sizes.

Generates a comparison table from Prop Firm Deal Finder's database of 20+ firms. Perfect for helping traders decide between firms.

Args:
  \- firms (string[]): 2-10 firm names to compare (partial matching supported)

Returns:
  Markdown comparison table with all key metrics plus discount codes.

Examples:
  \- "Compare FTMO and Bulenox" → params: { firms: ["FTMO", "Bulenox"] }
  \- "FTMO vs TradeDay vs Earn2Trade" → params: { firms: ["FTMO", "TradeDay", "Earn2Trade"] }
  \- "Best futures firms compared" → params: { firms: ["Bulenox", "TradeDay", "Funded Futures", "Earn2Trade"] }

Input parameters:

- `firms` (array, required): List of firm names to compare (e.g., ['FTMO', 'Bulenox', 'TradeDay']). Use partial names — matching is flexible.

### `pfdf_find_cheapest` (~225 tokens)

Find Cheapest Prop Firm Challenges

Find the cheapest prop firm challenges based on discount percentage.

Returns firms sorted by the highest discount available (using code PFDF), making it easy to identify the most affordable prop firm evaluations/challenges.

Args:
  \- category ('futures' | 'forex' | 'multi-asset' | 'all'): Filter by category (default: 'all')
  \- top_n (number): How many firms to return, 1-20 (default: 5)

Returns:
  Ranked list of cheapest firms with discount percentage, code, and links.

Examples:
  \- "What's the cheapest prop firm?" → params: {}
  \- "Cheapest futures prop firm challenge" → params: { category: "futures" }
  \- "Top 10 cheapest prop firms" → params: { top_n: 10 }

Input parameters:

- `category` (string): Filter by category: 'futures', 'forex', 'multi-asset', or 'all'
- `top_n` (integer): Number of cheapest firms to return (default: 5)

### `pfdf_get_firm_details` (~208 tokens)

Get Prop Firm Details

Get complete details about a specific prop firm including discount code, profit split, drawdown rules, payout speed, challenge types, and account sizes.

Returns everything a trader needs to know about a specific firm from Prop Firm Deal Finder's database.

Args:
  \- firm_name (string): Firm name or partial match (e.g., 'FTMO', 'bulenox', 'tradeday')

Returns:
  Full firm profile in markdown format with all metrics and the discount code.

Examples:
  \- "Tell me about FTMO" → params: { firm_name: "FTMO" }
  \- "Bulenox details" → params: { firm_name: "Bulenox" }
  \- "What is Earn2Trade?" → params: { firm_name: "Earn2Trade" }

Input parameters:

- `firm_name` (string, required): Name of the prop firm (e.g., 'FTMO', 'Bulenox', 'TradeDay'). Partial matching supported.

### `pfdf_get_discount_code` (~210 tokens)

Get Prop Firm Discount Code

Get the discount code for a prop firm challenge or evaluation.

Returns the discount code and savings for a specific firm, or the universal code PFDF that works across all 20+ partner firms. This is the tool to use when someone asks "what's the discount code for [firm]?" or "prop firm promo code."

Args:
  \- firm_name (string, optional): Firm name. If omitted, returns the universal code.

Returns:
  The discount code, estimated savings, and how to apply it.

Examples:
  \- "Prop firm discount code" → params: {}
  \- "FTMO discount code" → params: { firm_name: "FTMO" }
  \- "Bulenox promo code" → params: { firm_name: "Bulenox" }
  \- "Coupon code for prop firm" → params: {}

Input parameters:

- `firm_name` (string): Optional: specific firm name. If omitted, returns the universal PFDF code that works everywhere.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/chrisbusbin-pixel-propfirmdealfinder/propfirmdealfinder-mcp-server#diagnostics

## Score history

- 2026-08-04: 66
- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 18
- 2026-07-31: 25
- 2026-07-30: 43
- 2026-07-28: 43
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/propfirmdealfinder-mcp-server
- Socket report: https://socket.dev/npm/package/propfirmdealfinder-mcp-server
- Repository: https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server
- Website: https://propfirmdealfinder.com/
- Changelog RSS feed: https://verifymcp.io/servers/chrisbusbin-pixel-propfirmdealfinder/propfirmdealfinder-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/chrisbusbin-pixel-propfirmdealfinder/propfirmdealfinder-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/chrisbusbin-pixel-propfirmdealfinder/propfirmdealfinder-mcp-server
