# Goodbits — MCP server on mcp.ai > Connect your Goodbits account and use 5 tools for email newsletters straight from your AI agent. Connect with your own API key. Goodbits is a service that helps you and your business create stellar newsletters from the best links your team and customers are reading. By: mcp.ai · official Page: https://mcp.ai/goodbits ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_goodbits?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/goodbits/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/goodbits/ 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/goodbits/skill.md Postman collection (v2.1): https://mcp.ai/goodbits/postman.json ## Tools - goodbits_create_link(url: string, title?: string, description?: string, image_candidates?: string[], fetch_remote_thumbnail_url?: string) — Tool to create a content link in Goodbits Content Library. Use when you have an article URL and optional metadata ready. - goodbits_create_subscriber(subscriber: object) — Tool to add a new subscriber to the newsletter. Use after confirming user opt-in. - goodbits_delete_subscriber(email: string) — Tool to mark a subscriber as deleted. Use when you need to prevent future emails being sent to a subscriber. - goodbits_get_newsletter() — Tool to fetch newsletter identifier and name. Use after authenticating with your API token. - goodbits_update_subscriber_status(email: string, status: string) — Tool to update subscriber status. Use when you need to change an existing subscriber’s subscription status by email. Example: "Update the status of john@example.com to unsubscribed" ## Example prompts - "What can I do in Goodbits?" - "Show me a summary of my Goodbits account" ## Links Docs: https://mcp.ai/docs/mcps/goodbits Website: https://mcp.ai/mcps/goodbits