axesso-facebook-data-service

axesso-facebook-data-service

3.5

Axesso - Facebook Data Service MCP Server provides seamless access to Facebook data such as posts, comments, and replies in real-time.

The axesso-facebook-data-service MCP server is designed to provide seamless access to Facebook (Meta) data such as posts, comments, and replies. This service enables real-time data retrieval, ensuring that users receive the most current information available on the social media platform without any intermediate databases. The server offers a comprehensive suite of tools for extracting various types of data from Facebook pages. Whether you need to query posts, gather comments, or fetch detailed post information, this service facilitates efficient data access with a straightforward interface.

Features

  • Real-time Data Access: Retrieve up-to-date information directly from Facebook.
  • No Intermediate Database: Ensures data freshness by eliminating the need for database caching.
  • Customizable Plans: Tailored solutions are available to meet specific user requirements.

MCP Tools

  • Posts: Query posts by providing a page URL. Supports pagination via the 'nextUrl' field.
  • Posts V2: Retrieve posts from a specified Facebook page using the 'pageId' parameter. Pagination is supported through the 'cursor' field, and the 'startTime' parameter allows filtering posts by date.
  • Post Details: Fetch detailed information about a single post, including videos and reels.
  • Comments: Retrieve comments for a specific post using the 'feedbackId'. Pagination is available with the 'after' parameter.
  • Page Info: Access detailed information about a Facebook page, such as follower count and more.
  • Reels: Fetch reels for a given profile, with pagination supported via the 'cursor' field.
  • Replies: Retrieve replies to comments using the 'feedbackId'. Supports pagination through the 'after' parameter.
  • Hashtag Search: Search for public posts containing a specific hashtag. Note that due to restrictions, only the first found post is returned.
  • Healthcheck: Monitor the health status of the Axesso Facebook service.

Usage with Different Platforms

mcp


{
  "method": "GET",
  "url": "https://api.axesso.de/facebook/posts",
  "headers": {
    "Authorization": "Bearer YOUR_ACCESS_TOKEN"
  },
  "params": {
    "pageId": "your_page_id",
    "cursor": "your_cursor"
  }
}