# Facebook Pages MCP for AI Agents AI Agent Connect

> Facebook Pages lets you manage your entire social media presence via your AI agent. You can publish updates, list your feed, track insights, and engage with comments directly. It turns your agent into a social media manager that knows your brand history and audience.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_CZVfJuVjYo7MnBWeOk1nbIeSTrfredi5dpAU8E3F/ai-agent-connect
- **Tags:** content-publishing, audience-engagement, social-analytics, comment-moderation, api-integration, community-management

## Description

This Connector gives you a direct line to your Facebook Page from your AI agent. Instead of jumping between tabs to draft content, check notifications, or pull data, you can do it all in one place. You can ask your agent to push out updates, check how your audience is reacting, or even clean up old content. It handles the repetitive work of navigating the Facebook interface so you can stay in your creative flow. When you add this to your Vinkius catalog, your agent becomes a true social media teammate. It knows your page's history and can handle the heavy lifting of data retrieval, letting you focus on the big picture of your brand's growth. You no longer have to worry about missing a comment or forgetting to post an update. Your agent stays on top of the details while you handle the strategy. This means you can respond to your fans faster and see your performance metrics in real time, all without ever leaving your primary workspace. You can move from manual admin work to high-level strategy because your agent handles the tedious stuff. You can see which posts are getting the most love or put a new announcement live with just a few words.

## Tools

### get_page_info
This gets basic info for your Facebook Page. It helps your agent confirm it is looking at the correct account.

### get_post_details
This gets details for a specific post. It is useful for checking the specific status of a past update.

### get_page_insights
This pulls performance insights for your Facebook Page. Use it to see how many people are interacting with your content.

### delete_post
This deletes a post from your Facebook Page. Use it to quickly remove outdated or incorrect content.

### get_me
This gets current token identity info. It allows your agent to verify its own permissions for the page.

### get_page_settings
This gets settings for your Facebook Page. Use it to check your public identity and configuration.

### list_page_photos
This lists photos on your Facebook Page. It helps you keep track of your visual content library.

### list_page_posts
This lists posts on your Facebook Page feed. It is the fastest way to see your recent content history.

### list_page_videos
This lists videos on your Facebook Page. Use it to manage your video content library.

### list_post_comments
This lists comments on a specific post. It helps you find exactly what your audience is saying.

### publish_post
This publishes a new post to your Facebook Page. It is the primary way to share new updates with your fans.

### reply_to_comment
This replies to a comment on your Facebook Page. It allows you to engage with your community without leaving your workspace.

## Prompt Examples

**Prompt:** 
```
What's the engagement on my last 3 posts?
```

**Response:** 
```
I've pulled the performance data for your recent activity:

| Post ID | Impressions | Engagements |
| :--- | :--- | :--- |
| 101 | 5,200 | 450 |
| 102 | 3,800 | 210 |
| 103 | 6,100 | 580 |

Your latest post is currently outperforming your average by about 15%.
```

**Prompt:** 
```
Post a welcome message for the new members.
```

**Response:** 
```
**Success!**

I've published your update to the Facebook Page:

> "Welcome to the community! We're glad to have you here. Check out our latest updates to get started."

Your update is now live.
```

**Prompt:** 
```
Are there any new comments on my 'Spring Sale' post?
```

**Response:** 
```
I found 3 new comments on that post:

* **User_99**: "Is this still happening today?"
* **Fan_Admin**: "Love the new designs!"
* **Shop_Buddy**: "Do you have this in blue?"

Would you like me to reply to any of these for you?
```

## Capabilities

### Publish new updates
Send text and media to your feed instantly.

### Reply to fans
Keep your community active by responding to comments.

### Track growth metrics
See how many people are seeing your content.

### Manage media library
List and organize photos and videos.

### View page settings
Check your current configuration and identity.

### Delete old content
Remove outdated posts from your feed quickly.

## Use Cases

### Quick Sale Announcements
A manager needs to announce a flash sale. They ask the agent to publish a post saying our sale starts now using `publish_post`.

### Video Performance Audits
A creator wants to see what worked. They ask for the insights on last week's video using `get_page_insights`.

### High Volume Comment Management
A community lead has 50 new comments. They ask the agent to list comments on the last post and reply to everyone with a thank you using `list_post_comments` and `reply_to_comment`.

### Content History Audits
A marketer needs a content audit. They ask the agent to list all posts and photos to see what is currently live using `list_page_posts` and `list_page_photos`.

## Benefits

- Use `publish_post` to send new updates live without ever opening a browser tab.
- Use `reply_to_comment` to keep your community active by answering fans in real time.
- Use `get_page_insights` to see exactly how many impressions and engagements your content is getting.
- Use `list_page_photos` and `list_page_videos` to quickly audit your visual assets.
- Use `delete_post` to clean up your feed by removing old or incorrect content instantly.
- Use `get_page_settings` to verify your public identity and configuration details at any time.

## How It Works

The bottom line is it turns your AI into a direct command line for your Facebook Page.

1. Subscribe to the Facebook Pages MCP and grab your Access Token and Page ID.
2. Plug those credentials into your preferred AI client.
3. Ask your agent to do things like post this or show me my stats.

## Frequently Asked Questions

**Can I use the Facebook Pages MCP to post images?**
Yes, you can use your agent to find and publish photos directly to your feed.

**Does the Facebook Pages MCP show my follower count?**
Yes, it pulls growth metrics and fan data so you can see how your audience is expanding.

**How do I reply to people using the Facebook Pages MCP?**
You can ask your agent to list comments on a specific post and then reply to them one by one without leaving your current app.

**Can the Facebook Pages MCP delete my old posts?**
Yes, it has a specific tool for removing posts from your feed to help you keep your page clean.

**Is the Facebook Pages MCP good for tracking my page stats?**
It's great for pulling real-time impressions and engagement numbers on demand whenever you need them.

**Can I see my page settings with the Facebook Pages MCP?**
Yes, the agent can check your public identity and configuration details to ensure everything is set up correctly.

**How do I get a Facebook Page Access Token?**
You can generate a Page Access Token via the [**Meta Graph API Explorer**](https://developers.facebook.com/tools/explorer/) by selecting your Page and requesting the necessary permissions (e.g., `pages_manage_posts`).

**Can I reply to user comments using this agent?**
Yes! Use the `reply_to_comment` tool with the specific Comment ID and your message. Your AI will post the reply directly to the Facebook Page thread.

**What insights can I track for my page?**
The `get_page_insights` tool retrieves core metrics like total impressions, overall engagement, and fan growth history to help you analyze your page's performance.