Agent Plugins Made AI Agent Skills Portable — What Agencies Should Do Now

Published August 7, 2026Updated September 18, 2026By ABD Legacy LLC
Agent automations / AI agency strategy
Update — September 18, 2026

Update: what this refresh added

Added: a dated comparison table of 20 official, vendor-hosted MCP servers, every doc link fetched and confirmed working on September 18, 2026, with each row carrying the vendor's own description of what its server exposes. Added: a callout for Meta's WhatsApp Business Tools MCP server, shipped September 15, 2026 — the newest entry in the roster, and the first one that targets an SMB messaging channel agencies get paid to implement (what it automates, and what still needs a human). Date-stamped: the launch-era claims below whose status could have moved since August 6, 2026, including the 6sense MCP Server's planned August general availability.

The thesis on this page has not changed: package skills and MCP servers once, run them across clients. What has changed is the supply side. When this page shipped, official vendor MCP servers were mostly a dev-tools story plus one B2B data vendor. As of September 18, 2026 they cover payments, CRM, docs and workspaces, cloud infrastructure, and ads — which is what turns plugin packaging from a curiosity into a deliverable a client will pay for.

The same skill, six different wrappers

If you build custom AI automations for clients, you already know the pain: an MCP server or agent skill is portable, but the wrapper around it is not. The same tool had to be repackaged, re-configured, and re-maintained for every client platform — Codex here, Cursor there, VS Code somewhere else. Same component, six directory layouts, six metadata formats, six forks that drift apart over time.

On August 6, 2026, that problem got a standard. Agent Plugins 1.0.0 — an open, vendor-neutral specification for packaging agent skills and MCP servers into portable plugins — was published and announced by OpenAI's developer account alongside AWS, Cursor, GitHub, and Vercel. Here is what actually shipped, who backs it, and what an agency should do about it now.

What happened: an open spec, six clients at launch

Agent Plugins 1.0.0 defines one packaging format that works across agentic clients. OpenAI's announcement on X was echoed by Google's Developers Blog, which described the spec as packaging "your skills, tools, and more." The home base for the standard is agent-plugins.org, with the full 1.0.0 specification and a compatible-clients list published openly.

Who backs v1.0.0: the Technical Steering Committee of Core Maintainers comprises Amazon, Cursor, Microsoft, OpenAI, and Vercel. Google is joining as a Core Maintainer and has already shipped two products using the format (its Agents CLI and Data Agent Kit for BigQuery, Spanner, and Cloud SQL). The spec is versioned 1.0.0 but explicitly labeled a Working Draft — a public consensus document, not a frozen standard.

Six clients support the format at launch, per OpenAI's compatible-clients post and the official list:

ClientVendorLaunch support
CodexOpenAISkills + MCP
ChatGPTOpenAISkills + MCP
CursorAnysphereSkills + MCP
GitHub CopilotMicrosoftSkills + MCP
KiroAWSNative support
VS CodeMicrosoftSkills + MCP

AWS's Agent Toolkit is compatible with 30+ curated skills across Lambda, S3, DynamoDB, and CDK. Notably, no Anthropic/Claude client was announced at launch as of August 6, 2026 — don't assume Claude Code support until it is officially declared.

What a plugin actually is

A plugin is a directory, not an installer or a bundle format. It has three fixed parts plus optional client extensions:

my-plugin/
├── plugin.json      # closed-schema manifest
├── skills/          # Agent Skills
├── mcp.json         # optional MCP server config
└── com.example.client/   # reverse-domain client extensions

The plugin.json manifest is deliberately closed — only $schema, name, version, description, author, homepage, repository, license, keywords, and extensions. It cannot relocate or inline components: skills live in skills/, MCP servers in mcp.json, and each transport is declared explicitly (stdio, Streamable HTTP, or legacy HTTP+SSE).

Two design choices matter for agencies. First, independent component failure: a bad MCP server entry doesn't take skills down — clients skip what they don't support and load the rest. Second, deliberately small scope: v1 standardizes exactly two component types (Skills + MCP). Commands, hooks, agents, rules, and LSP servers are explicitly out until their formats converge. Client-specific behavior is contained in reverse-domain extension namespaces that other clients simply ignore.

