MCP Server
Maintained
MIT
ComparEdge Price Watch MCP Server
io.github.imkemit-ops/comparedge-price-watch
What is the ComparEdge Price Watch MCP server?
Dated log of SaaS, AI and crypto price changes: recent moves, history, biggest increases.
How to install ComparEdge Price Watch
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"comparedge-price-watch": {
"command": "npx",
"args": [
"-y",
"@comparedge/price-watch-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"comparedge-price-watch": {
"command": "npx",
"args": [
"-y",
"@comparedge/price-watch-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"comparedge-price-watch": {
"command": "npx",
"args": [
"-y",
"@comparedge/price-watch-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"comparedge-price-watch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@comparedge/price-watch-mcp"
]
}
}
}Claude Code
claude mcp add comparedge-price-watch -- npx -y @comparedge/price-watch-mcpRelated MCP servers
ComparEdge LLM Cost
Maintained
Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers.
2
View repository →JavaScript
MIT
ComparEdge
Active
Verified pricing, alternatives, and comparisons for 495+ SaaS and AI tools.
1
View repository →JavaScript
MIT