Analytics
rightcard.ai
Provides credit card rewards information and tools to find the best card for specific merchants or spending categories.
ENDPOINT 1
https://mcp.rightcard.ai/mcp
MCP server metadata
- Name
- rightcard
- Version
- 0.1.0
RightCard answers 'which of these credit cards should pay here?' from bank-published, two-source-verified reward data. Pass the user's card ids (from search_cards) plus a store name or a category. Cash value is the default; ask for valuation='points' to value points at conservative per-program travel values. Every answer includes honest caveats: superstores/warehouse clubs that do not post grocery bonuses, rotating quarters that need activation, ties. RightCard never receives a bank login, balances, or transactions. This tool takes a list of card ids and a store name, returns an answer, and stores nothing.
Known tools 5
best_cardWhich of the given cards earns the most at a store (merchant) or for a spend category, today.
Inferred read-onlylookup_merchantThe store's reward category as RightCard's directory files it, its merchant type, and the merchant-code caveat when a category bonus usually will not post there (superstores like Walmart/Target, warehouse clubs like Costco/Sam's).
Potential side effectssearch_cardsSearch RightCard's catalog by card or issuer name to get the ids to pass into best_card.
Inferred read-onlycardEverything RightCard knows about one card: rates by category, base rate, currency, annual fee, verification status, live rotating windows, and the choose-your-category spec if it has one.
Inferred read-onlyrotating_calendarLive and upcoming rotating-category windows (Freedom Flex, Discover it, Citi Dividend…) and permanent merchant benefits, from the same verified data as the app.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rightcard]
url = "https://mcp.rightcard.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rightcard": {
"type": "http",
"url": "https://mcp.rightcard.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rightcard
Remote MCP URL: https://mcp.rightcard.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rightcard": {
"url": "https://mcp.rightcard.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rightcard": {
"type": "http",
"url": "https://mcp.rightcard.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rightcard",
"transport": "streamable-http",
"url": "https://mcp.rightcard.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.