Skip to main content
Feedback

Facebook MCP connector

Facebook is Meta's social media platform for sharing content, engaging with audiences, and managing public pages. The Facebook MCP connector allows AI agents to publish and delete posts, retrieve page information and events, and manage comments on objects. It also supports fetching posts and photos for pages and accessing user event data.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Facebook MCP connector to perform the following actions:

  • Publish promotional content and product updates to Facebook pages automatically
  • Monitor page performance by retrieving engagement metrics and audience insights
  • Aggregate customer comments and feedback across Facebook posts in real-time
  • Respond to customer inquiries by creating comments on Facebook posts programmatically
  • Organize event attendance data by extracting user event registrations from Facebook
  • Retrieve and archive photos from Facebook pages for content management and compliance
  • Delete outdated or irrelevant posts from Facebook pages to maintain brand consistency
  • Track social media activity across multiple Facebook pages from a single workflow

Example prompts

Use the following example prompts to invoke Facebook MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Post our new product launch announcement to Facebook today.
  • Show me all comments on our latest Facebook page post.
  • Delete the Facebook post from last week about the cancelled event.
  • Get the engagement statistics for our Facebook page this month.
  • Retrieve all photos uploaded to our Facebook page in the last 30 days.
  • Create a response comment on the customer's Facebook post about their issue.
  • List all attendees for our upcoming event on Facebook.
  • Get information about our Facebook page including follower count and verified status.
  • Sync all new comments from Facebook into our customer support system.
  • Show me posts from our Facebook page from the last week.

Facebook MCP connector tools

The Facebook MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
facebook_post_invokeCreates and publishes a new post to a Facebook page or profile.
getPageRetrieves information and details about a specific Facebook page.
getPagePostsRetrieves all posts published on a specific Facebook page.
deletePostRemoves a post from a Facebook page or profile.
getUserEventsRetrieves events associated with a specific Facebook user account.
getObjectCommentsRetrieves all comments made on a Facebook post or object.
createObjectCommentAdds a new comment to a Facebook post or object.
getPagePhotosRetrieves all photos uploaded to a specific Facebook page.
On this Page