DealWatch
Rank #53,589io.github.xiaojiou176-open/dealwatch
Local-first grocery price intelligence with a read-only MCP server.
DealWatch is a Model Context Protocol (MCP) server published by xiaojiou176-open. It ranks #53,589 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. DealWatch is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Apr 6, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 61,871 of 115,460 servers on MCP Toplist.
Use DealWatch
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dealwatch -- uvx dealwatch[mcp_servers.dealwatch]
command = "uvx"
args = ["dealwatch"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dealwatch": {
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dealwatch": {
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dealwatch": {
"type": "stdio",
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dealwatch": {
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dealwatch": {
"command": "uvx",
"args": [
"dealwatch"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.xiaojiou176-open%2Fdealwatch)<a href="https://mcptoplist.com/server/io.github.xiaojiou176-open%2Fdealwatch"><img src="https://mcptoplist.com/badge/io.github.xiaojiou176-open%2Fdealwatch.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
xiaojiou176-open
Other servers by xiaojiou176-open
- CortexPilot Read-only MCP#7,133 · 1 ver
- Campus Copilot MCP#34,272 · 2 vers
- NoteStore Lab MCP#40,851 · 1 ver
- Prompt Switchboard MCP Sidecar#40,852 · 1 ver
- SourceHarbor MCP#40,853 · 1 ver
- agent-exporter MCP bridge#45,481 · 2 vers
- Apple Notes Snapshot#53,588 · 1 ver
- Movi MCP v1#53,590 · 1 ver
- OpenUI MCP Studio#53,591 · 1 ver
- Provenote MCP#53,592 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 8, 2026 |
Frequently asked questions
- Who maintains DealWatch?
- DealWatch is maintained by xiaojiou176-open, which publishes 11 MCP servers (13 total versions) tracked on MCP Toplist.
- Is DealWatch listed on the Official MCP Registry?
- Yes — DealWatch is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does DealWatch have?
- MCP Toplist tracks 1 version of DealWatch, most recently published on Apr 8, 2026.
- Where can I find the source code for DealWatch?
- The source code for DealWatch is hosted at github.com/xiaojiou176-open/dealwatcher.