P
Palmyr
/email_read_messages
Read email messages
Read decrypted messages from an inbox you own (payment wallet must match the inbox). Costs 0.02 USDC, paid per-action via x402.
liveunknown~5s typical
mcppalmyr
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-palmyr-palmyr /email_read_messages for me.
Input
| Field | Type | Description |
|---|---|---|
| inbox_id* | string | Inbox id returned by email_create_inbox |
| limit | number | Page size (default 50, max 200) |
| cursor | string | id of the last message from the previous page |
| payment | string | base64 x402 payment payload (X-PAYMENT); omit on first call to receive payment instruction |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-palmyr-palmyr","endpoint":"/email_read_messages","input":{"inbox_id":"..."}}'cli
npx cracked-ai run -p mcp-ai-palmyr-palmyr -e /email_read_messages -i '{"inbox_id":"..."}'mcp
run_tool({ provider: "mcp-ai-palmyr-palmyr", endpoint: "/email_read_messages", input: {"inbox_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.