PluginBench
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-server

Related MCP servers

Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.

0
JavaScript
MIT
View repository →

Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.

0
JavaScript
MIT
View repository →

USDA food shelf-life database, food safety, storage tips, food waste cost calculator.

0
JavaScript
MIT
View repository →