General Tools
askmiles.ai
Offers credit card search, comparison, and loyalty program transfer tools, including point value estimation.
ENDPOINT 1
https://api.askmiles.ai/mcp
MCP server metadata
- Name
- askmiles-catalog
- Version
- 1.0.0
Miles' public credit-card catalog: every card open to new applicants, the transfer-partner graph, and Miles' own point valuations. This is catalog data, not advice. It carries card facts — issuer, annual fee, network, foreign transaction fee, rewards currency, which statement credits, lounge networks and protections a card has. It does NOT carry earning rates by category, welcome-offer amounts, transfer ratios, bonus sizes, ongoing-value estimates, or application links, and it knows nothing about which cards anyone holds. So: answer from what a tool returns, and when a question needs the parts that are absent, say they are not in this catalog rather than filling them in from memory. Card annual fees in particular have moved recently; use the number a tool returns, never a remembered one. Point valuations are Miles' own estimates of what a point is worth, not market prices. Attribute them.
Known tools 5
search_card_catalogFind credit cards open to new applicants by issuer, annual fee, network, rewards currency, or a benefit they carry.
Inferred read-onlyget_card_factsEverything 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.
Inferred read-onlycompare_card_factsThe same catalog record for 2-5 cards at once, for comparing fees, networks and which benefits each carries.
Inferred read-onlyfind_transfer_routesWhich loyalty programs a currency transfers to, or which currencies reach a destination, and whether a transfer bonus is running.
Potential side effectsestimate_point_valueMiles' own estimate of a loyalty point's value in cents, optionally multiplied by a balance.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.