Buttondown MCP Server
Related Servers
Alternatives to Buttondown MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceEnables AI and LLM systems to interact with the Buttondown newsletter service, supporting email drafting, scheduling, analytics retrieval, and list management through a Model Context Protocol interface.41MIT
- AlicenseAqualityAmaintenanceEnables LLM clients to interact with Substack's API for automations like creating posts and managing drafts.27526 npm76MIT
- AlicenseNot gradedqualityDmaintenanceFacilitates interaction with the Transistor.fm API, offering capabilities to manage podcasts, episodes, and access analytics efficiently.1MIT
- FlicenseNot gradedqualityDmaintenanceProvides tools to interact with the Attio API, enabling management of resources in an Attio workspace.5-
- FlicenseNot gradedqualityDmaintenanceEnables sending emails (including mass emailing), querying, updating, and canceling delayed emails via the Resend API.-
- AlicenseAqualityCmaintenanceEnables interaction with the Outline knowledge base API, allowing search, document and collection management, comments, and more.16Apache 2.0
TDQS
Scored across 15 tools
Each tool targets a distinct resource and action, such as list_emails vs. get_email, and send_draft vs. schedule_draft. The only potential overlap is list_subscribers and get_subscriber_stats, but the descriptions clearly differentiate aggregate stats from listing individuals.
Tool names follow a consistent verb_noun pattern: list_* for listing, get_* for single-item retrieval, and create_/update_/delete_/send_/schedule_ for actions. Singular nouns are used for single-item operations, plural for lists, with minor exceptions like get_analytics and get_subscriber_stats that still fit the pattern.
With 15 tools, the server is at the upper end of a well-scoped range but covers a broad domain: emails, drafts, subscribers, tags, and analytics. Each tool serves a clear purpose, though the count could be trimmed by merging some read operations.
The main workflows are covered: create, update, send, and schedule drafts; list and get emails; and full CRUD for tags. However, there is no delete_draft action, and subscriber management is limited to reading and stats, leaving gaps in lifecycle management.