mcp-metricool

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Enables retrieval of Bluesky posts from a Metricool account for analysis and metrics tracking.

  • Allows accessing Facebook posts, reels, stories, and ad campaigns metrics through Metricool for analysis and social media performance tracking.

  • Provides access to Google Ads campaign data through Metricool for campaign performance monitoring and analysis.

Metricool MCP Server

This is a Multi-Agent Collaboration Protocol (MCP) server for interacting with the Metricool API. It allows AI agents to access and analyze social media metrics, campaign data and schedule posts to your Metricool account.

Setup

Prerequisites

MCP is still very new and evolving, we recommend following the MCP documentation to get the MCP basics up and running.

Configuration

  1. Configure Claude Desktop Create the following file depending on your OS:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

On Windows: %APPDATA%/Claude/claude_desktop_config.json

Paste this template in the file and replace and with your Metricool API and ID information:

{ "mcpServers": { "mcp-metricool": { "command": "uvx", "args": [ "mcp-metricool" ], "env": { "METRICOOL_USER_TOKEN": "<METRICOOL_USER_TOKEN>", "METRICOOL_USER_ID": "<METRICOOL_USER_ID>" } } } }

Tools

The server implements several tools to interact with the Metricool API:

  1. get_brands(state: str)
    • Get the list of brands from your Metricool account.
  2. get_Instagram_Reels(init_date: str, end_date: str, blog_id: int)
    • Get the list of Instagram Reels from your Metricool account.
  3. get_Instagram_Posts(init_date: str, end_date: str, blog_id: int)
    • Get the list of Instagram Posts from your Metricool account.
  4. get_Instagram_Stories(init_date: str, end_date: str, blog_id: int)
    • Get the list of Instagram Stories from your Metricool account.
  5. get_Tiktok_Videos(init_date: str, end_date: str, blog_id: int)
    • Get the list of Tiktok Videos from your Metricool account.
  6. get_Facebook_Reels(init_date: str, end_date: str, blog_id: int)
    • Get the list of Facebook Reels from your Metricool account.
  7. get_Facebook_Posts(init_date: str, end_date: str, blog_id: int)
    • Get the list of Facebook Posts from your Metricool brand account.
  8. get_Facebook_Stories(init_date: str, end_date: str, blog_id: int)
    • Get the list of Facebook Stories from your Metricool brand account.
  9. get_Thread_Posts(init_date: str, end_date: str, blog_id: int)
    • Get the list of Threads Posts from your Metricool brand account.
  10. get_X_Posts(init_date: str, end_date: str, blog_id: int)
    • Get the list of X (Twitter) Posts from your Metricool account.
  11. get_Bluesky_Posts(init_date: str, end_date: str, blog_id: int)
    • Get the list of Bluesky Posts from your Metricool brand account.
  12. get_Linkedin_Posts(init_date: str, end_date: str, blog_id: int)
    • Get the list of Linkedin Posts from your Metricool brand account.
  13. get_Pinterest_Pins(init_date: str, end_date: str, blog_id: int)
    • Get the list of Pinterest Pins from your Metricool brand account.
  14. get_Youtube_Videos(init_date: str, end_date: str, blog_id: int)
    • Get the list of Youtube Videos from your Metricool brand account.
  15. get_Twitch_Videos(init_date: str, end_date: str, blog_id: int)
    • Get the list of Twitch Videos from your Metricool account.
  16. get_FacebookAds_Campaigns(init_date: str, end_date: str, blog_id: int)
    • Get the list of Facebook Ads Campaigns from your Metricool account.
  17. get_GoogleAds_Campaigns(init_date: str, end_date: str, blog_id: int)
    • Get the list of Google Ads Campaigns from your Metricool account.
  18. get_TiktokAds_Campaigns(init_date: str, end_date: str, blog_id: int)
    • Get the list of Tiktok Ads Campaigns from your Metricool brand account.
  19. get_Network_Competitors
    • Get the list of competitors from your Metricool brand account (Instagram, Facebook, X, Bluesky, Youtube and Twitch).
  20. post_Schedule_Post
    • Schedule a post (o multipost) to your brands in Metricool
  21. get_Best_Time_To_Post
    • Get the best time to post for a specific social network. Return days and hours with the value. Higher value better hour/day to post
  22. update_Schedule_Post
    • Update the post schedule in the same conversation.
ID: uw09fpkyw9