Search and compare credit card offers and cashback deals across Amex, Chase, Citi, Bank of America, PayPal, and US Bank. Find merchant-specific offers, check expiring deals, and get personalized offer recommendations. Supports both public offer search and authenticated access for personal card-linked offers.
概览
Offer.love MCP Server
Search and compare credit card cashback offers across major US banks.
Tools
- search_offers — Find offers by merchant name (e.g. "lululemon", "Nike")
- list_bank_offers — Browse all offers for a specific bank
- get_expiring_offers — See deals expiring soon
- get_offer_stats — Aggregate stats across all banks
- get_personal_offers — Your card-linked offers (requires auth)
Supported Banks
Amex, Chase, Citi, Bank of America, PayPal, US Bank
Authentication
- No auth required for public offer search
- API key or OAuth 2.1 for personal offers
Setup
json { "mcpServers": { "offer-love": { "url": "https://data.offer.love/mcp" } } }
Links
- Website: offer.love
- API Docs: offer.love/api-docs
- MCP Docs: offer.love/mcp-server
服务器配置
{
"mcpServers": {
"offer-love": {
"url": "https://data.offer.love/mcp"
}
}
}