Prop Firm Deal Finder for VS Code
io.github.chrisbusbin-pixel/propfirmdealfinder
Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges.
client:VS Code
transport:stdio
runtime:npm
Install Prop Firm Deal Finder in VS Code
.vscode/mcp.json
{
"servers": {
"propfirmdealfinder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"propfirmdealfinder-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs