-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
65 lines (65 loc) · 1.87 KB
/
server.json
File metadata and controls
65 lines (65 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.imkemit-ops/comparedge-mcp",
"title": "ComparEdge",
"description": "Verified pricing, alternatives, and comparisons for 495+ SaaS and AI tools.",
"repository": {
"url": "https://github.com/comparedge/mcp-server-comparedge",
"source": "github"
},
"version": "2.5.8",
"websiteUrl": "https://comparedge.com/mcp",
"packages": [
{
"registryType": "npm",
"identifier": "@comparedge/mcp-server",
"version": "2.5.8",
"runtime": "node",
"transport": {
"type": "stdio"
},
"startCommand": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@comparedge/mcp-server"
]
}
}
],
"tools": [
{
"name": "search_tools",
"description": "Full-text search across 495+ products by name, keyword, or use case."
},
{
"name": "get_tool",
"description": "Complete product profile: description, category, rating, pricing plans, and features."
},
{
"name": "compare_tools",
"description": "Side-by-side comparison of two products: pricing, ratings, free plan availability."
},
{
"name": "list_category",
"description": "All tools in a category with optional sort and free-plan filter."
},
{
"name": "get_alternatives",
"description": "Top alternatives within the same category, sorted by rating."
},
{
"name": "get_pricing",
"description": "Complete verified pricing breakdown: all plans, highlights, and verification date."
},
{
"name": "get_leaderboard",
"description": "Top-rated tools by category or overall."
},
{
"name": "list_categories",
"description": "All 44 supported category slugs and display names."
}
]
}