INDIVIDUAL MCP TOOL
get_card
Full detail for a single card by id (slug), including earn rates, credits, eligibility, sources and lastVerified.
LIVE ENDPOINT
https://mcp.creditcards.best
Connect to this endpoint to inspect the live schema for get_card 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
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://mcp.creditcards.best"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"creditcards-best": {
"type": "http",
"url": "https://mcp.creditcards.best"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: creditcards-best
Remote MCP URL: https://mcp.creditcards.best
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://mcp.creditcards.best"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"creditcards-best": {
"type": "http",
"url": "https://mcp.creditcards.best"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "creditcards-best",
"transport": "streamable-http",
"url": "https://mcp.creditcards.best"
}
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.estimate_rewards— Given an annual spending profile (USD per category, e.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.