Future of Search & Trends

Should Your Website Have an MCP Server? A B2B Marketer's Answer

Lemniscate Growth | 9 min read | September 2026

Should your website have an MCP server?

For most B2B companies in 2026, an MCP server for websites is not a marketing channel; it is an integration surface that lets AI agents query product data directly instead of parsing pages. The investment pays off only when a company holds structured data an agent would want, such as pricing, specs or account state, and agents are actually asking. Most mid-market B2B sites meet neither condition today.

The question has arrived with unusual urgency because the vocabulary of AI visibility changed faster than buyer behavior did. Marketing teams hear that agents are researching vendors and conclude that a server is the price of admission. In practice, inclusion in agent research still runs through the same crawled, indexed, well-structured pages that fed classical search. An MCP server changes what an agent can do after it has already found a vendor worth engaging.

That distinction sets up everything below: what the protocol actually is, who benefits now, what the 2026 developments genuinely signal, what a server costs to run, which security questions get skipped, and how to stage the work so a team can be ready without paying today for capability it cannot use for two more years.

What is an MCP server, in plain terms?

An MCP server is a small service that exposes specific capabilities of a business, such as a product catalog, a pricing calculator, a documentation set or an account lookup, in a standard format that AI assistants can call directly. Model Context Protocol is the shared convention for those calls, so any assistant that speaks it can use the same endpoint without a custom integration built for each one.

A fair comparison is a public API with a menu attached. A traditional API assumes a developer read the documentation and wrote code against it. An MCP server publishes its own list of available tools, their arguments and their outputs, so a model can discover what is possible at the moment it needs to know. The protocol standardizes the handshake, not the quality of whatever sits behind it.

Nothing about the protocol is inherently marketing-owned. In most organizations that have shipped one, the server lives with product or platform engineering and reuses existing API surfaces. Marketing's legitimate interest is narrower: deciding which commercial information should be machine-readable, who is allowed to read it, and how usage gets measured once the traffic no longer arrives as sessions in an analytics report.

Being crawled and being queried are different problems

Crawling and querying solve different problems. Crawling gets a company's content into the corpus that AI systems summarize and cite, while querying lets an agent ask a live question and receive a current answer. A crawler takes a snapshot of what a page said last week; an MCP call asks what is true right now, for a specific part number, region or account tier.

The practical consequence is that most AI visibility work in 2026 is still crawl work. Being cited in an AI Overview, an assistant answer or an agent's shortlist depends on content that has been indexed, structured with clean schema, and corroborated elsewhere on the web. No MCP server rescues a company invisible in that layer, because an agent has no reason to call an endpoint belonging to a vendor it never surfaced.

Querying matters at the other end of the funnel. Once an agent is working for a buyer who already has a shortlist, the questions get specific: current pricing tier, regional availability, API rate limits, whether a named integration exists. Static pages answer those badly and go stale quietly. A queryable surface answers them precisely, which is a genuine advantage over a far smaller share of interactions than discovery.

A simple test separates the two cases. If the answer a buyer needs will be the same next month, a well-structured page serves it better, because that page can also be indexed and cited. If the answer changes weekly, or depends on who is asking, a static page is the wrong container no matter how well written it is. Most B2B marketing content sits firmly in the first category.

Which B2B companies genuinely benefit from an MCP server today?

The companies that benefit now are the ones whose value is legible as data: catalogs with thousands of variants, developer products with public APIs, software with deep technical documentation, anything fronted by a pricing calculator, and businesses where availability or inventory changes daily. If a buyer's real question has a lookup answer rather than a narrative answer, a server has something useful to do.

Distributors and component suppliers are the clearest case, because part-level specifications and stock positions are exactly what an agent cannot reliably scrape from a rendered page. Developer-tool companies are the second, since assistants already sit inside the workflow where those products get evaluated. Enterprise software with complex configuration follows, because the questions that stall those deals are configuration questions with deterministic answers.

The weaker cases are services businesses, consultancies, and B2B companies whose differentiation is expertise, relationships and case evidence. For them, the machine-readable layer that pays is schema, clean documentation and consistent entity data across the web, not an endpoint. A typical mid-market marketing organization will see more measurable return from fixing product page structure than from a server receiving a few dozen calls a month.

What changed in 2026 to make this a real question?

