Shortlist Price Index MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Shortlist Price Index MCPwhat's the cheapest VPN right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| All tracked categories with slugs, units and currencies (11 USD/global + 5 Dutch EUR) |
| Full index for one category: average, median, cheapest, every provider sorted by price, monthly history, methodology |
| 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 |
| 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.
Related MCP server: shadowprice
Add to Claude Code
claude mcp add --transport http shortlist-prices https://shortlist-mcp.vercel.app/mcpAdd 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/mcpSelf-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/mcpBuilt with mcp-handler on Next.js, deployed on Vercel.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA search engine for AI agents that enables searching, comparing, and discovering over 500 businesses across 112 categories with structured pricing data. It allows users to filter listings by price, category, and country to find and analyze specific business services.Last updated12MIT
- AlicenseAqualityAmaintenanceInject real-time leaked B2B SaaS pricing, historical discounts, and aggressive negotiation playbooks directly into AI agents.Last updated1101MIT
- Alicense-qualityDmaintenanceGive your AI agent access to 8,400+ software tools — search, compare, get pricing, find alternatives, and discover the best tool for any use case.Last updated202MIT
- AlicenseAqualityBmaintenanceProvides current, human-verified pricing for 100+ AI tools and calculates AI product margins (MRR after costs). Fetches live price index and runs locally.Last updated2215MIT
Related MCP Connectors
Verified SaaS, AI, and LLM pricing for 490+ tools: plans, hidden costs, TCO, and alternatives.
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ies86/shortlist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server