Skip to main content
Feedback

Facebook (Access Token) MCP connector

Updated 

Facebook (Access Token) is Meta's Graph API platform for accessing social graph data such as users, pages, events, and media. The Facebook (Access Token) MCP connector allows AI agents to retrieve and delete nodes and edges within the social graph, surfacing connected data like profiles, posts, and relationships. It also supports both versioned and unversioned API calls, giving agents flexibility when working across different Graph API releases.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Facebook (Access Token) MCP connector to perform the following actions:

  • Retrieve profile details, page information, and event data from Facebook
  • Pull post, photo, and video metadata from connected Facebook pages
  • Remove outdated posts, comments, or media directly from Facebook pages
  • Fetch audience engagement data such as likes, comments, and shares
  • Sync Facebook page content into workflows for reporting and analysis
  • Monitor upcoming events and attendee lists tied to a Facebook page
  • Extract connected relationships between users, pages, and groups on Facebook
  • Automate content audits by checking node and edge data on schedule

Example prompts

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

  • Show me the latest posts from our Facebook business page.
  • Get the details for this Facebook event ID.
  • Pull all comments on our most recent Facebook post.
  • Delete that outdated announcement from our Facebook page.
  • List all photos tagged from our last Facebook event.
  • Find out how many people are attending our upcoming Facebook event.
  • Retrieve the profile information for this Facebook page.
  • Remove the old promotional post from our Facebook timeline.
  • Show me who liked our latest Facebook update.
  • Get all the videos linked to our Facebook page.

Facebook (Access Token) MCP connector tools

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

ToolDescription
getNodeGet a node
deleteNodeDelete a node
getEdgeGet an edge
getNodeUnversionedGet a node (unversioned)
deleteNodeUnversionedDelete a node (unversioned)
getEdgeUnversionedGet an edge (unversioned)
On this Page