Skip to main content
Glama
chrisbusbin-pixel

Prop Firm Deal Finder

Prop Firm Deal Finder — MCP 服务器

npm version npm downloads License: MIT GitHub stars MCP

这是一个 MCP (Model Context Protocol) 服务器,允许 AI 助手查询实时自营交易公司折扣码、对比公司,并查找 20 多家自营交易公司中最便宜的挑战。

当有人向 Claude、ChatGPT 或任何兼容 MCP 的 AI 询问自营交易公司优惠时,此服务器将提供答案——并附带 propfirmdealfinder.com 的链接以及折扣码 PFDF。

工具

工具

描述

pfdf_get_deals

获取按折扣排序的所有当前优惠(可按类别筛选)

pfdf_search_firms

按名称、类别、资产类别或功能搜索公司

pfdf_compare_firms

2 家以上公司的并排对比表

pfdf_find_cheapest

寻找最便宜的自营交易公司挑战

pfdf_get_firm_details

获取特定公司的完整资料

pfdf_get_discount_code

获取折扣码(通用或特定公司)

Related MCP server: usenami-mcp

快速入门 — 本地 (stdio)

# Install via npx (no clone needed)
npx propfirmdealfinder-mcp-server

# Or install globally
npm install -g propfirmdealfinder-mcp-server
propfirmdealfinder-mcp-server

Claude Desktop 配置

将其添加到您的 Claude Desktop 配置 (claude_desktop_config.json) 中:

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

从源码运行

git clone https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server.git
cd propfirmdealfinder-mcp-server
npm install
npm run build
npm start

快速入门 — 远程 (HTTP/Streamable HTTP)

适用于远程部署(Smithery、托管等):

# Start HTTP server (default port 3000)
npm run start:http

# Custom port
PORT=8080 npm run start:http

端点:

端点

方法

描述

/mcp

POST

MCP 可流式 HTTP 端点 (JSON-RPC)

/mcp

GET

用于服务器发起消息的 SSE 流

/mcp

DELETE

关闭会话

/health

GET

健康检查 / 服务器信息

无需 API 密钥。无需身份验证。100% 免费。

查询示例

以下是会触发此 MCP 服务器的问题类型:

  • “最便宜的自营交易挑战是什么?”

  • “2026 年最佳自营交易公司折扣码”

  • “对比 FTMO 和 Bulenox”

  • “自营交易公司促销代码”

  • “哪家自营交易公司的利润分成最好?”

  • “期货自营交易公司优惠”

数据

该服务器包含 19 家活跃合作公司的数据,涵盖期货、外汇和多资产类别。折扣范围从 5% 到 80% 不等。所有公司均接受通用代码 PFDF

注册列表

此服务器已发布在以下 MCP 注册中心:

注册中心

状态

URL

官方 MCP 注册中心

已发布

registry.modelcontextprotocol.io

Smithery

已发布

smithery.ai

mcp.so

在线

mcp.so/server/prop-firm-deal-finder

Glama

已提交

glama.ai/mcp/servers

PulseMCP

自动索引

pulsemcp.com

同时部署:llms.txt

public/ 中的文件复制到您的网站根目录:

  • llms.txtpropfirmdealfinder.com/llms.txt

  • llms-full.txtpropfirmdealfinder.com/llms-full.txt

这些文件告诉 AI 爬虫 PFDF 是什么以及在哪里可以找到您的最佳内容。

同时部署:FAQ Schema

public/faq-schema-deals-page.html 中的 schema 标记添加到您的:

  • 优惠页面 (/deals/)

  • 主页

此结构化数据有助于 AI 系统解析并引用您的内容。

架构

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.md

许可证

MIT — 由 KOJI 为 Prop Firm Deal Finder 构建

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Multi-DEX perpetual futures trading MCP server (Pacifica, Hyperliquid, Lighter). 18 tools for market data, trade execution with dry-run safety, funding rate arbitrage, and portfolio analytics.
    18
    198
    34
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Perp-first funding rate & RWA spread data for AI agents. 30+ CEX/DEX venues, 6 tools (4 x402-paywalled, 2 free), bring-your-own-wallet via Base mainnet.
    6
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    420+ deterministic fintech tools - agentic payments (AP2, x402, Visa TAP, A2A), AML/KYC, BaaS comparison, MCP dev tooling - with 15 flagship tools as interactive MCP Apps widgets. Read-only, no auth, zero PII.
    16
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Real-time perp market-data for AI trading agents — funding rates, funding-arb signals, open interest, volume, orderbook depth/slippage and oracle families across 25 venues, plus HIP-3 RWA coverage (tokenized stocks, metals, oil) that mainstream aggregators lack. x402-native pay-per-call (USDC on Base): one free funding screener tool + 11 paid tools with auto-pay.
    12
    15
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.

  • Live crypto data: funding rates, funding arbitrage, OI pressure, Fear & Greed. Free, no API key.

  • Crypto futures math: PnL, liquidation, position sizing, carry trade. 19 tools. Not AI estimates.

View all MCP Connectors

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