Prop Firm Deal Finder
Prop Firm Deal Finder — MCP 서버
AI 어시스턴트가 실시간 프랍 펌 할인 코드를 조회하고, 회사를 비교하며, 20개 이상의 프랍 트레이딩 회사 전반에서 가장 저렴한 챌린지를 찾을 수 있도록 지원하는 MCP(Model Context Protocol) 서버입니다.
누군가 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 Streamable 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 스키마
public/faq-schema-deals-page.html의 스키마 마크업을 다음 페이지에 추가하세요:
딜 페이지 (
/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