com.tokenofesteem/token-of-esteem
https://mcp.tokenofesteem.com/v1/mcpskills: {'id': 'list_voices', 'name': 'list_voices', 'description': 'List the three comedic voices (Hype Man, Best Friend Roast, Conspiracy Theorist) and the cover image model each prefers. Free, no side effects. Call this first to pick a voice.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_formats', 'name': 'list_formats', 'description': 'List supported booklet formats. There is one today: manual_v1, a 16-page booklet. Free, no side effects.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_image_models', 'name': 'list_image_models', 'description': 'List supported cover image models and their per-call cost. Free, no side effects.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_pricing', 'name': 'get_pricing', 'description': 'Compute the exact total for a hypothetical gift (format, voice, image model, ship_to) before you commit. Free, no order is created. Call before create_gift so you know the charge.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'validate_brief', 'name': 'validate_brief', 'description': 'Run the content policy on a brief without charging or ordering. Free. Call before create_gift so a refusal surfaces early. A booklet that would wound the recipient is refused here, not at charge time.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'create_gift', 'name': 'create_gift', 'description': "Place the order: write, print, and mail the booklet. CHARGES the buyer. The recipient is whoever you name in recipient, which may be your own user. Idempotent on idempotency_key for 24 hours. Pass shared_payment_token to pay tokenlessly, or omit it to charge the account's saved card.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_gift', 'name': 'get_gift', 'description': 'Fetch a gift by gift_id and return its full resource: status, voice, format, pricing, the recipient, and fulfillment (Lulu job id, carrier, tracking URL, estimated delivery). Free and read-only. Use it to poll progress after create_gift: status advances through the pipeline to shipped then delivered, or ends at held, refused, cancelled, or failed.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_gifts', 'name': 'list_gifts', 'description': 'Paginated list of gifts on the account, with optional status and date filters. Free.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 220.0ms; conformance: pass
How to connect
https://mcp.tokenofesteem.com/v1/mcp
curl -X POST https://mcp.tokenofesteem.com/v1/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'