blogburst-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLOGBURST_API_KEY | Yes | Your BlogBurst API key from the blogburst.ai dashboard |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_blogC | Generate a complete AI-written blog post from a topic. Returns title, content (markdown), meta description, and tags. |
| repurpose_contentB | Turn a blog URL or raw text into ready-to-post social media content for multiple platforms. Supports Twitter, LinkedIn, Reddit, Bluesky, Threads, Telegram, Discord, TikTok, YouTube. |
| generate_platform_contentB | Generate social media posts directly from a topic (no blog needed). Creates platform-optimized content with correct character limits. |
| get_trending_topicsC | Discover trending topics from HackerNews, Reddit, Google Trends, and Product Hunt. Great for finding content inspiration. |
| brainstorm_titlesB | AI-powered title brainstorming via multi-turn conversation. Send messages to iteratively refine blog post titles. |
| publish_contentB | Publish content directly to your connected social media platforms (Bluesky, Telegram, Discord). Requires platforms to be connected in your BlogBurst dashboard. |
| get_connected_platformsA | Check which social media platforms are connected to your BlogBurst account and ready for auto-publishing. |
| get_usageB | Check your current API usage, remaining generations, and plan limits. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose with no significant overlap. For example, brainstorm_titles focuses on iterative title refinement, generate_blog creates full blog posts, generate_platform_content produces social media content from topics, and repurpose_content adapts existing content for platforms. The descriptions clearly differentiate their functions, preventing agent misselection.
All tool names follow a consistent verb_noun pattern using snake_case, such as brainstorm_titles, generate_blog, get_connected_platforms, and publish_content. This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming conventions.
With 8 tools, the server is well-scoped for a blog and social media content generation platform. Each tool serves a specific role in the workflow, from inspiration (get_trending_topics) to creation (generate_blog) to distribution (publish_content), without being overly sparse or bloated.
The tool set provides comprehensive coverage for the blog and social media content lifecycle. It includes inspiration (get_trending_topics), creation (brainstorm_titles, generate_blog, generate_platform_content, repurpose_content), management (get_usage, get_connected_platforms), and publishing (publish_content), with no obvious gaps that would hinder agent workflows.