Skip to content

Commit 6e48841

Browse files
committed
docs: v2.5.0 README — add Prompts section, fix list_categories tool, update badge
1 parent 94aa376 commit 6e48841

1 file changed

Lines changed: 26 additions & 7 deletions

File tree

README.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @comparedge/mcp-server
22

33
[![mcp-server-comparedge MCP server](https://glama.ai/mcp/servers/comparedge/mcp-server-comparedge/badges/score.svg)](https://glama.ai/mcp/servers/comparedge/mcp-server-comparedge)
4-
[![MCP Registry](https://img.shields.io/badge/MCP_Registry-v2.4.0-7c3aed)](https://registry.modelcontextprotocol.io)
4+
[![MCP Registry](https://img.shields.io/badge/MCP_Registry-v2.5.0-7c3aed)](https://registry.modelcontextprotocol.io)
55
[![mcpservers.org](https://img.shields.io/badge/mcpservers.org-listed-22c55e)](https://mcpservers.org/servers/comparedge/mcp-server-comparedge)
66
[![npm version](https://img.shields.io/npm/v/@comparedge/mcp-server.svg)](https://www.npmjs.com/package/@comparedge/mcp-server)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -95,7 +95,27 @@ Use the `npx @comparedge/mcp-server` command with stdio transport in any MCP-com
9595
| `get_alternatives` | `slug` (string) | Top alternatives within the same category, sorted by rating. Optional: `limit` (default 5). |
9696
| `get_pricing` | `slug` (string) | Complete verified pricing breakdown: all plans, per-plan highlights, token pricing where applicable, and verification date. |
9797
| `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
115+
Compare pricing between Notion and Confluence
116+
Evaluate whether Datadog is worth the cost
117+
Give me a market overview of the CRM category
118+
```
99119

100120
## Usage Examples
101121

@@ -150,13 +170,13 @@ Relevant hubs: [Analytics](https://comparedge.com/best/analytics) | [Data Observ
150170

151171
`accounting` `ai-agents` `ai-assistants` `ai-coding` `ai-image` `ai-meeting` `ai-productivity` `ai-security` `ai-video` `ai-voice` `ai-writing` `analytics` `cloud-hosting` `cloud-security` `compliance` `crm` `crypto-analytics` `crypto-exchanges` `crypto-portfolio-trackers` `crypto-tax` `crypto-trading-bots` `crypto-wallets` `customer-support` `data-observability` `databases` `defi-tools` `design-tools` `dex` `email-marketing` `endpoint-security` `erp` `finops` `hr-tools` `iam` `llm` `password-managers` `payments` `project-management` `seo-tools` `vector-databases` `video-conferencing` `vpn` `website-builders`
152172

153-
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.
154174

155175
## Data Quality
156176

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.
158178

159-
Data source: [ComparEdge Software Intelligence](https://comparedge.com) | [Pricing Guide](https://comparedge.com/pricing) | [Tool Directory](https://comparedge.com/tools) | [Alternatives](https://comparedge.com/alternatives) | [Comparisons](https://comparedge.com/compare)
179+
Data source: [ComparEdge Software Intelligence](https://comparedge.com) | [Pricing Guide](https://comparedge.com/pricing) | [Tool Directory](https://comparedge.com/tools) | [Alternatives](https://comparedge.com/alternatives) | [Comparisons](https://comparedge.com/compare) | [MCP Docs](https://comparedge.com/mcp)
160180

161181
## Browser Extension
162182

@@ -171,6 +191,7 @@ Extension documentation: [comparedge.com/extension/docs](https://comparedge.com/
171191
- Dependencies: zero (Node.js built-ins only)
172192
- Data transport: HTTPS fetch to comparedge.com (live, updated daily)
173193
- In-process caching: tool and pricing data are cached for the duration of the server process
194+
- Capabilities: `tools`, `prompts`
174195

175196
## Repository
176197

@@ -179,5 +200,3 @@ Extension documentation: [comparedge.com/extension/docs](https://comparedge.com/
179200
## License
180201

181202
MIT
182-
183-

0 commit comments

Comments
 (0)