← askmiles.ai

INDIVIDUAL MCP TOOL

get_card_facts

Everything the public catalog holds on one card: issuer, annual fee, network, foreign transaction fee, rewards currency, and the names of its statement credits, lounge networks and protections.

askmiles.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.askmiles.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_card_facts 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

askmiles.ai

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.askmiles-catalog]
url = "https://api.askmiles.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "askmiles-catalog": {
      "type": "http",
      "url": "https://api.askmiles.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "askmiles-catalog": {
      "type": "http",
      "url": "https://api.askmiles.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "askmiles-catalog",
  "transport": "streamable-http",
  "url": "https://api.askmiles.ai/mcp"
}
MCP Inspector

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

Related tools

  • search_card_catalog — Find credit cards open to new applicants by issuer, annual fee, network, rewards currency, or a benefit they carry.
  • compare_card_facts — The same catalog record for 2-5 cards at once, for comparing fees, networks and which benefits each carries.
  • find_transfer_routes — Which loyalty programs a currency transfers to, or which currencies reach a destination, and whether a transfer bonus is running.
  • estimate_point_value — Miles' own estimate of a loyalty point's value in cents, optionally multiplied by a balance.