Server data from the Official MCP Registry
Monthly verified software prices for 16 categories, with ratings and true 3-year cost. CC BY 4.0
Monthly verified software prices for 16 categories, with ratings and true 3-year cost. CC BY 4.0
Remote endpoints: streamable-http: https://shortlist-mcp.vercel.app/mcp
This is a well-designed MCP server that exposes publicly available pricing data with no authentication required—appropriate for its purpose as a read-only data service. Code is clean, dependencies are minimal and trustworthy, and there are no credential handling, injection, or exfiltration risks. Minor code quality observations around error handling breadth do not materially impact security posture. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 2 high severity).
6 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
An MCP (Model Context Protocol) server that gives AI agents verified, monthly software pricing data: entry prices (lowest paid plan per provider) for 16 categories, from VPNs and cloud backup to travel eSIMs and recruitment software. Verified monthly since June 2026, published as open data under CC BY 4.0 by Orai Media.
Endpoint: https://shortlist-mcp.vercel.app/mcp (streamable HTTP, no auth, free)
| Tool | What it does |
|---|---|
list_categories | All tracked categories with slugs, units and currencies (11 USD/global + 5 Dutch EUR) |
get_price_index | Full index for one category: average, median, cheapest, every provider sorted by price, monthly history, methodology |
get_cheapest | The N cheapest providers in a category right now, with a link to the full comparison |
Every response includes a citation string and the CC BY 4.0 license note, so agents can attribute figures correctly.
claude mcp add --transport http shortlist-prices https://shortlist-mcp.vercel.app/mcp
{
"mcpServers": {
"shortlist-prices": {
"type": "http",
"url": "https://shortlist-mcp.vercel.app/mcp"
}
}
}
The server reads the live Price Index JSON endpoints of the Shortlist comparison sites (refreshed monthly, cached one hour) and the open dataset repository:
License: data CC BY 4.0 (attribution + link to the cited source site), code MIT.
npm install
npm run dev
# MCP endpoint on http://localhost:3000/mcp
Built with mcp-handler on Next.js, deployed on Vercel.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.