PlanVortex
  • Product
  • Developers
  • Pricing
  • Login
  • Get started
Product
PublishMulti-network schedulingAccount connection
IntelligenceAI assistantAnalytics
ExploreSee the whole productUse casesComparisonResources
Developers
BuildDeveloper APIAPI documentationOpenAPI (openapi.json)
LibrariesNode libraryPython library
AgentsMCP serverFor AI agents
PricingLoginGet started
Language
Home/Resources/Ayrshare's MCP server: there are two, and one of them cannot post
Comparisons

Ayrshare's MCP server: there are two, and one of them cannot post

7 min read·Published on Sep 15, 2026
Also inEspañol
Two sockets labelled MCP in front of one agent: the first one leads to a closed book, the second to a post going out to the networks, and only the second one carries a price tag

Ayrshare has two MCP servers and only one of them can publish. If you connect the wrong one, nothing fails: your agent politely reads API documentation while you wait for a post that never goes out. This page is about telling them apart, what the working one costs, and what the same job looks like on PlanVortex.

All of it verified on September 15, 2026 against Ayrshare's own documentation and PlanVortex's production code.

The two servers

Documentation MCP Action MCP
What it does Searches Ayrshare's API docs Drives the Ayrshare API
Can it publish? No Yes
Tools Documentation search 27, across publishing, analytics, history, comments, DMs and profiles
Auth None Bearer token
Price Free Needs an API plan, from $149/month

Ayrshare's own docs draw the line, and it is worth reading the sentence rather than paraphrasing it: "This is the read-only Documentation MCP (it searches Ayrshare's API docs). To let an AI agent drive the Ayrshare API, see the MCP Server (Action MCP)."

The Documentation MCP is a genuinely good idea and we are not going to pretend otherwise — pointing a coding agent at real API docs is the difference between an integration that compiles and one that invents endpoints. It is just not the thing you want when you asked for a post to go out on Thursday.

There are also community-built Ayrshare MCP servers on the registries, some with a much larger tool count. They are unofficial. Whether that matters is your call, but it is your token they are holding.

What the Action MCP costs

The Action MCP is a second door onto the Ayrshare API, so it inherits that API's price: Premium, $149/month, which is Ayrshare's cheapest plan. There is no free tier and no permanent free key.

That is the whole comparison on price, and it is a short one:

Cheapest plan that can publish from an agent
Ayrshare $149/month
PlanVortex €0/month

PlanVortex's MCP server authenticates with the client_id and client_secret of an app, and every plan has apps, the free one included — one on free, two on basic, five on pro, up to ten on custom. What scales with the plan is how many separate apps you get and how fast you can call, not whether an agent can publish at all.

npx -y planvortex-mcp

Those are the same credentials the Node and Python libraries use. It is listed in the official MCP registry and installs as a one-command npx, with a .mcpb bundle for Claude Desktop if you would rather not have Node on the machine.

Twenty-eight tools, and the one that is missing on purpose

PlanVortex's MCP exposes 28 tools. Grouped by what you would actually ask for:

  • Publishing — create_publication, update_publication, retry_publication, upload_media, get_publication, list_publications
  • The comment inbox — list_comments, get_comment_thread, reply_to_comment, hide_comment, mark_comment_read
  • Private messages — list_conversations, list_messages, send_message, get_unread_counts
  • Accounts and setup — list_organizations, list_accounts, create_connect_link, get_plan_use, get_social_capabilities, get_social_limits
  • Numbers — get_dashboard_summary, get_account_metrics, get_publication_stats, get_top_publications
  • AI planning — get_planner_templates, list_ai_plans, get_ai_plan

A twenty-ninth, create_ai_plan, generates a whole week of posts and spends AI credits, so it stays off until you start the server with PLANVORTEX_MCP_ALLOW_AI=1. Opt-in, because an agent that quietly burns credits is a support ticket, not a feature.

There is no delete tool anywhere in that list, and that is the design. No tool removes a post, an account, a contact or a comment. An agent that misreads an instruction can publish something you have to retract — it cannot erase a client's inbox. Deletions happen in the panel, by a person.

The comparison on tool count — 27 against 28 — is close enough to be meaningless on its own, and we would rather say so than dress it up. The number that separates them is the other one.

Where the real difference is, and it isn't the MCP

Both servers publish. Both read analytics. The question that decides which one you want is whose accounts are these.

Ayrshare's API is built to publish on behalf of your users, and it is good at it — that is what user profiles are for. What you are paying $149/month for is the floor to find out whether it fits.

