DealsPing MCP Server
Allows searching and retrieving the latest, best, and trending deals from Amazon India, filtering by category, store, and price, and checking products to obtain affiliate links.
Allows searching and retrieving the latest, best, and trending deals from Flipkart, filtering by category, store, and price, and checking products to obtain affiliate links.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DealsPing MCP Serverfind the best deals on headphones under ₹2000 on Amazon"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DealsPing MCP Server
India's AI-powered deals discovery platform. Find the best deals on Amazon, Flipkart and more Indian stores via Claude and other AI platforms.
MCP Server URL
https://dealsping-ai.akhilbabumfwa.workers.dev/mcpTransport: Streamable HTTP (JSON-RPC 2.0 over POST, optional SSE stream over GET).
Related MCP server: eBay MCP Server
Available Tools
Tool | Description |
| Search deals by keyword |
| Get top ranked deals |
| Get newest deals |
| Get trending deals |
| Filter by category |
| Filter by price range |
| Filter by store |
| Get specific deal details |
| List all categories |
| Check product & get affiliate link |
| Check multiple products |
| Search product catalog |
Usage
Add to Claude: Settings → Connectors → Add custom connector →
https://dealsping-ai.akhilbabumfwa.workers.dev/mcp
About DealsPing
DealsPing (dealsping.in) aggregates the best deals from Amazon, Flipkart, Myntra, Ajio and more Indian e-commerce stores.
As an Amazon Associate, DealsPing earns from qualifying purchases.
Architecture
Cloudflare Workers + D1 backend that mirrors DealsPing's Firebase deal data into a fast, AI-queryable API, MCP server, and admin dashboard. Completely separate from dealsping-next — read-only against Firebase, never writes back.
sync.js — pulls
deals+monitored_dealsfrom Firestore REST API (no SDK), maps to D1 schema, upserts, marks stale deals inactive.engine.js — deal score (0-100) calculation, freshness decay, AI list rebuilding, 4-day category rotation.
api.js — public REST API (
/api/*), rate-limited, CORS-open, 5-minute cache headers.mcp.js — MCP server at
/mcp(Streamable HTTP: JSON-RPC 2.0 handshake,tools/list,tools/call).admin.js — protected dashboard API (
/admin/*), gated byX-Admin-Secretheader.index.js — router + cron handler (sync every 6h, rebuild lists every 2d, rotate categories every 4d).
Setup
npm install
# 1. Create the D1 database
npx wrangler d1 create dealsping-ai-db
# → copy the returned database_id into wrangler.toml
# 2. Apply schema (local + remote)
npx wrangler d1 execute dealsping-ai-db --file=schema.sql
npx wrangler d1 execute dealsping-ai-db --file=schema.sql --remote
# 3. Set secrets
npx wrangler secret put FIREBASE_API_KEY # your Firebase Web API key
npx wrangler secret put SYNC_SECRET # random string
npx wrangler secret put ADMIN_SECRET # random string
# 4. Deploy
npx wrangler deployEndpoints
Path | Purpose |
| Health check |
| Top deals by score |
| Newest deals |
| Trending deals |
| Featured deals |
| Keyword search |
| Deals by category |
| Deals by price range |
| Deals by store |
| Single deal (id or slug) |
| Any AI list |
| Category counts |
| ASIN catalog stats |
| Platform stats |
| MCP server (Streamable HTTP) |
| Lightweight discovery manifest |
| ChatGPT plugin manifest |
| OpenAPI 3.0 spec |
| Admin dashboard UI |
| Admin API (needs |
| Manual sync trigger (needs |
AI Lists
best_deals, latest_deals, trending_deals, featured_deals, under_500, under_1000, under_2000, under_5000, electronics, fashion, home_kitchen, mobiles, with_coupon, with_bank_offer, amazon_deals, flipkart_deals.
Deal Score Formula (0-100)
discount_score = (discount_pct / 100) * 25
freshness_score = freshness (0-1, decays over 7 days) * 20
price_score = tiered by current_price, max 15
trending_score = 15 if trending else 0
featured_score = 10 if featured else 0
coupon_bonus = 10 if coupon_code else 0
bank_offer_bonus = 5 if bank_offer else 0Notes / Limitations
Rate limiting (60 req/min/IP) is best-effort in-memory per Worker isolate — not strictly distributed. Sufficient to blunt casual abuse; for hard guarantees, migrate to Durable Objects or a KV-backed counter.
Affiliate URLs are copied verbatim from Firebase — never modified.
Sync never touches Firebase; it's read-only via the Firestore REST API with an API key.
firestore.ruleson the source project already haveallow read: if trueondeals/monitored_deals, so the API key alone is sufficient (no service account needed for reads).The ASIN catalog (
asin_catalogtable, poweringcheck_and_link/search_catalog) intentionally stores no price/image/availability data — seecheck_and_link's tool description for why.
License
MIT
Contact
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
AI-powered product search, affiliate links, and price negotiation for e-commerce platforms
Curated, human-reviewed deal feed for AI agents — live deal search + price watches. No auth.
AI marketplace: search, buy, sell across Amazon, eBay, AliExpress. 13 tools.
Product search for AI agents: Amazon + Shopify, cart-to-checkout buy path. Pay-per-call, no API key.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI models to find the best online deals by browsing and interacting with multiple shopping platforms like Amazon and eBay across various regions. It uses Playwright to automate searches and retrieve product information from compatible e-commerce and deal-tracking websites.93MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search eBay listings, track item prices over time, and identify deals below market value using eBay's APIs. It provides tools for category browsing and retrieving detailed information for specific listings.1MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to browse Admitad affiliate programs, discover product feeds, and search products directly from chat.82-
- AlicenseAqualityFmaintenanceEnables AI agents to search products, lookup barcodes, and manage shopping carts and wishlists using free e-commerce APIs.8MIT