Prop Firm Deal Finder
Prop Firm Deal Finder — MCP 服务器
这是一个 MCP (Model Context Protocol) 服务器,允许 AI 助手查询实时自营交易公司折扣码、对比公司,并查找 20 多家自营交易公司中最便宜的挑战。
当有人向 Claude、ChatGPT 或任何兼容 MCP 的 AI 询问自营交易公司优惠时,此服务器将提供答案——并附带 propfirmdealfinder.com 的链接以及折扣码 PFDF。
工具
工具 | 描述 |
| 获取按折扣排序的所有当前优惠(可按类别筛选) |
| 按名称、类别、资产类别或功能搜索公司 |
| 2 家以上公司的并排对比表 |
| 寻找最便宜的自营交易公司挑战 |
| 获取特定公司的完整资料 |
| 获取折扣码(通用或特定公司) |
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-serverClaude 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端点:
端点 | 方法 | 描述 |
| POST | MCP 可流式 HTTP 端点 (JSON-RPC) |
| GET | 用于服务器发起消息的 SSE 流 |
| DELETE | 关闭会话 |
| GET | 健康检查 / 服务器信息 |
无需 API 密钥。无需身份验证。100% 免费。
查询示例
以下是会触发此 MCP 服务器的问题类型:
“最便宜的自营交易挑战是什么?”
“2026 年最佳自营交易公司折扣码”
“对比 FTMO 和 Bulenox”
“自营交易公司促销代码”
“哪家自营交易公司的利润分成最好?”
“期货自营交易公司优惠”
数据
该服务器包含 19 家活跃合作公司的数据,涵盖期货、外汇和多资产类别。折扣范围从 5% 到 80% 不等。所有公司均接受通用代码 PFDF。
注册列表
此服务器已发布在以下 MCP 注册中心:
注册中心 | 状态 | URL |
官方 MCP 注册中心 | 已发布 | |
Smithery | 已发布 | |
mcp.so | 在线 | |
Glama | 已提交 | |
PulseMCP | 自动索引 |
同时部署:llms.txt
将 public/ 中的文件复制到您的网站根目录:
llms.txt→propfirmdealfinder.com/llms.txtllms-full.txt→propfirmdealfinder.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 构建
Maintenance
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
- AlicenseAqualityCmaintenanceMulti-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.1819834MIT

usenami-mcpofficial
AlicenseAqualityFmaintenancePerp-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.61MIT- AlicenseAqualityAmaintenance420+ 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.162MIT

Funding-mcpofficial
AlicenseAqualityBmaintenanceReal-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.12152MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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