Loading languages...
MC

mcp-metricool

@metricool13

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 and campaign data from your Metricool account.

social media
metrics
campaign data
metricool

# mcpServer Config

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

# stdio

uvx --upgrade mcp-metricool
Transport:
stdio
言語:
Python
作成日:4/17/2025
更新日:7/22/2025