Manage a beehiiv newsletter: list publications and posts, view and create subscriptions, and check subscriber details.
75+ deploysclaude mcp add beehiiv --url https://datafaucet.dev/api/mcp/t/beehiiv
Run this command in your terminal · most users connect in under 60s
GET endpoints
beehiiv_list_publications
List the publications on the account. Returns data[] with id (pub_...) and name. Use a publication id for the other tools.
https://api.beehiiv.com/v2/publications
beehiiv_list_posts
List newsletter posts for a publication, newest first. Returns data[] with id, title, status, web_url, and publish_date.
https://api.beehiiv.com/v2/publications/{publication_id}/posts?limit=25&order_by=created&direction=desc
beehiiv_get_post
Get a single post by id. Returns title, subtitle, status, web_url, publish_date, and stats (opens, clicks) when available.
https://api.beehiiv.com/v2/publications/{publication_id}/posts/{post_id}
beehiiv_list_subscriptions
List subscribers for a publication. Returns data[] with id, email, status, and created timestamp.
https://api.beehiiv.com/v2/publications/{publication_id}/subscriptions?limit=25
beehiiv_get_subscriber
Look up a subscriber by email within a publication. Returns id, status, created, and subscription tier.
https://api.beehiiv.com/v2/publications/{publication_id}/subscriptions/by_email/{email}
POST endpoints
beehiiv_create_subscription
Add a subscriber to a publication by email. Optionally sends the welcome email. Returns the created subscription's id and status.
https://api.beehiiv.com/v2/publications/{publication_id}/subscriptions
Run this in your terminal:
claude mcp add beehiiv https://datafaucet.dev/api/mcp/t/beehiiv
Connect beehiiv to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{beehiiv_token}API settings page{email}Email address{post_id}Resource identifier{publication_id}Resource identifierPreview:
GET https://api.beehiiv.com/v2/publications Authorization: Bearer {beehiiv_token}
claude mcp add beehiiv --url https://datafaucet.dev/api/mcp/t/beehiivWhat your AI agent sees
I have access to 6 tools from beehiiv: beehiiv_list_publications, beehiiv_list_posts, beehiiv_get_post, and 3 more.
“List the publications on the account. Returns data[] with id (pub_...) and name. Use a publication id for the other tools.”
Calling beehiiv_list_publications... Done. Here are the results.
Try these prompts
“List my latest newsletter posts and their open rates”
Copy“Add subscriber jane@acme.com to my publication”
Copy“Look up whether an email is subscribed and their status”
CopyClick any prompt to copy, then paste into your AI client.