Facebook (Access Token) MCP connector
Facebook (Access Token) is Facebook's Graph API interface for accessing social graph data including users, pages, events, and media. The Facebook (Access Token) MCP connector allows AI agents to retrieve and manage nodes and edges across the social graph, including both versioned and unversioned API endpoints. It also supports deleting nodes to remove content or data from the Facebook platform.
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 user profiles and demographic data from Facebook to enrich customer records
- Extract page performance metrics and engagement data to analyze social media ROI
- Fetch event details and attendee lists to coordinate marketing campaigns
- Pull media assets and photo albums to populate digital asset management systems
- Delete outdated user records or page information to maintain data accuracy
- Monitor user activity and connections to identify new business opportunities
- Access group membership data to segment audiences for targeted messaging
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 all followers and engagement metrics for our Facebook business page.Get the list of attendees for our upcoming virtual conference event in Facebook.Retrieve the last 50 photos uploaded to our brand Facebook page.Pull all user comments and reactions from our latest product announcement post.Find connected users and their profile information in Facebook for our CRM.Delete inactive user records from our Facebook data sync.Extract event details including date, location, and guest count from Facebook.Retrieve all pages and accounts that our user manages in Facebook.Get audience insights and demographic data for our Facebook followers.Fetch video content and view counts from our Facebook media library.
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.
| Tool | Description |
|---|---|
| getNode | Retrieves data and properties for a specific versioned node. |
| deleteNode | Removes a versioned node and its associated data. |
| getEdge | Retrieves information about a connection between two versioned nodes. |
| getNodeUnversioned | Retrieves data and properties for a specific unversioned node. |
| deleteNodeUnversioned | Removes an unversioned node and its associated data. |
| getEdgeUnversioned | Retrieves information about a connection between two unversioned nodes. |