cards.
for agents.
Your AI can finally send your mom a real card. Ask for one, review the preview, and we hand you off to Postable to pay — they print it, handwrite it, and drop it in the mail.
No account. No subscription. You pay Postable directly at checkout — usually about $7.23per card, tax & stamp included.
Mom —
Happy Mother’s Day from across the country! Hope the garden is coming in already.
Thinking of you today.
Love, me
Real card · real handwriting · real stamp
Three steps. No new logins.
Ask your AI
Works in Claude, ChatGPT, Cursor, or anything that speaks MCP.
Approve the preview
You see the front, the handwriting, the address, and the total before anything ships.
Postable does the rest
You pay Postable directly. Real ink, real stamp, 2–6 business days.
We speak MCP. And REST.
Point your MCP client at us and you get a clean toolbox for searching cards, drafting messages, validating addresses, and producing a signed preview URL for the user. We don’t see their card number — handoff goes to Postable’s Stripe checkout.
// MCP
use cards-for-agents
search_cards({ query: "flowers for mom" })
compose_message({ draft: "Mom — Happy Mother's Day..." })
set_recipient({ name: "Mom", street: "5510 Hoover St", city: "Bethesda", ... })
preview_order() // → { preview_url, total_cents: 723 }
confirm_and_handoff() // → { postable_cart_url }