GetCurrentOffer

GetCurrentOffer is a remote MCP server that lets AI agents search live credit card merchant offers across every major US issuer — Amex, Chase, Citi, PayPal…

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Search Offers: Search credit card merchant offers by merchant name, offer description, or card issuer. Returns matching offers with details including cash back percentages, bonus points, and expiratio
  • Get Offer Details: Get complete details of a specific credit card offer by its unique ID. Returns the full offer including merchant name, description, cash back rate, expiration date, activation URL,
  • List Merchants: List all merchants that currently have active credit card offers. Optionally filter by card issuer to see which merchants have offers for a specific card. Returns an alphabetically sor

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

GetCurrentOffer is a remote MCP server that lets AI agents search live credit card merchant offers across every major US issuer — Amex, Chase, Citi, PayPal, Rakuten, and Capital One.

Real-time cash back, points, and statement-credit offers, fuzzy-matched by merchant name, ready for shopping, budgeting, and deal-finding agent workflows. No install required, free tier available.

Tools

  • search_offers — Fuzzy search by merchant, description, or keyword. Optional issuer filter.
  • get_offer_details — Fetch the full record for one offer by ID.
  • list_merchants — Browse every merchant with active offers, optionally filtered by issuer.
  • compare_offers — Compare offers for one merchant across all six issuers and find the best deal.

Authentication

Two paths, both fully supported:

  • OAuth 2.1 with Dynamic Client Registration (RFC 7591) — recommended for hosted clients like Claude Desktop and ChatGPT connectors. No manual key copying.
  • API key — generate one for free at getcurrentoffer.com/api-keys, then pass via the X-API-Key header.

Example prompts

  • "Search for Nike credit card offers."
  • "Compare offers for Starbucks across all my issuers."
  • "List every merchant with an active Amex offer."
  • "What dining offers are active on Chase right now?"

Links

Список инструментов сервера (4)

Технические названия из tools/list. Нужны только разработчикам.

search_offersSearch credit card merchant offers by merchant name, offer description, or card issuer. Returns matching offers with details including cash back percentages, bonus points, and expiration dates. Supports fuzzy matching so partial or misspelled merchant names still return results. Example: search for "starbucks" to find all Starbucks offers across Amex, Chase, Citi, PayPal, Rakuten, and Capital One.
get_offer_detailsGet complete details of a specific credit card offer by its unique ID. Returns the full offer including merchant name, description, cash back rate, expiration date, activation URL, and issuer information. Use this after searching to get full details on a specific offer.
list_merchantsList all merchants that currently have active credit card offers. Optionally filter by card issuer to see which merchants have offers for a specific card. Returns an alphabetically sorted list of merchant names and the total count. Useful for browsing available offers or checking if a specific merchant has any active deals.
compare_offersCompare credit card offers for a specific merchant across all card issuers (Amex, Chase, Citi, PayPal, Rakuten, Capital One). Returns offers grouped by issuer so you can see which card gives the best deal at that merchant. Uses fuzzy matching on the merchant name. Example: compare offers for "Amazon" to see which card offers the highest cash back.