
Research
Using Trusted Protocols Against You: Gmail as a C2 Mechanism
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
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.
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.
MCP is still very new and evolving, we recommend following the MCP documentation to get the MCP basics up and running.
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 <METRICOOL_USER_TOKEN> and <METRICOOL_USER_ID> with your Metricool API and ID information:
{
"mcpServers": {
"mcp-metricool": {
"command": "uvx",
"args": [
"git+https://github.com/viceentmarti4/mcp-metricool"
],
"env": {
"METRICOOL_USER_TOKEN": "<METRICOOL_USER_TOKEN>",
"METRICOOL_USER_ID": "<METRICOOL_USER_ID>"
}
}
}
}
The server implements several tools to interact with the Metricool API:
get_brands(state: str)
get_Instagram_Reels(init_date: str, end_date: str, blog_id: int)
get_Instagram_Posts(init_date: str, end_date: str, blog_id: int)
get_Instagram_Stories(init_date: str, end_date: str, blog_id: int)
get_Tiktok_Videos(init_date: str, end_date: str, blog_id: int)
get_Facebook_Reels(init_date: str, end_date: str, blog_id: int)
get_Facebook_Posts(init_date: str, end_date: str, blog_id: int)
get_Facebook_Stories(init_date: str, end_date: str, blog_id: int)
get_Thread_Posts(init_date: str, end_date: str, blog_id: int)
get_X_Posts(init_date: str, end_date: str, blog_id: int)
get_Bluesky_Posts(init_date: str, end_date: str, blog_id: int)
get_Linkedin_Posts(init_date: str, end_date: str, blog_id: int)
get_Pinterest_Pins(init_date: str, end_date: str, blog_id: int)
get_Youtube_Videos(init_date: str, end_date: str, blog_id: int)
get_Twitch_Videos(init_date: str, end_date: str, blog_id: int)
get_FacebookAds_Campaigns(init_date: str, end_date: str, blog_id: int)
get_GoogleAds_Campaigns(init_date: str, end_date: str, blog_id: int)
get_TiktokAds_Campaigns(init_date: str, end_date: str, blog_id: int)
get_Network_Competitors
post_Schedule_Post
get_Best_Time_To_Post
update_Schedule_Post
FAQs
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.
We found that mcp-metricool demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.