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

AI 어시스턴트가 실시간 프랍 펌 할인 코드를 조회하고, 회사를 비교하며, 20개 이상의 프랍 트레이딩 회사 전반에서 가장 저렴한 챌린지를 찾을 수 있도록 지원하는 MCP(Model Context Protocol) 서버입니다.

누군가 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 Streamable 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 스키마

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를 위해 제작함

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