A practical AI tool layer for running a social media SaaS
bundle.social added an MCP server and a CLI so Claude can help people manage accounts through its service. The MCP server turns the bundle.social API into tools Claude can use. Claude can check whether the API setup works, list connected social accounts, create posts, schedule posts, retry failed posts, and fetch existing posts.
It can also pull post analytics and social account analytics, import post history, create comments, bulk schedule posts from a CSV file, and create hosted portal links so users can connect their accounts. The reason is practical: many builders are not experienced programmers, and many support requests come from setup mistakes, wrong , or skipped rather than real product bugs.
Key points
- bundle.social exposes its API to Claude through an MCP server.
- Claude can check setup, list accounts, create and schedule posts, retry posts, and fetch posts.
- The tool can pull analytics for posts and social accounts.
- It supports bulk scheduling from a CSV file and importing post history.
- The product lesson is to wrap common customer support in AI-usable tools.