The spec also slots into a broader ecosystem layering: Agentic Resource Discovery (find) → AI Catalog (describe) → Agent Plugins (package) → MCP + Agent Skills (run). Each layer is independently adoptable.

What v1 deliberately leaves out

The most important part of the spec might be what it does not do yet. Installation, distribution, permissions, sandboxing, and trust/provenance verification are all flagged as Future Considerations. That means the v1 plugin format has no permission model and no provenance standard.

For an agency, that gap is both a risk and a differentiator. If you sell plugins, self-impose signing, code review, and least-privilege practices — and document that you did. If you buy plugins (or install third-party ones into client environments), vet them the same way you would vet any dependency. Trust layers are now a service agencies can legitimately sell.

Why it matters for packaging and reselling

The strategic shift is simple: build once, run anywhere. Custom skills and MCP servers packaged as a plugin work across six clients at launch. The deliverable is one directory instead of N client-specific builds, and per-client reimplementation cost collapses.

The build-once thesis just got a B2B data-vendor proof point

Four days after Agent Plugins 1.0.0 shipped, 6sense announced its MCP Server (open beta since July 14, 2026; general availability was planned for August 2026 as of that announcement) — putting proprietary GTM intelligence into Claude, ChatGPT, Writer, and Agentforce "with no custom integration required." That is the exact build-once-run-anywhere argument this page makes, validated by a major B2B data vendor, not a dev-tools startup.

What it means for agencies wiring agentic GTM tools: intent data, predictive buying stages, 6QA status, and keyword-level intent are now callable from the same agents clients already run — no per-platform integration build. A lead-qualification agent can score accounts against live buying signals out of the box. That converts what used to be a custom integration project into a configuration task, and it makes MCP-connected lead scoring and account research a sellable service line.

The same release adds Trusted People Intelligence (verified decision-maker contacts and CRM matching) and programmatic APIs (People Search & Enrichment, Keyword Intent Data Beta, Segments Beta) for data-warehouse and CDP pipelines — so the intelligence layer is portable across both agents and the rest of the stack.

Pricing angle for agencies: when the data source arrives over MCP instead of custom integration, the build estimate drops — but a data-subscription line appears. Model both sides in the AI Agency Pricing Calculator hybrid model, which currently prices "hybrid glue" integration at $10,000–$30,000; the 6sense pattern is the first mainstream case where that line item shrinks toward zero for GTM data.

Every major platform now ships an MCP server — here is the verified roster

The table below is the roster as of September 18, 2026: 20 official, vendor-hosted MCP servers. Every link was fetched and confirmed working that day, and every middle cell is the vendor's own description of what its server exposes, copied from the linked page. It is ordered newest first. Read it as a compatibility checklist — each row is a surface an agent can already reach without your agency building a custom integration.