Three developments moved MCP from a developer curiosity to a budget conversation during 2026. In July, Cloudflare launched a Monetization Gateway that lets publishers charge AI agents for access to pages, datasets, APIs and MCP tools, extending its earlier pay-per-crawl work and establishing machine access as a billable surface rather than something scraped for free.

The second development is behavioral. AI agents are increasingly running top-of-funnel B2B product research on buyers' behalf, and most vendor data, including pricing, specifications and integration coverage, is not structured for machine consumption. The third is quieter: when an agent resolves a question without generating a session, page views understate influence, and teams start hunting for a surface where machine demand is at least countable.

None of that amounts to an established channel yet. Agent traffic to a typical mid-market B2B site remains a rounding error against human sessions, and the monetization infrastructure is newer than most annual plans. The honest reading is that 2026 established the direction and the pricing model rather than the volume, and direction alone rarely justifies a large capital line.

What does an MCP server cost to build and maintain?

A first production MCP server at a company that already has clean internal APIs typically takes a small team four to eight weeks to specify, build and harden, and then costs more in maintenance than it did in construction. The build is the cheap part. The recurring obligation is keeping tool definitions, schemas and permissions accurate as the product underneath them changes.

Budget honestly for the second year. Maintenance in practice means a named owner in engineering with a standing allocation, monitoring and rate limiting, documentation for every exposed tool, and periodic rework as the protocol itself evolves. Companies without a stable internal API layer should add the cost of building one first, which is frequently the larger project hiding behind an apparently modest request.

Against that, count the plausible return. Unless the company sells to developers or maintains a catalog an agent must query, first-year usage is usually low enough that the value is optionality and organizational learning rather than pipeline. That can be a defensible reason to build. It should be argued as a research bet with a learning objective, not forecast as demand generation with a revenue number attached.

Two costs get omitted from most business cases. The first is the review cycle, since every new tool needs security, legal and privacy sign-off before exposure, and that queue rarely moves at engineering speed. The second is analytics rework, because machine calls do not appear in the dashboards marketing teams already run, and someone has to build the reporting that makes usage visible to the people funding it.

Which security and access questions do marketing teams underestimate?

The question marketing teams underestimate is authorization: an MCP server is an access-granting surface, so every exposed tool is a permission decision rather than a publishing decision. Publishing a page gives readers what everyone already sees. Exposing a tool can let a caller look up an account, run a quote or enumerate an entire catalog far faster than any human visitor could.

Three areas cause most of the trouble. Authentication decides which agents may call at all and on whose behalf; without it, anonymous callers get whatever the tools permit. Rate limiting and enumeration protection matter because a catalog exposed without ceilings is a competitive intelligence gift. Data scope matters most, since internal fields, margin data and customer identifiers leak through endpoints designed by teams optimizing for convenience.

Prompt injection deserves separate attention. Content returned by a server becomes model input, so any field carrying user-generated or partner-supplied text can influence an agent's behavior downstream. Legal, security and privacy review should sign off on the tool list before launch, and the review should repeat whenever a tool is added, which is precisely the governance step most likely to be skipped under delivery pressure.

A staged approach: the Four-Gate MCP Ladder

Treat MCP as a ladder with four gates rather than a yes or no decision, where each gate must be cleared before the next investment is justified. We call this the Four-Gate MCP Ladder. The first gate is data readiness: does the company hold structured, current, authoritative data an outside agent would want, and does that data already sit behind an API that works reliably?

The second gate is demand evidence: is there measurable agent activity in server logs, referral data and assistant sources, and are those agents asking questions the site currently answers badly? The third gate is a bounded pilot of one or two read-only tools covering the highest-value lookups, authenticated, rate limited and instrumented so calls are counted from the first day. The fourth gate is commercial, reached only when sustained usage justifies formal access control, published documentation and eventually pricing under monetization infrastructure of the kind that emerged in 2026.

For a typical mid-market B2B company in September 2026, the honest recommendation is to clear gate one deliberately and stop: fix structured data, schema and documentation, log agent traffic separately, and revisit a pilot in two quarters. Companies selling developer products or running large catalogs should move to gate three now. Lemniscate Growth generally sequences this work behind the crawl layer, because pipeline still comes overwhelmingly from being retrievable, and an unqueried endpoint compounds nothing.

Ready to build measurable pipeline?

30-minute strategy session. No pitch. Just pipeline advice.

Get Your Free Strategy Session