← Registry

eCommerce

palmyr.ai

This MCP server enables purchasing prepaid Visa cards and planning intents for card-related operations.

x402 supported1 endpoint23 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

https://palmyr.ai/mcp

No auth detected

MCP server metadata

Name
ai.palmyr/palmyr
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_pricing

List every paid Palmyr capability and its live x402 price (USDC on Solana/Base).

Inferred read-only
palmyr_capabilities

List the i402 capabilities Palmyr can plan and execute (the intent-resolver catalog).

Potential side effects
i402_plan

State an intent, get a priced execution plan.

Inferred read-only
card_buy

Buy a USA prepaid Visa card loaded with EXACTLY the requested balance ($5–$1000).

Inferred read-only
card_status

Poll a card purchase started by card_buy (free).

Potential side effects
card_get

Retrieve a prepaid card you own: full card number, CVV, expiry, live balance.

Inferred read-only
card_list

List cards owned by the paying wallet: status, last4, balance (never full numbers — those are per-card via card_get).

Inferred read-only
email_create_inbox

Provision an email inbox at {name}@palmyr.

Potential side effects
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.

Potential side effects
email_extend_temp

Rent another 7 days on a live disposable temp inbox — each call pushes expires_at exactly 7 days further (fixed, stackable, no cap).

Inferred read-only
email_send

Send an email from an inbox you own.

Potential side effects
email_read_messages

Read decrypted messages from an inbox you own (payment wallet must match the inbox).

Potential side effects
phone_buy_number

Provision a real phone number (SMS + voice) for your agent.

Potential side effects
phone_send_sms

Send an SMS from a phone number you own.

Potential side effects
phone_read_messages

Read SMS messages received on a phone number you own.

Potential side effects
wait_for_otp

Wait for an SMS verification code / OTP to arrive on a Palmyr phone number you own, and return the parsed code.

Potential side effects
phone_temp_number

Lease 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 effects
phone_extend_temp

Rent 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-only
twitter_post

Post a tweet from an X account you control (via injected session cookies).

Potential side effects
tiktok_post

Post a video to a TikTok account you control (from video_base64 or video_url), immediately or scheduled.

Potential side effects
domain_check

Check domain availability and per-TLD pricing.

Inferred read-only
domain_register

Register a domain to your wallet.

Inferred read-only
compute_deploy

Deploy a cloud VPS keyed to your wallet (optionally auto-installs OpenClaw/skills).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for palmyr.ai was fetched 2026-07-31T15:41:38.724Z.

Trust status Neutral

palmyr.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.