# Handwrite.io — MCP server on mcp.ai > Connect your Handwrite.io account and use 4 tools for customer appreciation straight from your AI agent. Connect with your own API key. Handwrite.io creates and tracks physical handwritten card orders using selectable handwriting and stationery styles. By: mcp.ai · official Page: https://mcp.ai/handwrite ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_handwrite?ms=1787293740000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/handwrite/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/handwrite/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/handwrite/skill.md Postman collection (v2.1): https://mcp.ai/handwrite/postman.json ## Tools - handwrite_get_order(order_id: string) — Get a Handwrite order by ID, including its current status, test or live environment, addresses, and proof images when available. - handwrite_list_handwriting_styles() — List the handwriting styles available to the connected Handwrite account, including the style ID required when sending cards and a preview URL. - handwrite_list_stationery() — List public stationery and custom stationery available to the connected Handwrite account, including the card ID required when sending cards and a preview URL. - handwrite_send_cards(send_requests: object[]) — Create handwritten-card orders for one or more recipients. With a test API key, this creates persistent non-production records and sends no physical cards; with a live API key, it creates billable phy ## Example prompts - "What can I do in Handwrite.io?" - "Show me a summary of my Handwrite.io account" ## Links Docs: https://mcp.ai/docs/mcps/handwrite Website: https://mcp.ai/mcps/handwrite