Cached US grocery prices, age disclosed on every row - search, compare across banners, coverage.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Cached US grocery prices for developers and agents, from the price panel behind
SplitBasket. Every price carries its observation
date; the API tells you what it can answer at a location before you ask, and
returns found: false rather than a plausible wrong number.
Endpoint: https://api.splitbasket.shop/v1/mcp (Streamable HTTP, bearer auth)
Claude Code:
Any MCP client that speaks Streamable HTTP works the same way β point it at the
endpoint with the Authorization header.
| tool | what it does |
|---|---|
search_products | Find products near a location, with the price each nearby store last showed |
get_price | The cached price of one exact product (banner + product_id) at one place |
compare_price | Best match at each banner for one query, ranked on canonical unit price |
coverage | What the API can actually answer at a location β call this first in an unfamiliar area |
live_check | Fetch from the retailer right now (paid tier); returns a job id + measured ETA |
live_check_status | Poll a live_check job |
Two layers (measured weekly β 2026-08-09; coverage is the runtime source of truth):
Prices are cached observations, not live quotes. Exact-match rate by cache age,
measured over 275k observation pairs: 99.6% under a day, 93.8% at a week, 79.9%
at 30 days. Every row carries price_as_of and price_age_days; pass
max_age_days to enforce what your use case tolerates.
compare_price per item
and sum it yourself.Operated by VoiceArc Inc. Not affiliated with or endorsed by any retailer; retailer names identify where a price was observed.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/splitbasket-prices)<a href="https://allmcps.com/mcp/splitbasket-prices"><img src="https://allmcps.com/api/badge/splitbasket-prices?style=directory" alt="Splitbasket Prices on AllMCPs" /></a>