Messaging

Beamer MCP Server

Connect your account, then chat with AI to run tools.

Beamer is a news and notification platform that allows businesses to communicate updates, announcements, and changes with users through a centralized announcement feed. It is primarily used to enhance customer engagement and inform users of important product changes or news.

3 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Beamer — workflow patterns, data models, and gotchas for your AI agent.

Beamer

In-app notification feed for product announcements, changelog entries, and NPS surveys. Browse published posts and retrieve NPS survey data.

Entity Model

  • Posts — announcements, changelog entries, product updates, and feature releases. The primary content type. Each post has a title, content, category (new/improvement/fix), publication status (published/draft/archived), reactions, and view counts. Supports pagination with page (0-indexed) and count. Open a post by id for full detail payloads.
  • NPS (Net Promoter Score) — survey responses with scores (0-10), optional comments, and respondent metadata. Only available on paid plans with NPS feature enabled.

Workflows

  • Review announcements: enumerate posts → open one by id for full content and engagement metrics.
  • Post analysis: enumerate posts to see recent product updates, filter by status (published/draft/archived).
  • NPS analysis: enumerate NPS responses to review customer sentiment scores and feedback comments.

Gotchas

  • NPS add-on: NPS survey data only appears when the plan includes Beamer’s NPS feature; otherwise focus on posts and changelog reads.
  • Pagination: posts use page (0-indexed, not 1-indexed) and count (items per page, default 20).
  • Filter values: posts can be filtered by filter parameter: published, draft, or archived.

Tools in this Server (3)

Beamer Get Post

Get a specific post by ID — full details including title, content, category, reactions, view count, and publication date. Requires 'post_id'.

Beamer List Nps

Retrieve a list of Net Promoter Score (NPS) surveys from your Beamer account to analyze user satisfaction and feedback. Use this when you want to revi...

Beamer List Posts

Retrieve announcements and changelog posts from your Beamer feed. Returns post details including title, content, category, reactions, and publication ...

Frequently Asked Questions

What is the Beamer MCP server?

Beamer is a news and notification platform that allows businesses to communicate updates, announcements, and changes with users through a centralized announcement feed. It is primarily used to enhance customer engagement and inform users of important product changes or news. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Beamer to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/beamer. Authentication is handled automatically.

How many tools does Beamer provide?

Beamer provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Beamer require?

Beamer uses API Key. Beamer requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Beamer to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/beamer

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Beamer?

Sign in to connect your credentials and start running tools from the chat.

Beamer MCP Server & Skill — 3 Tools