CompanyServerWhat it exposesDoc URL
Meta WhatsApp Business Tools MCP (+ Meta Social Technologies MCP) (new — September 15, 2026) Manage your WhatsApp Business Platform integration — discover businesses and accounts, onboard and register phone numbers, manage message templates, configure webhooks, and send messages. developers.facebook.com/documentation/mcp/whatsapp-business-tools-mcp/
Atlassian Atlassian Rovo MCP Server The Atlassian Rovo MCP Server is a cloud-hosted Model Context Protocol (MCP) server that connects AI-powered clients to your Atlassian Cloud apps. It provides a standardized interface for AI assistants, IDEs, and automation tools to read, create, and update work across Jira, Confluence, Jira Service Management, Bitbucket, Loom, and the wider Atlassian platform - all secured by OAuth 2.1 authorization and your existing Atlassian permissions. developer.atlassian.com/cloud/rovo-mcp/
Cloudflare MCP on Cloudflare (build/host) You can build and deploy Model Context Protocol (MCP) ↗ servers on Cloudflare. developers.cloudflare.com/agents/model-context-protocol/
Figma Figma MCP server The Figma MCP server brings Figma directly into your workflow by providing important design information and context to AI agents generating code from Figma design files, and by enabling agents to write native Figma content back to the canvas. developers.figma.com/docs/figma-mcp-server/
GitHub GitHub MCP Server The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions. github.com/github/github-mcp-server
Google Google Ads MCP server The Google Ads MCP server provides a standardized bridge to the Google Ads API, which lets AI agents analyze and retrieve campaign data using natural language. Mode: Read-only (current release) developers.google.com/google-ads/api/docs/developer-toolkit/mcp-server
HubSpot HubSpot MCP server The HubSpot MCP server enables you to give any MCP-compatible AI tool or agent secure read and write access to your HubSpot CRM data — contacts, deals, engagements, and more. developers.hubspot.com/mcp
Linear Linear MCP server The Linear MCP server has tools available for finding, creating, and updating objects in Linear like issues, projects, and comments — with more functionality on the way linear.app/docs/mcp
Meta Meta MCP overview Official remote MCP servers for integrating Facebook, Instagram, WhatsApp, and Meta Ads capabilities into your agentic workflows. developers.facebook.com/documentation/mcp/
Microsoft Azure MCP Server The Azure MCP Server enables AI agents and clients to interact with Azure resources using natural language commands. This article explains its features, benefits, and how it helps developers build and deploy apps to Azure. learn.microsoft.com/en-us/azure/developer/azure-mcp-server/overview
Microsoft Microsoft Learn MCP Server The Microsoft Learn Model Context Protocol (MCP) Server enables clients like GitHub Copilot and other AI agents to bring trusted and up-to-date information directly from Microsoft's official documentation. It's a remote MCP server that uses streamable http. It allows agents to search through documentation, fetch a complete article, and search through code samples. learn.microsoft.com/en-us/training/support/mcp
Notion Notion MCP Notion MCP is a remote MCP server hosted by Notion. After you authorize a connection with OAuth, the MCP client can use Notion MCP tools to read and update content that you can access. developers.notion.com/guides/mcp/overview
PayPal PayPal MCP server Starting today, developers can interact with PayPal’s official MCP server to begin enabling next-generation, AI-driven capabilities for merchants. developer.paypal.com/community/blog/paypal-model-context-protocol/
Salesforce Salesforce DX MCP Server The Salesforce DX MCP Server is an npm package called @salesforce/mcp. Adding the DX MCP Server to an MCP client typically involves updating a JSON file that tells the MCP client how to run the @salesforce/mcp package using npx and specifying the args option to configure the DX MCP Server. We recommend that you also use the @latest tag ( @salesforce/mcp@latest ) so you always get the latest version of the DX MCP Server. developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_mcp_server.htm
Sentry Sentry MCP Server Connects AI assistants to Sentry for searching errors, analyzing performance, triaging issues, reading documentation, and managing projects — all via the Model Context Protocol. docs.sentry.io/product/sentry-mcp/
Slack Slack MCP server The Slack MCP server provides tools for searching through Slack, retrieving and sending messages, managing canvases, managing users, uploading files, and working with lists. Each of these tools provides useful functionality for interacting with Slack; combine them for comprehensive integrations that grasp your team's context and history. docs.slack.dev/ai/mcp-server
Stripe Stripe MCP server The Stripe Model Context Protocol (MCP) server provides tools that AI agents can use to interact with the Stripe API and search Stripe’s knowledge base, including documentation and support articles. docs.stripe.com/mcp
Supabase Supabase MCP Server The Model Context Protocol (MCP) is a standard for connecting Large Language Models (LLMs) to platforms like Supabase. Once connected, your AI assistants can interact with and query your Supabase projects on your behalf. supabase.com/docs/guides/getting-started/mcp
Vercel Vercel MCP Vercel MCP has tools available for searching docs, managing teams, projects, and deployments, and querying Web Analytics. vercel.com/docs/agent-resources/vercel-mcp
X X Ads MCP Ads MCP is a remote MCP (Model Context Protocol) server built into X's API gateway at https://ads-api.x.com/mcp. MCP is the open standard for connecting LLM agents to tools, so any MCP-capable client — Grok, Claude Code, or a custom agent built on the MCP SDKs — can connect and immediately use 74 X Ads tools with zero custom Ads API integration. The agent reads campaign data, runs analytics, and creates and manages campaigns through natural language; the MCP client handles all of the API plumbing. docs.x.com/x-ads-api/mcp

