What Is an MCP Server, and Why Would You Connect One to Your Marketing Stack?
A plain-language explanation of the Model Context Protocol for marketers and operators — what it is, why it exists, and what changes when a tool you use exposes one.
August 9, 20264 min read
You've probably seen "MCP" mentioned in release notes or a settings menu without much explanation of what it actually does. It sounds like developer infrastructure, and technically it is, but the effect it has is something any marketer or operator using an AI assistant day to day will notice: it's the difference between an AI agent that can only talk about your tools and one that can actually use them.
MCP is a standard, not a product
Model Context Protocol is an open standard, originally published by Anthropic and now adopted broadly across the AI ecosystem, that defines a consistent way for an AI agent to connect to external tools and data. Before something like MCP existed, every connection between an AI assistant and an outside system was a one-off integration — a developer had to build custom glue code for each tool, each API, each use case. MCP replaces that with a shared interface: any tool that speaks MCP can be connected to any agent that speaks MCP, without custom-building the connection each time. It plays a role similar to what USB did for hardware peripherals — before it, every device needed its own proprietary port and driver; after it, one standard interface worked across everything.
A concrete before-and-after
Before MCP, asking an AI assistant to "check my site's OG tags and tell me what's broken" wasn't something you could actually do — the assistant has no way to reach your site, your account, or your data unless someone built a specific integration for that exact task. It could describe what OG tags are, in general, but it couldn't look at your site.
With an MCP server in place, a tool exposes its real operations — the same actions you'd otherwise trigger by clicking around a dashboard or calling an API endpoint — as discrete, callable "tools" that an agent can invoke directly. A tool call is just a defined action with a name and some inputs, like list_projects or trigger_audit, that the agent can call the way you'd call a function, and get a structured result back. The agent decides when to call it based on what you asked for, in the same way it decides which paragraph to write next. Authentication works the same way it already does for a REST API — typically an API key — so connecting an MCP server isn't a new security model, it's the same credential granting the same scope of access, just through a different door.
The practical difference from just using the API yourself
A REST API and an MCP server can expose the exact same underlying operations — that's often literally true, since an MCP server is frequently a thin layer over an existing API. The difference is who's driving. Hitting a REST API means writing a script: you decide the sequence of calls, handle the response format, and wire up whatever logic connects one call to the next. Connecting an MCP server means an agent can do that same sequence conversationally, deciding on its own which calls to make based on a plain-language request. "Audit acme.dev and tell me what's broken" becomes something you can just say, and the agent calls the right tools in the right order, reads the results, and summarizes them back to you — no script, no separate dashboard tab, no copying values between systems by hand.
What this looks like with useopengraph
useopengraph runs an MCP server at /api/mcp alongside its REST API at /api/v1, authenticated with the same API key. That means anything you could script against the REST API — triggering a Drift Monitor audit, checking OG image status across a project, listing what's being tracked — is also available as a direct tool call for an MCP-compatible agent like Claude. Tools like trigger_audit and get_audit let you ask an agent to run a check on a site and report back, in the same conversation where you're already working, instead of opening a separate dashboard to look something up.
Why this is worth paying attention to now
MCP has seen fast, broad adoption across major AI coding tools and assistants since its release, to the point where it's becoming a default expectation for how serious tools connect to AI agents rather than a niche feature. For a marketer or operator, the practical upside isn't abstract — it's fewer tabs, fewer manual lookups, and the ability to hand routine checks to an agent that can actually go do them, instead of just describe how you'd do them yourself.
Stop paying per seat
for a usage-shaped problem.
Unlimited teammates, one usage pool. Start free with the scanner — no card required.