Metricool's MCP with Claude: what it does, and where it stops

Metricool's MCP is not a toy, and pretending otherwise would waste your time. It publishes, it schedules, it edits what is already scheduled, it reads analytics, it drives ad campaigns, and it runs on the free plan. If you searched for this because you want Claude to manage your own brands, the honest answer is that it will probably do the job and you can stop reading here.
This page is about the other case: when the accounts are not yours.
Everything below verified on September 15, 2026 against Metricool's help centre and PlanVortex's production code.
What the Metricool MCP actually does
| Plans | Any, Free included (free users: one custom connector at a time) |
| Publishing | Create and schedule, or publish immediately |
| Editing | update_schedule_post on an already scheduled post |
| Analytics | Yes, across the connected networks |
| Advertising | Meta Ads, Google Ads, TikTok Ads |
| Brands | get_brands lists and selects |
| Networks | Instagram, TikTok, LinkedIn, Facebook, X, YouTube, Pinterest, Threads, Bluesky, Twitch |
| Clients | Claude Desktop, Claude Code, ChatGPT, Cursor, n8n, Make, Zapier, Smithery, TypingMind, Gemini CLI |
That is a strong list, and the ads part has no equivalent anywhere in PlanVortex — we do not touch advertising.
The split that costs people money: MCP is free, the API is not
Metricool draws the line itself: "Use the Metricool MCP when you want an AI client to read and act on your Metricool data using natural language. Use the Metricool API when you want to export data or automate tasks with external tools via code."
And the plans differ:
| Metricool MCP | Metricool API | |
|---|---|---|
| Plan required | Any, Free included | Advanced or Custom |
This trips people up in one specific place, and it is worth naming because it is the most common way to get the answer wrong: n8n. n8n can talk to Metricool through the MCP connector or through a header token — X-Mc-Auth with the API key from Account Settings → API. The second one is the API. So "I set up Metricool in n8n and it asked me to upgrade" and "Metricool's MCP is free" are both true statements about different doors.
In PlanVortex there is no split to get wrong. The API and your apps are on all four plans, the free one included — one app on free, two on basic, five on pro, up to ten on custom. The MCP server authenticates with that same app's client_id and client_secret:
npx -y planvortex-mcp
Where it stops: whose accounts are these?
Everything above assumes the social accounts live in your Metricool account, as brands you connected. For an agency or a marketing team, that is exactly right.
It stops being right the moment you are a software company and the accounts belong to your customers. Then you need three things that a brand list does not give you:
1. Your customer has to authorize their own account, on your screens. Metricool's own documentation lists viewing and managing social network connections under what the MCP can do — the connection flow is not something you assemble from API calls. In PlanVortex, create_connect_link returns a link your user opens to authorize their own Instagram; the screens around it are yours, under your brand, and the agent can run that onboarding end to end.
2. The tenants have to be separated in the data model, not in a column. PlanVortex splits clients, organizations and accounts by design, so one customer's accounts, users and permissions never sit in the same bag as another's.
3. The API has to be reachable before you have revenue. This is the practical one. Evaluating Metricool's API as an integration path means being on Advanced first. Evaluating PlanVortex's means creating an app on the free plan and calling it, with no card.
The comment inbox and DMs
Metricool's MCP tool list, as published, covers publishing, scheduling, editing, analytics, ads and brands. It does not list reading comments or replying to private messages. Metricool has an inbox inside its own product — this is about what the MCP hands to an assistant.
PlanVortex's MCP exposes eleven tools there: list_comments, get_comment_thread, reply_to_comment, hide_comment and mark_comment_read for comments; list_conversations, list_messages, send_message and get_unread_counts for private messages; plus get_social_capabilities and get_social_limits, because not every network allows the same things and an agent that assumes otherwise writes a reply that cannot be sent.
That matters if what you want is an assistant on support duty rather than on publishing duty — triaging a morning's comments across thirteen networks, drafting replies, and leaving them for a person to approve.
What Metricool does better
Advertising. Meta Ads, Google Ads and TikTok Ads from the same assistant. PlanVortex does not do ads, at all, and has no plans to.
Pinterest and Twitch. Two networks we do not cover. Pinterest is on our roadmap; Twitch is not.
Analytics depth and a decade of product. Metricool has been at this since 2015, it is the tool most Spanish marketing teams already know, and its reporting is better than ours. Its white-label offering is also better than its competitors tend to admit: the partner administers and assigns the brands, the end customer does not have to create an account, and everything runs under the partner's domain.
The short version
- If the accounts are yours — your brands, your agency's clients, set up by hand — Metricool's MCP is free on every plan, publishes, and manages ads too. Use it.
- If the accounts belong to your customers and they need to connect them from inside your product, the connection flow is the wall, and it is the same wall whether you go MCP or API.
- Watch the door in n8n. Header token means API, which means Advanced. The MCP connector is the free one.
- PlanVortex's API and MCP are on all four plans, free included, with 28 tools that include the comment inbox and DMs.
PlanVortex's MCP server is documented at planvortex.com/en/agents, and there is a full feature-by-feature comparison in PlanVortex vs Metricool.
Does Metricool have an MCP server for Claude?
Yes, and it is good. It connects to Claude Desktop, Claude Code, ChatGPT, Cursor, n8n, Make, Zapier and others, and it works on any Metricool plan including Free — with the caveat that free users can only use one custom connector at a time. It publishes and schedules posts, edits ones already scheduled with update_schedule_post, reads analytics, drives Meta, Google and TikTok Ads campaigns, and lists your brands with get_brands. Verified at help.metricool.com on September 15, 2026.
Does the Metricool API need a paid plan?
Yes. The MCP runs on any plan, but the API is on Advanced or Custom only. That split matters more than it looks: if you wire n8n with a header token — X-Mc-Auth plus your API key from Account Settings > API — you are using the API, not the MCP, so you need Advanced. The OAuth-connector route into the MCP is the one that works on Free.
Can Metricool's MCP read comments and reply to private messages?
Its published tool list does not include them. What the documentation describes is publishing, scheduling, editing scheduled posts, analytics, ads and brand selection. Metricool does have an inbox in its own product; what we are talking about here is what the MCP exposes to an assistant, and as of September 15, 2026 the comment inbox and DMs are not in that list. PlanVortex's MCP has eleven tools across comments and messages.
Which one should I use to publish for my customers' accounts?
That is the question that actually decides it. Metricool's MCP operates over the brands connected inside your own Metricool account, and Metricool's own documentation lists managing social network connections as an MCP capability, not an API one. If you are a software company that needs your customer to authorize their own Instagram from your screens, you need a connect link over the API, and in PlanVortex that is create_connect_link, on every plan including free.
What does Metricool do that PlanVortex does not?
Three things, and they are real. It manages advertising — Meta, Google and TikTok Ads — and PlanVortex does not touch ads at all. It covers Pinterest and Twitch, which we do not. And its analytics product is deeper and older than ours. If what you want is one assistant driving your own brands' marketing end to end, that is a better fit than anything we sell.