You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -95,7 +95,27 @@ Use the `npx @comparedge/mcp-server` command with stdio transport in any MCP-com
95
95
|`get_alternatives`|`slug` (string) | Top alternatives within the same category, sorted by rating. Optional: `limit` (default 5). |
96
96
|`get_pricing`|`slug` (string) | Complete verified pricing breakdown: all plans, per-plan highlights, token pricing where applicable, and verification date. |
97
97
|`get_leaderboard`|`category` (optional) | Top-rated tools by category or overall. Optional: `limit` (default 10). |
98
-
|`search_tools`| none | All 45 supported category slugs and display names. |
98
+
|`list_categories`| none | All 45 supported category slugs and display names. |
99
+
100
+
## Prompts
101
+
102
+
Pre-built prompt templates that guide AI assistants through structured analysis workflows.
103
+
104
+
| Prompt | Arguments | Description |
105
+
|---|---|---|
106
+
|`find_best_tool`|`use_case` (string), `budget` (optional) | Finds the best tool for a specific use case, with budget filtering. Runs a structured search, filters by price, and returns a ranked recommendation with rationale. |
107
+
|`compare_pricing`|`tool1`, `tool2` (strings) | Side-by-side pricing analysis of two tools. Breaks down all plans, highlights value differences, and recommends the better option for different user types. |
108
+
|`evaluate_tool`|`slug` (string) | Deep evaluation of a single tool: pricing tiers, rating quality, alternatives, and whether it is worth the cost. |
109
+
|`category_overview`|`category` (string) | Full market overview for a category: top tools, price range, free plan availability, and which tool leads on value. |
110
+
111
+
### Usage Examples
112
+
113
+
```
114
+
Find the best LLM API for a developer with a $50/month budget
Use `search_tools` to retrieve the full list with display names at runtime.
173
+
Use `list_categories` to retrieve the full list with display names at runtime.
154
174
155
175
## Data Quality
156
176
157
-
ComparEdge applies a multi-layer verification process to every product record. Pricing is verified directly against vendor pricing pages on a weekly rotation cycle. Each product includes a `verifiedAt` field reflecting the date of last verification. User ratings are aggregated independently across multiple review sources and normalized to a consistent 0-5 scale. The dataset covers 508 products (flagged as such).
177
+
ComparEdge applies a multi-layer verification process to every product record. Pricing is verified directly against vendor pricing pages on a weekly rotation cycle. Each product includes a `verifiedAt` field reflecting the date of last verification. User ratings are aggregated independently across multiple review sources and normalized to a consistent 0-5 scale.
0 commit comments