Server data from the Official MCP Registry
Software entry prices for 16 categories, with ratings and true 3-year cost. CC BY 4.0
About
Software entry 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
Security Report
This is a well-designed MCP server that exposes public pricing data from the Shortlist Price Index with no authentication requirements (appropriate for public data). The code is clean, properly typed with Zod validation, and follows secure patterns. No dangerous operations, credential handling issues, or data exfiltration risks were identified. Permissions (network_http, env_vars for deployment config) are appropriate for its purpose as a developer tool that aggregates public pricing APIs. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 2 high severity).
6 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install & Connect
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Documentation
View on GitHubFrom the project's GitHub README.
Shortlist Price Index MCP server
An MCP (Model Context Protocol) server that gives AI agents software pricing data: entry prices (lowest paid plan per provider) for 16 categories, from VPNs and cloud backup to travel eSIMs and recruitment software. Prices are compiled from each provider's public pricing page and republished monthly since June 2026. Three categories (VPN, web hosting and cloud backup) are additionally measured by an automated pipeline that archives the source page behind every observation; the remaining categories are hand-curated. Published as open data under CC BY 4.0 by Orai Media.
Endpoint: https://shortlist-mcp.vercel.app/mcp (streamable HTTP, no auth, free)
Tools
| 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_true_3yr_cost | Honest 3-year cost per provider (year 1 intro, years 2-3 at renewal), ranked by real total, with the renewal multiplier. Published for web hosting and antivirus today |
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.
Add to Claude Code
claude mcp add --transport http shortlist-prices https://shortlist-mcp.vercel.app/mcp
Add to any MCP client
{
"mcpServers": {
"shortlist-prices": {
"type": "http",
"url": "https://shortlist-mcp.vercel.app/mcp"
}
}
}
Example questions your agent can now answer
- "What does a VPN cost per month right now, and which three are cheapest?"
- "Compare travel eSIM prices per GB for a summer trip."
- "How much does an applicant tracking system cost for a single recruiter?"
- "Wat kost een wachtwoordmanager per maand in Nederland?"
Data
The server reads the live Price Index JSON endpoints of the Shortlist comparison sites (republished monthly, cached one hour) and the open dataset repository:
- Dataset with monthly history: https://github.com/ies86/shortlist-price-index
- Kaggle mirror: https://www.kaggle.com/datasets/ries86/shortlist-price-index
License: data CC BY 4.0 (attribution + link to the cited source site), code MIT.
Run locally
npm install
npm run dev
# MCP endpoint on http://localhost:3000/mcp
Self-host with Docker
The included Dockerfile builds a self-contained image of the same server (the production endpoint above is the hosted equivalent):
docker build -t shortlist-mcp .
docker run -p 3000:3000 shortlist-mcp
# MCP endpoint on http://localhost:3000/mcp
Built with mcp-handler on Next.js, deployed on Vercel.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
