Skip to main content
Glama

Beehiiv Analytics MCP Server

by ousepachn
manifest.json2.66 kB
{ "dxt_version": "0.2", "name": "beehiiv-mcp-server", "display_name": "Beehiiv Analytics MCP Server", "version": "1.0.0", "description": "MCP server for Beehiiv API integration - manage newsletters, publications, posts, and subscribers", "long_description": "A comprehensive MCP server that provides access to Beehiiv's newsletter platform API. This extension allows you to manage publications, posts, subscribers, and segments directly from Claude Desktop. Perfect for content creators and newsletter managers who want to analyze their Beehiiv data and automate newsletter operations.", "author": { "name": "ousepachn", "email": "ousepachn@example.com" }, "repository": { "type": "git", "url": "https://github.com/ousepachn/beehiivanalyticsMCP" }, "homepage": "https://github.com/ousepachn/beehiivanalyticsMCP", "icon": "icon.png", "server": { "type": "node", "entry_point": "server.js", "mcp_config": { "command": "node", "args": [ "${__dirname}/server.js" ], "env": { "BEEHIIV_API_KEY": "${user_config.api_key}" } } }, "user_config": { "api_key": { "type": "string", "title": "Beehiiv API Key", "description": "Your Beehiiv API key for authentication. You can find this in your Beehiiv dashboard under Settings > API.", "sensitive": true, "required": true } }, "tools": [ { "name": "get_publications", "description": "Get list of all publications associated with your Beehiiv account" }, { "name": "get_publication_details", "description": "Get detailed information about a specific publication including settings, analytics, and configuration" }, { "name": "get_posts", "description": "Get posts for a specific publication with optional limit parameter" }, { "name": "get_post_details", "description": "Get detailed information about a specific post including content, analytics, and metadata" }, { "name": "get_subscribers", "description": "Get subscribers for a specific publication with optional limit parameter" }, { "name": "get_subscriber_details", "description": "Get detailed information about a specific subscriber including subscription status and preferences" }, { "name": "get_segments", "description": "Get segments for a specific publication to organize and target subscribers" }, { "name": "get_segment_details", "description": "Get detailed information about a specific segment including subscriber count and criteria" } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ousepachn/beehiivanalyticsMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server