creditcards.best
best.creditcards/mcpSearch, compare and estimate rewards across US credit cards. Verified fees, APRs and bonuses.
Tools · 6
Filter the US credit-card dataset by product type, rewards currency (program name or kind), issuer, annual fee, foreign-transaction fee, signup-bonus value, credit band, or curated category. Searches …
Full detail for a single card by id (slug), including earn rates, credits, eligibility, sources and lastVerified. The apply link is our tracked redirect, not the issuer URL.
Given an annual spending profile (USD per category, e.g. { dining: 6000, groceries: 8000, travel: 4000, other: 20000 }), estimate each card's net rewards value and rank them. Net value = rewards earne…
Given a user's credit band (and optionally income), return cards they would typically qualify for, surfacing issuer application rules (e.g. Chase 5/24) and any income floor. Only cards that publish a …
Return the apply link for a card. This is always a creditcards.best tracked redirect that records the referral and forwards to the issuer; the raw issuer URL is never returned.
Side-by-side detail for two or more cards by id: fees, foreign-transaction fee, signup bonus, earn rates, credits and eligibility. Apply links are tracked redirects.
Resources · 2
Every card as structured JSON, each with a `verified` flag and `lastVerified` freshness.
creditcards://dataset
How card values are sourced, verified, and kept fresh.
creditcards://methodology
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"creditcards.best": {
"url": "https://mcp.creditcards.best/mcp",
"transport": "http"
}
}
}