Metricool Social Media Management
Read social analytics and schedule posts to live accounts from your AI agent. 7 tools in Anthropic's directory listing — 5 read, 2 write. OAuth sign-in, works on any Metricool plan including Free.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Metricool Social Media Management via MCP
https://ai.metricool.com/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Use in Agentman
Connect Metricool Social Media Management once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioMetricool Social Media Management Tools & Capabilities (7)
Tool names from Anthropic's directory listing. This server requires sign-in, so we could not read tool descriptions or parameter schemas.
Limits
- Two tools publish to live accounts.
createScheduledPostandupdateScheduledPostact on real social profiles. Metricool's confirmation mechanism is a link in the LLM's reply, not an approval step, so nothing blocks an agent from queueing a post you did not read. - The consent grant is wider than the tool list. Metricool documents nine permission categories, including inbox messages and post comments, Google Business Profile reviews, Smartlinks, autolists and folders in any connected Canva or Drive account. It describes the result as full access similar to signing in directly, and advises authorizing only tools you trust.
- You cannot revoke access from inside Metricool. Metricool's troubleshooting article states this directly; revocation happens in whichever AI client you authorized.
- Plan limits are not lifted by connecting. On the Free plan Metricool documents a ceiling of 20 scheduled posts and 30 days of analytics history. Metricool notes that an action failing or data looking incomplete after a successful connection is usually a plan limit rather than a connection fault.
- The Metricool API is a separate product on a higher tier. Programmatic HTTP access needs an Advanced or Custom plan. A client offering only token-based connection is using that path, not MCP.
- Client-side gates apply independently. Claude Free allows one custom connector at a time; Claude Code requires Pro or Max; Cursor's documented install path requires the desktop app; ChatGPT requires Apps access on the account. All four come from those vendors.
- Claude Desktop needs a workaround. Metricool documents an external Claude Desktop bug and directs users to
mcp-remoteinstead of the standard connector path. - No tool annotations or schemas are readable. The endpoint requires authentication, so
readOnlyHintanddestructiveHintflags, parameter schemas and per-tool descriptions are not available to an anonymous client. The read/write split above is inference from names and vendor prose. - The vendor's own source link is broken. Metricool's help centre and marketing page both point at a GitHub repository at
metricool/mcp-metricool, which returned HTTP 404 on 2026-09-08. Themcp-metricoolpackage on PyPI does resolve, at version 1.1.9, last uploaded 2025-10-07 — which is older than the connector surface described here. - Two networks figures disagree. Metricool's help centre enumerates ten networks and three ad platforms; Anthropic's directory description claims 13 networks. Both trace to Metricool.
Frequently asked questions
Yes. Two of the seven listed tools write, and what they write reaches live audiences. Metricool's own help centre states you can publish content immediately, schedule it for a date and time, or use its best-time option. The connector grants an AI client permission to see, create and publish posts in any connected network, so a scheduled post can go out publicly without a second confirmation step in Metricool.
Any plan, including Free. Metricool's help centre states MCP access does not require a paid plan, and that your existing plan limits still apply afterwards. Free accounts cannot schedule more than 20 posts and reach only 30 days of analytics history. The separate Metricool API is a different product and needs an Advanced or Custom plan, so a token-based client path is not the same as MCP on Free.
OAuth 2.0 with an authorization code grant, verified live on 2026-09-08. An anonymous request returned HTTP 401 with a Bearer challenge naming a resource metadata document, which advertises exactly two scopes. Metricool also documents two alternatives: a header token named X-Mc-Auth carrying your Metricool API key, used by N8N, and METRICOOL_USER_TOKEN with METRICOOL_USER_ID in a client configuration.
More than the seven tools suggest. Metricool's help centre lists nine permission categories the authorization grants: brands and network connections, metrics and reports, creating and publishing posts, Smartlinks, inbox messages and post comments, Google Business Profile reviews, Ads campaigns, autolists, and folders in any connected Canva or Drive account. Metricool describes this as full access similar to signing in directly.
Metricool's help centre lists ten networks: Instagram, TikTok, LinkedIn, Facebook, X, YouTube, Pinterest, Threads, Bluesky and Twitch, plus campaign data from Meta Ads, Google Ads and TikTok Ads. Anthropic's directory description instead claims 13 networks. The two figures come from the same vendor and disagree, so treat the help centre's enumerated list as the checkable one.
From the AI client, not from Metricool. Metricool's troubleshooting article states plainly that you cannot revoke that connector permission from inside Metricool, so you disconnect it wherever you authorized it. In Claude that is Settings, then Connectors, then the three-dot menu beside Metricool and Disconnect. Reconnecting means repeating the client's authorization steps.
Metricool documents an external Claude Desktop bug that blocks the usual connection path, and gives mcp-remote as the workaround. You add a local server entry running npx mcp-remote against the Metricool endpoint, save the config and restart Claude Desktop. Claude.ai and Claude Desktop otherwise share one connection, and Claude Code connects separately over HTTP from the command line.
Three vendor-facing surfaces disagree. Anthropic's directory snapshot lists camelCase names, Metricool's help centre writes create_scheduled_post and update_scheduled_post in snake_case, and its marketing page writes post_schedule_post and update_schedule_post. The server is gated, so no live handshake can break the tie. Ask your client which tools it loaded rather than relying on any published list.
Sources
- Metricool Help Center, "How to connect Metricool's MCP" (fetched 2026-09-08; the directory's documentation URL 308-redirects here) · retrieved 2026-09-08
- Metricool Help Center, "MCP limits and plan requirements" (fetched 2026-09-08) · retrieved 2026-09-08
- Metricool Help Center, "FAQs about the Metricool MCP" (fetched 2026-09-08) · retrieved 2026-09-08
- Metricool Help Center, "I can't connect to Metricool MCP" (fetched 2026-09-08) · retrieved 2026-09-08
- Metricool Help Center, "How to connect Metricool's MCP with Claude" (fetched 2026-09-08) · retrieved 2026-09-08
- Metricool Help Center, "Schedule and edit posts through an LLM with Metricool's MCP" (fetched 2026-09-08) · retrieved 2026-09-08
- Metricool marketing page, "Using Metricool within Claude Code" (fetched 2026-09-08; the URL Anthropic's directory publishes as this connector's documentation) · retrieved 2026-09-08
- Live authentication check against
https://ai.metricool.com/mcp— HTTP 401 withWWW-Authenticate: Bearernaming the resource metadata document (2026-09-08). No tool was called and no credential was supplied. · retrieved 2026-09-08 - RFC 9728 protected-resource descriptor (fetched 2026-09-08): scopes
mcp:readandmcp:write· retrieved 2026-09-08 - OAuth authorization server metadata (fetched 2026-09-08):
authorization_codeandrefresh_tokengrants,S256and plain PKCE, dynamic client registration · retrieved 2026-09-08 - PyPI package
mcp-metricool(checked 2026-09-08, version 1.1.9). The GitHub repository the vendor names returned HTTP 404 the same day. · retrieved 2026-09-08 robots.txton bothmetricool.comandhelp.metricool.comallows these paths, and neither carries aContent-Signaldirective (checked 2026-09-08) · retrieved 2026-09-08- Anthropic Connectors Directory entry (fetched 2026-09-08) · retrieved 2026-09-08
Server Info
- Category
- Sales & CRM
- Developer
- Metricool Social Media Management
- Tools
- 7
- Domain
- ai.metricool.com
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.
Similar MCP Servers for Sales & CRM
Related Resources
Ready to connect Metricool Social Media Management?
Connect Metricool Social Media Management once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.