PlanVortex separates clients, organizations and accounts in the data model rather than bolting a client_id onto a single-company schema, and the account connection itself is an API call: create_connect_link returns a link your user opens to authorize their own Instagram, on your screens, under your brand. An agent can therefore onboard a customer end to end, not just post for one that someone else connected by hand.

What Ayrshare does better

It covers more networks. Fourteen against thirteen, with eleven in common. The three they have and we do not are Reddit, Pinterest and Snapchat. All three are on the PlanVortex roadmap and none of them has shipped, so if your agent has to post to Pinterest this quarter, the honest answer is that we cannot do it and they can.

Worth knowing about that 14 when you compare: Ayrshare's homepage counts WhatsApp in beta, while its own API documentation still listed 13 and left WhatsApp out as of August 31, 2026.

Their Documentation MCP has no equivalent here. If what you want is an agent that writes your integration correctly, pointing it at their docs server works and we ship nothing like it. Ours is an action server only.

The short version

If you are choosing an MCP server to let an assistant publish:

  • Connect the Action MCP, not the Documentation one. This is the single most common way to lose an afternoon with Ayrshare.
  • Ayrshare's floor to publish from an agent is $149/month. PlanVortex's is €0, on the free plan, with the API and an app included and no card.
  • Tool counts are a wash (27 vs 28). The difference that matters is whether you need to connect your customers' accounts from your own product, and whether you want the comment inbox and DMs in the same server.
  • If you need Reddit, Pinterest or Snapchat today, use Ayrshare.

PlanVortex's MCP server is documented at planvortex.com/en/agents, and the npx -y planvortex-mcp above is the whole install.

Frequently asked questions
Does Ayrshare have an official MCP server?

Yes, and that is the part that catches people out: it has two. The Documentation MCP is read-only and searches Ayrshare's API docs — useful while you are writing the integration, incapable of publishing anything. The Action MCP is the one that drives the API: 27 tools across publishing, analytics, history, comments, DMs and profiles. Ayrshare's own documentation points from one to the other. Verified at ayrshare.com/docs on September 15, 2026.

How much does the Ayrshare Action MCP cost?

It needs an Ayrshare API plan, and the cheapest one is Premium at $149/month. There is no free tier: the MCP is a different door onto the same API, so it inherits that API's price. The Documentation MCP is free, because it only reads public docs.

How many tools does the PlanVortex MCP server expose?

Twenty-eight, and a twenty-ninth that stays off unless you ask for it. They cover publishing and scheduling, the comment inbox, private messages, account and organization listing, stats, and connect links. The extra one is create_ai_plan, which generates a week of posts and spends AI credits, so it only appears when the server is started with PLANVORTEX_MCP_ALLOW_AI=1. None of the twenty-eight deletes anything — that is deliberate, and it is why an agent cannot remove a post, an account or a comment by accident.

Which plan do I need for PlanVortex's MCP server?

Any of the four, the free one included. The MCP server authenticates with the client_id and client_secret of a PlanVortex app, and every plan has apps — one on free, two on basic, five on pro and up to ten on custom. So the comparison on price is $149/month against €0, with no card.

What does Ayrshare do that PlanVortex does not?

It covers more networks: 14 against 13, and the three it has that we do not are Reddit, Pinterest and Snapchat — all three on our roadmap, none of them shipped. If your agent has to post to any of those today, that is the honest answer and it is theirs.

FJ
Francisco José Fernández-Medina López

Software developer and entrepreneur. He builds PlanVortex, the API other software companies use to integrate publishing to Facebook, Instagram, X, LinkedIn, TikTok, YouTube and WhatsApp inside their own product. A parent and a video game enthusiast.

LinkedIn profile
All resources
PlanVortex
FacebookTwitterInstagram

Product

  • Overview
  • Use cases
  • Scheduling
  • AI and planner
  • Analytics
  • Account connection
  • Pricing

Developers

  • For developers
  • API documentation
  • For AI agents
  • Node library
  • Python library
  • MCP server
  • OpenAPI (openapi.json)

Comparisons

  • All comparisons
  • PlanVortex vs Zernio
  • PlanVortex vs Metricool
  • PlanVortex vs Postiz
  • PlanVortex vs Ayrshare

Company

  • About PlanVortex
  • Contact
  • Resources and blog
  • Affiliate programme
  • Trust and security
  • Data processing agreement (DPA)
  • Privacy
  • Terms

Networks and integrations

  • Facebook
  • Instagram
  • X
  • LinkedIn
  • TikTok
  • WhatsApp
  • YouTube
  • Google Business
  • Bluesky
  • Discord
  • Telegram
  • Threads
  • Slack
  • Google Drive
  • RSS and WordPress
Developed by Talia Softworks S.L.
Phone: 640 29 96 58