INDIVIDUAL MCP TOOL
find_transfer_routes
Which loyalty programs a currency transfers to, or which currencies reach a destination, and whether a transfer bonus is running.
LIVE ENDPOINT
https://api.askmiles.ai/mcp
Connect to this endpoint to inspect the live schema for find_transfer_routes and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.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.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.compare_card_facts— The same catalog record for 2-5 cards at once, for comparing fees, networks and which benefits each carries.estimate_point_value— Miles' own estimate of a loyalty point's value in cents, optionally multiplied by a balance.