Analytics
seoshortlist.com
Provides a price index and cost analysis for software categories, tracking entry prices, averages, and 3-year costs.
ENDPOINT 1
https://shortlist-mcp.vercel.app/mcp
MCP server metadata
- Name
- shortlist-price-index
- Version
- 1.1.0
Known tools 4
list_categoriesList all software price categories tracked by the Shortlist Price Index: entry prices (lowest paid plan per provider) across 11 US/global categories and 5 Dutch (EUR) categories.
Inferred read-onlyget_price_indexGet the full current price index for one category: average, median and cheapest entry price, every tracked provider with its current price, rating and best-for note (sorted cheapest first), monthly history and methodology.
Inferred read-onlyget_true_3yr_costThe honest 3-year cost per provider: year 1 at the intro or first-year price, years 2 and 3 at the published renewal price, ranked by real 3-year total.
Inferred read-onlyget_cheapestGet the N cheapest providers in a category with current entry prices, ratings and best-for notes, plus a link to the full comparison.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.shortlist-price-index]
url = "https://shortlist-mcp.vercel.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shortlist-price-index": {
"type": "http",
"url": "https://shortlist-mcp.vercel.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shortlist-price-index
Remote MCP URL: https://shortlist-mcp.vercel.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"shortlist-price-index": {
"url": "https://shortlist-mcp.vercel.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shortlist-price-index": {
"type": "http",
"url": "https://shortlist-mcp.vercel.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shortlist-price-index",
"transport": "streamable-http",
"url": "https://shortlist-mcp.vercel.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.