eCommerce
palmyr.ai
This MCP server enables purchasing prepaid Visa cards and planning intents for card-related operations.
ENDPOINT 1
https://palmyr.ai/mcp
MCP server metadata
- Name
- ai.palmyr/palmyr
- Version
- 1.0.0
Palmyr exposes real-world capabilities (email, phone, X/TikTok, domains, VPS, and the i402 intent resolver) that agents pay for per-action via x402 (USDC on Solana or Base). No account or API key. Call a paid tool once with no `payment` to receive x402 instructions, then sign and call again with `payment`.
Known tools 23
palmyr_pricingList every paid Palmyr capability and its live x402 price (USDC on Solana/Base).
Inferred read-onlypalmyr_capabilitiesList the i402 capabilities Palmyr can plan and execute (the intent-resolver catalog).
Potential side effectscard_buyBuy a USA prepaid Visa card loaded with EXACTLY the requested balance ($5–$1000).
Inferred read-onlycard_getRetrieve a prepaid card you own: full card number, CVV, expiry, live balance.
Inferred read-onlycard_listList cards owned by the paying wallet: status, last4, balance (never full numbers — those are per-card via card_get).
Inferred read-onlyemail_create_tempProvision a cheap, disposable, receive-only email inbox — ideal for receiving a one-off verification or order-confirmation email during a checkout/signup flow.
Potential side effectsemail_extend_tempRent another 7 days on a live disposable temp inbox — each call pushes expires_at exactly 7 days further (fixed, stackable, no cap).
Inferred read-onlyemail_read_messagesRead decrypted messages from an inbox you own (payment wallet must match the inbox).
Potential side effectswait_for_otpWait for an SMS verification code / OTP to arrive on a Palmyr phone number you own, and return the parsed code.
Potential side effectsphone_temp_numberLease a cheap, instant, receive-only US phone number from a pool to receive one SMS verification code — the phone analogue of a disposable temp email inbox.
Potential side effectsphone_extend_tempRent another 30 minutes on a live disposable temp number — each call pushes expires_at 30 min further (stackable up to 24h total lease).
Inferred read-onlytwitter_postPost a tweet from an X account you control (via injected session cookies).
Potential side effectstiktok_postPost a video to a TikTok account you control (from video_base64 or video_url), immediately or scheduled.
Potential side effectscompute_deployDeploy a cloud VPS keyed to your wallet (optionally auto-installs OpenClaw/skills).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for palmyr.ai was fetched 2026-07-31T15:41:38.724Z.
palmyr.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.