Two rows worth reading carefully. X's verified server is X Ads MCP — the ads-API surface, exposing 74 X Ads tools — not a general X API server, so do not plan around reading or posting through it. And Twilio and Airtable are deliberately absent: their candidate doc URLs returned 404 when checked on September 18, 2026, and an unverified link is worse than a missing row.

Newest entry — Meta, September 15, 2026: WhatsApp Business Tools MCP. Meta's server connects an agent of your choosing to the WhatsApp Business Platform and covers setup and management: discovering the businesses and accounts you administer, adding a phone number and verifying it over OTP, registering it for the Cloud API, checking Terms of Service status, creating and editing message templates, sending a test message, configuring and subscribing webhooks, configuring a payment method, and checking or starting Business Verification. Meta's own line is that your AI agent "can now set up WhatsApp business messaging" (Meta for Developers). Two limits matter for scoping: Meta describes it as built for development and testing workflows rather than production sending at scale, and the server is a beta rolling out gradually with a tool set that may change. The billable half of the work does not disappear — completed Business Verification, template approval and the billing relationship are still human steps, and we work through that split in what the WhatsApp Business Tools MCP automates and what still needs a human.

Actionable next steps for your agency

  1. Inventory your tools. List every custom skill and MCP server you currently build and maintain per client. Those are your first plugin candidates — and your first pricing conversations.
  2. Design plugins to spec. Package one existing automation as a spec-compliant plugin and test it in two launch clients. The agent-plugins.org guides cover the directory anatomy and schema.
  3. Update your pricing calculators. If you estimate delivery cost per platform, apply a portability discount for additional compatible clients — roughly a 60–90% reduction in adaptation cost per extra client — and add "plugin packaging & distribution" as a priced line item.
  4. Add a trust layer to your offer. Plugin vetting, signing, and least-privilege review is a sellable compliance service precisely because v1 leaves it to you.

Price plugin-based work with the AI agency cost calculator

Estimate Your Delivery Cost →

Or browse the findaiagency.com directory for agencies already packaging automations for multiple platforms.

Frequently asked questions

What is Agent Plugins 1.0.0?

Agent Plugins 1.0.0 is an open, vendor-neutral specification published August 6, 2026 for packaging Agent Skills and MCP servers into portable plugins. A plugin is a directory containing a plugin.json manifest, a skills/ folder, an optional mcp.json, and reverse-domain client-extension namespaces.

Which tools support Agent Plugins at launch?

Six agentic clients support the format at launch: OpenAI Codex, ChatGPT, Cursor, GitHub Copilot, Kiro (AWS), and VS Code. AWS's Agent Toolkit is compatible with 30+ curated skills, and Google's Agents CLI and Data Agent Kit already ship with the format.

Who governs the Agent Plugins standard?

The Technical Steering Committee of Core Maintainers comprises Amazon, Cursor, Microsoft, OpenAI, and Vercel. Google is joining as a Core Maintainer. The specification lives at agent-plugins.org with a public GitHub repository (agentplugins/agent-plugins-spec).

What does Agent Plugins mean for agency pricing?

One plugin package works across multiple clients, so per-client reimplementation and N-fork maintenance costs largely disappear. Agencies can price plugin packaging and distribution as its own deliverable, and should apply a portability discount when the same automation runs on several platforms.

What is missing from Agent Plugins v1.0.0?

The spec is labeled a Working Draft and deliberately leaves out installation, distribution, permissions, sandboxing, and trust/provenance verification — all flagged as Future Considerations. Agencies should self-impose signing, review, and least-privilege practices when shipping or buying plugins.

Which vendors are shipping MCP servers into agents today?

6sense announced its MCP Server on August 10, 2026 (open beta since July 14, 2026; general availability was planned for August 2026 as of that announcement), delivering account insights, predictive buying stages, and keyword intent to Claude, ChatGPT, Writer, and Agentforce with no custom integration required. It was the first major B2B data vendor to make proprietary GTM intelligence MCP-portable. That roster is much wider now: the comparison table above lists 20 official, vendor-hosted MCP servers, each with a doc link fetched and confirmed working on September 18, 2026, the newest of them being Meta's WhatsApp Business Tools MCP server, shipped September 15, 2026.

Sources