{ "name": "propfirmdealfinder-mcp-server", "version": "1.0.4", "mcpName": "io.github.chrisbusbin-pixel/propfirmdealfinder", "description": "MCP server for Prop Firm Deal Finder \u2014 lets AI assistants query live prop firm discount codes, compare firms, and find the cheapest challenges across 20+ proprietary trading firms.", "type": "module", "main": "dist/index.js", "bin": { "propfirmdealfinder-mcp-server": "dist/index.js" }, "files": [ "dist", "public", "LICENSE", "README.md" ], "scripts": { "start": "node dist/index.js", "start:http": "node dist/http-server.js", "dev": "tsx watch src/index.ts", "dev:http": "tsx watch src/http-server.ts", "build": "tsc", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "anthropic", "claude", "prop-firm", "prop-firms", "proprietary-trading", "prop-trading", "funded-trading", "discount-codes", "promo-codes", "trading-discounts", "affiliate-aggregator", "futures-trading", "forex-trading", "trading-challenges", "trading-tools", "ai-tools", "chatgpt", "ai-discovery", "ftmo", "bulenox", "topstep", "apex" ], "author": "KOJI", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server.git" }, "homepage": "https://propfirmdealfinder.com", "bugs": { "url": "https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.19.17", "tsx": "^4.19.2", "typescript": "^5.9.3" } }