streamable-httpMITupdated 15d ago
Give your AI assistant verified software comparisons: pricing read from the vendor's own page and dated, and a ranked verdict on what to switch to.
What can you do with TopAlternativesTo?
TopAlternativesTo MCP server
Give your AI assistant verified software comparisons: pricing read from the vendor's own page and dated, and a ranked verdict on what to switch to.
Backed by TopAlternativesTo, an independent software comparison site covering 359 tools across 59 categories with 358 ranked alternatives guides.
Free, read-only, no auth, no API key.
Install
Claude Code
claude mcp add --transport http topalternativesto https://topalternatives.to/api/mcp/mcp
Claude Desktop, Cursor, VS Code
Add the server to the client's MCP config:
{
"mcpServers": {
"topalternativesto": {
"type": "http",
"url": "https://topalternatives.to/api/mcp/mcp"
}
}
}
stdio clients
Clients that only speak stdio can run this package, which proxies the hosted server:
npx topalternativesto-mcp
Tools
| Tool | Parameters | Returns |
|---|---|---|
search_tools |
query, category, free_tier, max_price, limit |
Filtered catalogue. Matches on name, category, tagline and features, best match first |
get_tool |
slug |
One tool in full: what it is, pricing with the vendor page it was read from and the date, who it suits and who it does not |
get_alternatives |
slug |
The ranked alternatives, with the verdict on which one fits which kind of buyer |
Every response carries the page URL, so the full reasoning and the date it was checked stay one click away.
What you can ask
- "What should we move to instead of Zendesk? We are eight people."
- "Find project management tools with a free plan under $15 a seat."
- "What does Notion actually cost, and when was that checked?"
About the data
Pricing is read from each vendor's own pricing page, and every price is returned with that source URL and the date it was checked. Treat it as the vendor's list price on that date rather than as live pricing; enterprise pricing is negotiated.
The catalogue and the method behind it are documented at topalternatives.to/methodology. There is also a REST API for bulk access, and full MCP docs.
Licence
Code MIT. The data is CC BY 4.0: reuse it, including commercially, with a visible link back to topalternatives.to.
Install
Add TopAlternativesTo to your client. Pick the one you use.
claude mcp add --transport http topalternativesto https://topalternatives.to/api/mcp/mcpcodex mcp add topalternativesto --url https://topalternatives.to/api/mcp/mcp{
"mcpServers": {
"topalternativesto": {
"url": "https://topalternatives.to/api/mcp/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"topalternativesto": {
"type": "http",
"url": "https://topalternatives.to/api/mcp/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"topalternativesto": {
"url": "https://topalternatives.to/api/mcp/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"topalternativesto": {
"serverUrl": "https://topalternatives.to/api/mcp/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
TopAlternativesTo exposes 3 tools to a connected agent.
- search_tools
- `query`, `category`, `free_tier`, `max_price`, `limit`
- get_tool
- `slug`
- get_alternatives
- `slug`
Score
73 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust16/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 24, 2026 |