Bloghunch MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP transport | 3001 |
| TRANSPORT | No | Transport mode: stdio or http | stdio |
| MCP_SERVER_URL | No | Public HTTPS URL for HTTP transport (required if TRANSPORT=http) | |
| BLOGHUNCH_API_KEY | Yes | Your Bloghunch API key, e.g., bh_live_xxxxxxxxxxxx | |
| BLOGHUNCH_API_URL | No | Base URL for the Bloghunch API | https://api.bloghunch.com/api/v1 |
| BLOGHUNCH_SUBDOMAIN | Yes | Your Bloghunch subdomain |
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 |
|---|---|
| bh_get_statsA | Get analytics summary (pageviews, subscribers, posts) for the Bloghunch publication. |
| bh_list_postsB | List blog posts. Optionally filter by status or keyword. |
| bh_create_postA | Create a blog post. Provide 'topic' for high-quality AI generation (SEO brief → RAG evidence → BullMQ job). Returns a receipt immediately; post appears in dashboard within minutes. |
| bh_generate_ideasB | Brainstorm 5 unique blog post angles for a topic using AI. |
| bh_list_subscribersA | List newsletter subscribers for the publication. |
| bh_social_echoB | Generate Twitter thread, LinkedIn post, and newsletter teaser for an existing blog post. |
| bh_discover_topicsC | Trigger AI analysis of Google Search Console data to find high-potential SEO topic opportunities. |
| bh_get_topic_discoveriesB | List SEO-driven topic opportunities discovered by Bloghunch. |
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 targets a distinct action and resource: stats, posts, ideas, subscribers, social echo, and topic discovery. The paired trigger/list tools for topic discoveries are clearly differentiated by their verb prefixes.
All tools share the 'bh_' prefix and use snake_case, mostly with verb_noun structure. 'bh_social_echo' deviates from the verb-first pattern, and 'get_' vs 'list_' is slightly inconsistent, but the overall convention is predictable.
Eight tools is well-scoped for a blog publication server covering analytics, content creation, subscriber management, social sharing, and SEO discovery. No bloat or redundancy.
The core workflows of creating posts, listing subscribers, gathering stats, and discovering topics are covered. Missing post update/delete and a direct 'get post' operation are minor gaps, as external dashboards likely handle those.