MCP server for CostBench — verified software pricing, hidden costs, negotiation data, price history & TCO for 3,290+ products. Read-only, no API key.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"costbench-mcp": {
"command": "npx",
"args": [
"-y",
"aadilr/costbench-mcp"
]
}
}
}
Run in terminal:
claude mcp add costbench-mcp npx -y aadilr/costbench-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"costbench-mcp": {
"command": "npx",
"args": [
"-y",
"aadilr/costbench-mcp"
]
}
}
}