← creditcards.best

INDIVIDUAL MCP TOOL

estimate_rewards

Given an annual spending profile (USD per category, e.

creditcards.bestnone authenticationAvailability not checked

LIVE ENDPOINT

https://creditcards.best/mcp

No auth detected

Connect to this endpoint to inspect the live schema for estimate_rewards and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

creditcards.best

CONNECT 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.creditcards-best]
url = "https://creditcards.best/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "creditcards-best": {
      "type": "http",
      "url": "https://creditcards.best/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: creditcards-best
Remote MCP URL: https://creditcards.best/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": {
    "creditcards-best": {
      "url": "https://creditcards.best/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "creditcards-best": {
      "type": "http",
      "url": "https://creditcards.best/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "creditcards-best",
  "transport": "streamable-http",
  "url": "https://creditcards.best/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_cards — 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.
  • get_card — Full detail for a single card by id (slug), including earn rates, credits, eligibility, sources and lastVerified.
  • check_eligibility — Given a user's credit band (and optionally income), return cards they would typically qualify for, surfacing issuer application rules (e.
  • get_apply_link — Return the apply link for a card.
  • compare_cards — Side-by-side detail for two or more cards by id: fees, foreign-transaction fee, signup bonus, earn rates, credits and eligibility.