Prop Firm Deal Finder
NPM · PROPFIRMDEALFINDER-MCP-SERVER · SCANNED AUG 4
Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges.
Available components
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. How we score →
Supply Chain Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 120 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability63
- AI-judged instruction clarity (excellent).Pass
- 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. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · propfirmdealfinder-mcp-server
claude mcp add chrisbusbin-pixel-propfirmdealfinder -- npx -y propfirmdealfinder-mcp-server
codex mcp add chrisbusbin-pixel-propfirmdealfinder -- npx -y propfirmdealfinder-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"chrisbusbin-pixel-propfirmdealfinder": {
"type": "local",
"command": [
"npx",
"-y",
"propfirmdealfinder-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add chrisbusbin-pixel-propfirmdealfinder --command npx --arg -y --arg propfirmdealfinder-mcp-server
mcp_servers:
chrisbusbin-pixel-propfirmdealfinder:
command: "npx"
args: ["-y", "propfirmdealfinder-mcp-server"] {
"mcpServers": {
"chrisbusbin-pixel-propfirmdealfinder": {
"command": "npx",
"args": [
"-y",
"propfirmdealfinder-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 4 Aug 26 +3
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- Stability: unverified → 0.30 ▲ functional
- 2 Aug 26 +45
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- First check of Schema quality: unverified functional
- Licence: MIT functional
- 1 Aug 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 4 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-8j4g-w8fx-2239 | CVE-2026-69207 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | yes |
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
pfdf_compare_firms Compare Prop Firms ~232
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"] }
| Name | Type | Req | Description |
|---|---|---|---|
| firms | array | yes | List of firm names to compare (e.g., ['FTMO', 'Bulenox', 'TradeDay']). Use partial names — matching is flexible. |
No output schema declared.
No examples provided.
pfdf_find_cheapest Find Cheapest Prop Firm Challenges ~225
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 }
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by category: 'futures', 'forex', 'multi-asset', or 'all' |
| top_n | integer | — | Number of cheapest firms to return (default: 5) |
No output schema declared.
No examples provided.
pfdf_get_deals Get Prop Firm Deals ~321
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: {}
| Name | Type | Req | Description |
|---|---|---|---|
| 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) |
No output schema declared.
No examples provided.
pfdf_get_discount_code Get Prop Firm Discount Code ~210
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: {}
| Name | Type | Req | Description |
|---|---|---|---|
| firm_name | string | — | Optional: specific firm name. If omitted, returns the universal PFDF code that works everywhere. |
No output schema declared.
No examples provided.
pfdf_get_firm_details Get Prop Firm Details ~208
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" }
| Name | Type | Req | Description |
|---|---|---|---|
| firm_name | string | yes | Name of the prop firm (e.g., 'FTMO', 'Bulenox', 'TradeDay'). Partial matching supported. |
No output schema declared.
No examples provided.
pfdf_search_firms Search Prop Firms ~209
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" }
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search term — matches firm name, category, asset class, or highlights (e.g., 'futures', 'FTMO', 'forex', 'instant funding') |
No output schema declared.
No examples provided.