rightcard-mcp
RightCard MCP helps agents pick the best credit card for a purchase using verified, two-source reward data.
best_card: Given card IDs and a store or category, returns which card earns the most today, with honest rates and caveats (merchant-code traps, rotating activation, ties).
lookup_merchant: Look up how a store is categorized and whether category bonuses usually won't post there (e.g., Costco, Walmart).
search_cards: Find credit card IDs by card or issuer name, with verified cards first and unverified cards flagged.
card: Get one card's verified earning rates, base rate, annual fee, rotating windows, and choose-your-category configuration.
rotating_calendar: See live and upcoming rotating 5% category windows and permanent merchant benefits, optionally filtered by card.
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., "@rightcard-mcpI have Amex Gold, Freedom Flex and Citi Double Cash. Which card earns most at Costco?"
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.
RightCard MCP
The card-selection oracle for agents: which of your credit cards should pay here? Answers come from RightCard's bank-published, two-source-verified reward data — the same data the RightCard iOS app uses.
No bank login. No account. Nothing stored. You pass card ids and a store name; you get an answer.
Honest by construction: merchant-code caveats (Costco is a warehouse club, so the grocery bonus won't post), rotating quarters with activation flags, ties named, points valued per program.
Cash value by default;
valuation: "points"for conservative travel values.
Use it
Hosted (stateless Streamable HTTP):
https://mcp.rightcard.ai/mcpLocal (stdio, nothing leaves your machine except a read of the public catalog):
npx rightcard-mcpClaude Desktop / Claude Code / Cursor config:
{ "mcpServers": { "rightcard": { "command": "npx", "args": ["-y", "rightcard-mcp"] } } }Related MCP server: Blackwell Bank Card Hub MCP
Tools
tool | what it answers |
| which of the given cards earns most at a store or category, today, with caveats |
| how a store is coded (category, merchant type, MCC-trap caveat) |
| find card ids by name/issuer; verified first, unverified flagged |
| one card's verified rates, rotating windows, choose-your-category spec |
| live + upcoming rotating windows and permanent merchant benefits |
Try: "I have the Amex Gold, Freedom Flex and Citi Double Cash. Which one at Costco?"
Parity with the app
src/engine.ts is a port of the iOS app's Swift engine. fixtures/engine_golden.json holds
3,100+ answers produced by the Swift code over the real catalog and merchant directory;
npm test fails if the port disagrees on any of them. Offers (a user's personal bank offers)
are deliberately not part of this server — they live on the phone.
Privacy
The hosted server logs request counts only. No identifiers, no cookies, no storage. Full policy: https://rightcard.ai/privacy
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 Servers
- FlicenseNot gradedqualityDmaintenanceProvides tools to fetch and analyze credit card data with filtering options for banks, categories, and user personas. It also offers access to educational guides to assist in making informed financial recommendations.
- FlicenseNot gradedqualityDmaintenanceEnables users to explore and manage banking card features including product discovery, comparison, eligibility checks, spend insights, merchant offers, travel notices, card controls, and digital wallet provisioning.
- 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.

CatalogAPI MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceProvides read-only access to the CatalogAPI global rewards and gift card API, enabling assistants to answer questions about reward coverage, catalog contents, and integration via live data.MIT
Related MCP Connectors
AI credit card advisor - search cards, compare portfolios, and optimize rewards
Search live credit card merchant offers across Amex, Chase, Citi, PayPal, Rakuten, Capital One.
Check reward coverage by country, search real catalog items, and ask how CatalogAPI works.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rightcard/rightcard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server