Skip to main content
ClaudeWave
ies86 avatar
ies86

shortlist-mcp

View on GitHub

MCP server: verified monthly software entry prices (VPN, backup, hosting, eSIM, ATS and more) for AI agents. Open data, CC BY 4.0.

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ies86/shortlist-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "shortlist-mcp": {
      "command": "node",
      "args": ["/path/to/shortlist-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ies86/shortlist-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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_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

```bash
claude mcp add --transport http shortlist-prices https://shortlist-mcp.vercel.app/mcp
```

## Add to any MCP client

```json
{
  "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

```bash
npm install
npm run dev
# MCP endpoint on http://localhost:3000/mcp
```

Built with [mcp-handler](https://www.npmjs.com/package/mcp-handler) on Next.js, deployed on Vercel.
datasetmcpmcp-servermodel-context-protocolpricing-data

What people ask about shortlist-mcp

What is ies86/shortlist-mcp?

+

ies86/shortlist-mcp is mcp servers for the Claude AI ecosystem. MCP server: verified monthly software entry prices (VPN, backup, hosting, eSIM, ATS and more) for AI agents. Open data, CC BY 4.0. It has 0 GitHub stars and was last updated today.

How do I install shortlist-mcp?

+

You can install shortlist-mcp by cloning the repository (https://github.com/ies86/shortlist-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ies86/shortlist-mcp safe to use?

+

ies86/shortlist-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains ies86/shortlist-mcp?

+

ies86/shortlist-mcp is maintained by ies86. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to shortlist-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy shortlist-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ies86/shortlist-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ies86-shortlist-mcp)](https://claudewave.com/repo/ies86-shortlist-mcp)
<a href="https://claudewave.com/repo/ies86-shortlist-mcp"><img src="https://claudewave.com/api/badge/ies86-shortlist-mcp" alt="Featured on ClaudeWave: ies86/shortlist-mcp" width="320" height="64" /></a>

More MCP Servers

shortlist-mcp alternatives