Thrifle MCP server
Click on "Deploy 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., "@Thrifle MCP serverWhat's the return policy for electronics at Best Buy?"
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.
Thrifle MCP server
US return policies, price-match rules, discounts, deals, credit-card terms and Amazon buy-or-wait verdicts — as read-only tools for Claude, ChatGPT, Cursor and any MCP client.
https://api.thrifle.com/api/mcpNo auth. No signup. 24 tools. Every answer links to the thrifle.com page it comes from.
What you can ask
Tool | Example |
| What is Costco's return policy on a laptop? |
| Is it easier to return to Target or Walmart? |
| Which furniture stores offer free returns? |
| Does Best Buy price match Amazon? |
| Who will match this Amazon price on a TV? |
| Does Home Depot have a military discount? |
| How do I cancel Planet Fitness? |
| What does Starbucks give you on your birthday? |
| Is there a deal on AirPods Pro right now? |
| Should I buy this Amazon product now or wait? |
| Does the Lowe's card use deferred interest? |
| What is the average credit-card APR right now? |
| Has this product been recalled? |
| What is Thrifle and what does it cover? |
The data behind these tools: a return-policy database covering 2,250 US retailers with an A+–D− grade computed from the policy's own terms, price-match and price-adjustment policies, military/student discount programmes, birthday offers, cancellation guides, a curated deal feed, a credit-card database built from issuer pricing pages, and price history for hundreds of thousands of Amazon products. All of it is editor-verified and every record carries a last_verified date.
Related MCP server: GetCurrentOffer MCP Server
Connect it
Claude.ai / Claude Desktop (every plan; Free allows one custom connector) Settings → Connectors → Add custom connector → paste the URL → leave authentication empty.
Claude Code
claude mcp add --transport http thrifle https://api.thrifle.com/api/mcpChatGPT — Settings → Apps & Connectors → Create (developer mode) → paste the URL, no authentication.
Cursor — click the badge above, or add to ~/.cursor/mcp.json:
{ "mcpServers": { "thrifle": { "url": "https://api.thrifle.com/api/mcp" } } }VS Code — click the badge above, or code --add-mcp '{"name":"thrifle","type":"http","url":"https://api.thrifle.com/api/mcp"}'.
Perplexity (+ Custom connector → Remote), Grok (grok.com/connectors → Custom), Mistral Le Chat (Connectors → Custom MCP Connector), Gemini CLI (httpUrl under mcpServers), Gemini Enterprise (Manage team → Connected apps → Add MCP Server) all accept the same URL.
Claude Code plugin — this repo is also a Claude Code plugin (.claude-plugin/plugin.json, .mcp.json, and a thrifle-shopping skill that teaches the model which tool answers which question).
Try it from a terminal
curl -s https://api.thrifle.com/api/mcp | jq .tools
curl -s -X POST https://api.thrifle.com/api/mcp \
-H 'content-type: application/json' -H 'accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_return_policy","arguments":{"merchant":"Costco"}}}'Run it yourself
git clone https://github.com/ejazmu/thrifle-mcp && cd thrifle-mcp
npm install
npm start # http://127.0.0.1:8787/mcp, reading Thrifle's public API
npm test # 17 protocol + shaping fixtures, no network neededThis is the same code that serves api.thrifle.com/api/mcp. THRIFLE_API_BASE points it at a different API base; MCP_RATE_PER_MIN / MCP_RATE_PER_DAY set the per-IP limits; MCP_API_KEYS (comma-separated) lists keys that bypass them via Authorization: Bearer.
How it is built
Stateless Streamable HTTP. One
McpServer+ transport per request, JSON responses, no sessions — nothing to resume, nothing shared between callers, nothing for a CDN to buffer.GETon the endpoint returns a human-readable discovery document.Tools call Thrifle's public REST API, never a database. That keeps the MCP answer identical to the website's answer: affiliate-link handling, expired-deal rules and serve-time grading all apply automatically.
src/api-client.jsis a 60-line loopbackfetch.Shapers, not raw payloads.
src/shape.jsturns each API response into the facts plus the canonical thrifle.comurland aciteblock, and drops internal fields. Pure functions, all covered by fixtures.Read-only by construction. Every tool declares
readOnlyHint: true; the catalogue insrc/tools.jshas no write path.Price verdicts never trigger a live fetch — they read the tracked-price database only.
Fair use and licensing
Free for assistants answering a person's question: 60 calls a minute and 1,500 a day per address. Bulk or commercial use is licensed — see thrifle.com/data-licensing; a licence comes with a key that lifts the limits. Deal buy_url values are thrifle.com redirects and may be affiliate links.
Links
Docs: https://thrifle.com/mcp · Return-policy database: https://thrifle.com/return-policy · Price Predict: https://thrifle.com/price-predict · Money: https://thrifle.com/money · Contact: hello@thrifle.com
MIT licensed. © 2026 Thrifle Technologies LLC.
This server cannot be deployed
Maintenance
Related MCP Connectors
Verified deals, store policies & a trust score for thousands of online retailers. No auth.
Search 100+ US retailers, 260M+ products with real-time pricing, stock, and price history. Documentation - https://www.lemmebuyit.com/developer Homepage - https://www.lemmebuyit.com
Fail-closed refund, cancellation, return, and trial checks for 100 US subscription vendors.
Real-time Amazon prices, product search, 90-day history, AI forecasts, and price drop alerts.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides AI assistants with access to ShopSavvy's comprehensive product data, pricing information, and historical price tracking, enabling product lookup by barcode or ASIN, current offers, price history, and scheduling for automatic monitoring.91848MIT
- FlicenseNot gradedqualityDmaintenanceEnables searching and comparing live credit card merchant offers (cash back, points, statement credits) across Amex, Chase, Citi, PayPal, Rakuten, and Capital One from any AI agent.-
- FlicenseAqualityBmaintenanceProvides e-commerce customer support tools for order status, delivery, account, and policy questions, with RAG-grounded retrieval and strict authorization checks over mock data.6-
- AlicenseAqualityAmaintenanceProvides live product search, offer comparison, and price history retrieval from BestPrice.gr through three read-only tools, enabling AI applications to query shopping data without an API key.4Apache 2.0