Skip to content

Commit 82c4c99

Browse files
Add Prop Firm Deal Finder MCP server definition
Added a new server definition for the Prop Firm Deal Finder, including metadata, transport, authentication, contributor information, and links.
1 parent 6b3bc6f commit 82c4c99

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.propfirmdealfinder-mcp-npx",
4+
"name": "Prop Firm Deal Finder",
5+
"alias": "propfirmdealfinder",
6+
"description": "Query live discount codes across 20+ prop trading firms, compare challenges, and find the cheapest funded trading evaluations. Free, no API key needed.",
7+
"icon": "💰",
8+
"schema_version": "2.1",
9+
"categories": ["finance"],
10+
"tags": ["prop-firm", "trading", "discount-codes", "futures", "forex", "funded-trading", "prop-trading"],
11+
12+
"transport": {
13+
"type": "stdio",
14+
"command": "npx",
15+
"args": ["propfirmdealfinder-mcp-server"],
16+
"metadata": {
17+
"inputs": []
18+
}
19+
},
20+
21+
"auth": {
22+
"type": "none"
23+
},
24+
25+
"contributor": {
26+
"name": "KOJI",
27+
"github": "chrisbusbin-pixel",
28+
"url": "https://propfirmdealfinder.com"
29+
},
30+
31+
"links": {
32+
"repository": "https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server",
33+
"homepage": "https://propfirmdealfinder.com",
34+
"documentation": "https://github.com/chrisbusbin-pixel/propfirmdealfinder-mcp-server#readme"
35+
},
36+
37+
"platforms": ["all"],
38+
39+
"capabilities": {
40+
"tools": true,
41+
"resources": false,
42+
"prompts": false,
43+
"read_only_mode": true
44+
}
45+
}

0 commit comments

Comments
 (0)