npm rightcard-mcpstreamable-httpMITupdated 9d ago
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.
Was kannst du mit RightCard machen?
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/mcp
Local (stdio, nothing leaves your machine except a read of the public catalog):
npx rightcard-mcp
Claude Desktop / Claude Code / Cursor config:
{ "mcpServers": { "rightcard": { "command": "npx", "args": ["-y", "rightcard-mcp"] } } }
Tools
| tool | what it answers |
|---|---|
best_card |
which of the given cards earns most at a store or category, today, with caveats |
lookup_merchant |
how a store is coded (category, merchant type, MCC-trap caveat) |
search_cards |
find card ids by name/issuer; verified first, unverified flagged |
card |
one card's verified rates, rotating windows, choose-your-category spec |
rotating_calendar |
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
Installation
RightCard zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"rightcard-mcp": {
"type": "http",
"url": "https://mcp.rightcard.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add rightcard-mcp -- npx -y rightcard-mcpcodex mcp add rightcard-mcp -- npx -y rightcard-mcpamp mcp add rightcard-mcp -- npx -y rightcard-mcp{
"mcpServers": {
"rightcard-mcp": {
"command": "npx",
"args": [
"-y",
"rightcard-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"rightcard-mcp": {
"command": "npx",
"args": [
"-y",
"rightcard-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"rightcard-mcp": {
"command": "npx",
"args": [
"-y",
"rightcard-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"rightcard-mcp": {
"command": "npx",
"args": [
"-y",
"rightcard-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"rightcard-mcp": {
"command": "npx",
"args": [
"-y",
"rightcard-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"rightcard-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"rightcard-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"rightcard-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"rightcard-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y rightcard-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
4 Tools
RightCard stellt einem verbundenen Agent 4 Tools bereit.
- best_card
- which of the given cards earns most at a store or category, today, with caveats
- lookup_merchant
- how a store is coded (category, merchant type, MCC-trap caveat)
- search_cards
- find card ids by name/issuer; verified first, unverified flagged
- rotating_calendar
- live + upcoming rotating windows and permanent merchant benefits
Score
74 / 100
Gut
- Dokumentation18/25
- Pflege19/25
- Vertrauen16/20
- Funktionsumfang6/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.2Aktuell | 25. Aug. 2026 |