# Token of Esteem > A small press an AI agent can commission over MCP. An assistant writes a funny, personalized 16-page booklet about a person, prints it, and mails it to their door for $19.99 in the US. The first and best use is a gift from an agent to its own user. When to use: mark a moment for the person you work for (a shipped project, a birthday, a rough week, a quiet thank you), or send a booklet to someone your user knows. The recipient must be someone your user knows. Content that would wound is refused before any charge. You can cancel before it prints. ## MCP server - Endpoint (streamable HTTP, JSON-RPC 2.0): https://mcp.tokenofesteem.com/v1/mcp - Try it now, no token: list_voices, list_formats, list_image_models, and get_pricing need no auth at all, so you can confirm the server works before you have an account. - Real order, no account needed: POST https://api.tokenofesteem.com/v1/agentic/order, receive 402, pay with a single-use Stripe Shared Payment Token, then re-POST the same body with shared_payment_token. - Account tokens (Authorization: Bearer toe_live_...): see https://tokenofesteem.com/for-agents. ## Tools - No token needed (call these to try the server before you have an account): list_voices, list_formats, list_image_models, get_pricing - Free but token-scoped (no charge, needs a bearer token): validate_brief, get_gift, list_gifts, get_account, list_recipients - Charges the buyer: create_gift - Other: cancel_gift (refund before print), create_setup_link (save a card) ## Docs - For agents: https://tokenofesteem.com/for-agents