INDIVIDUAL MCP TOOL
card_list
List cards owned by the paying wallet: status, last4, balance (never full numbers — those are per-card via card_get).
LIVE ENDPOINT
https://palmyr.ai/mcp
Connect to this endpoint to inspect the live schema for card_list 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.ai-palmyr-palmyr]
url = "https://palmyr.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-palmyr-palmyr": {
"type": "http",
"url": "https://palmyr.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-palmyr-palmyr
Remote MCP URL: https://palmyr.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": {
"ai-palmyr-palmyr": {
"url": "https://palmyr.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-palmyr-palmyr": {
"type": "http",
"url": "https://palmyr.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-palmyr-palmyr",
"transport": "streamable-http",
"url": "https://palmyr.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
palmyr_pricing— List every paid Palmyr capability and its live x402 price (USDC on Solana/Base).palmyr_capabilities— List the i402 capabilities Palmyr can plan and execute (the intent-resolver catalog).i402_plan— State an intent, get a priced execution plan.card_buy— Buy a USA prepaid Visa card loaded with EXACTLY the requested balance ($5–$1000).card_status— Poll a card purchase started by card_buy (free).card_get— Retrieve a prepaid card you own: full card number, CVV, expiry, live balance.email_create_inbox— Provision an email inbox at {name}@palmyr.email_create_temp— Provision a cheap, disposable, receive-only email inbox — ideal for receiving a one-off verification or order-confirmation email during a checkout/signup flow.