Beamer

Beamer

Beamer is a platform that enables companies to announce news, updates, and features directly within their applications or websites, enhancing user engagement and communication.

54VIEWS
2954USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app beamernpx @composio/cli add cursor --app beamernpx @composio/cli add cursor --app beamernpx @composio/cli add cursor --app beamer

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Count Posts

Tool to count existing posts. use when you need the number of posts matching specific filters.

Get Category

Tool to retrieve a specific category by its id. use when you need to load metadata for a category before filtering or grouping posts by that category.

Get Feed

Tool to retrieve the url for your standalone feed. use after embedding to fetch the feed link for embedding or sharing.

Get Feeds

Tool to retrieve the url for your feed. use when you need to embed or access your standalone feed.

Get Feed Url

Tool to retrieve the url for your personalized feed. use after setting segmentation or language options to embed or redirect users.

Get Notification

Tool to retrieve details of a specific notification by its unique notification id. use after obtaining the notification id to fetch its full details.

Get Notifications

Tool to fetch unread notifications. use after providing user context to retrieve and mark notifications as read.

Get Post Comments

Tool to retrieve comments for a specific post. use after identifying the post id to list its comments.

Get Post Reactions

Tool to retrieve all reactions associated with a specific post. use when you need to list reactions and optionally filter by date, reaction type, or pagination.

Get Posts

Tool to retrieve a list of posts. use when you need ids and titles of posts for further operations.

Ping Api

Tool to ping the beamer api. use when verifying api key authentication before making further requests.

11 actions available