← bestcardin.com

INDIVIDUAL MCP TOOL

recommend_card

Recommend a card given a country and a use-case archetype: no-fee, high-cashback, travel, premium, business, starter.

bestcardin.comnone authenticationAvailability not checked

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 endpoint

bestcardin.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_cards — Search Clara's card catalog.
  • get_card_details — Fetch full details for a single card by slug.
  • compare_cards — Side-by-side comparison of two cards.
  • calculate_cashback — Compute monthly/annual cashback projection and break-even spend for a card.
  • get_apply_url — Return the issuer's apply URL for a card (already UTM-attributed).
  • find_news — List recent editorial news articles for a country.