MCP Server
Maintained
MIT
Prop Firm Deal Finder MCP Server
io.github.chrisbusbin-pixel/propfirmdealfinder
What is the Prop Firm Deal Finder MCP server?
Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges.
How to install Prop Firm Deal Finder
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"propfirmdealfinder": {
"command": "npx",
"args": [
"-y",
"propfirmdealfinder-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"propfirmdealfinder": {
"command": "npx",
"args": [
"-y",
"propfirmdealfinder-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"propfirmdealfinder": {
"command": "npx",
"args": [
"-y",
"propfirmdealfinder-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"propfirmdealfinder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"propfirmdealfinder-mcp-server"
]
}
}
}Claude Code
claude mcp add propfirmdealfinder -- npx -y propfirmdealfinder-mcp-serverRelated MCP servers
io.github.chrisbusbin-pixel/applianceiq
Maintained
Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.
0
View repository →JavaScript
MIT
io.github.chrisbusbin-pixel/debtfree
Maintained
Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.
0
View repository →JavaScript
MIT
io.github.chrisbusbin-pixel/freshtrack
Maintained
USDA food shelf-life database, food safety, storage tips, food waste cost calculator.
0
View repository →JavaScript
MIT