Model Context Protocol

How MCP became enterprise infrastructure, how to build governed MCP servers, and why standardizing on the protocol still needs a semantic layer behind it.

The Model Context Protocol (MCP) is the open standard, introduced by Anthropic in November 2024 and now governed by the Linux Foundation's Agentic AI Foundation, for connecting AI applications to tools, data, and systems. It collapses the M-by-N integration problem into M-plus-N: write your system as one MCP server, and any MCP client can reach it.

This collection covers MCP from the enterprise architect's point of view. Posts here examine the adoption evidence and governance model that make MCP a real infrastructure decision, the exact wire shapes and code for building a governed MCP semantic layer server, and the semantic gap the protocol leaves open. MCP standardizes access. It does not standardize meaning. These pieces argue that the winning enterprise pattern pairs MCP as the transport with a governed semantic execution layer as the logic.

← Back to all posts
A USB-C plug labelled MCP connects through a governance gate that checks identity, RBAC, semantics and audit before reaching enterprise data.
Model Context Protocol

MCP Is the USB-C Port for AI Agents. Connectivity Is Not Governance.

The USB-C metaphor is correct. A port standardizes the plug, not identity, permission, or whether the answer is right.

Read more
A grid of tool cards, one verified and one unverified, feeding through a single governance gate before reaching enterprise data.
Model Context Protocol

The MCP Registry Era: Discovery Is Solved. Trust Is Not.

The MCP Registry is live in preview. It verifies who owns a tool, not whether its answers are safe.

Read more
A poisoned instruction slips through a hardened transport ring but is blocked at a governed execution gate enforcing RBAC, RLS and audit.
Model Context Protocol

MCP Security Risks: Tool Poisoning, Prompt Injection, and Data Leakage

Real 2026 incidents, two 9-plus CVEs, and the breach transport security cannot stop.

Read more
A four-band stack: AI agents and clients, an MCP server, a highlighted governed semantic layer, and enterprise data systems.
Model Context Protocol

Why Every Enterprise Platform Will Ship an MCP Server

The integration unit of the agent era is a governance decision, not a checkbox. Expose governed capabilities, not raw tools.

Read more
Public and enterprise data sources converging on a single MCP port that connects out to an AI agent — one protocol, any source, every agent.
Model Context Protocol

MCP for Public and Enterprise Data: The New Standard for AI-Ready Access

The public MCP servers, the OpenAPI-to-MCP pattern, and the two-axis map of what AI-ready access really means across public and enterprise data.

Read more
An MCP connection reaching data but ending in ambiguity, contrasted with the same connection passing through a governed semantic layer to a single precise answer.
Model Context Protocol

MCP Is Not Enough: Why Enterprise AI Agents Need a Governed Semantic Layer

MCP won the transport war. The dbt 2026 benchmark, the Gartner projection, and why meaning, not connectivity, is where production agents fail.

Read more
An AI agent's request passing through a governance shield that allows revenue-by-region but blocks employee PII, authorized at compile time rather than at the endpoint.
Model Context Protocol

Who Controls What an AI Agent Can Ask? Governance in an MCP World

The confused-deputy problem, the six layers of MCP governance, and why row and column authorization belong at compile time, not the endpoint.

Read more
A natural-language prompt passing through a governed semantic layer and emerging as a clean, trusted bar chart.
Model Context Protocol

MCP for Business Intelligence: How AI Agents Should Query Enterprise Data

Text-to-SQL demos work; production breaks with wrong joins and metric drift. The dbt 2026 benchmark, the Spider 2.0 cliff, and the governed semantic layer that fixes it.

Read more
Scattered developer experiments converging through a single MCP node into one enterprise infrastructure rail across five adoption stages.
Model Context Protocol

Enterprise MCP Adoption: Why the Model Context Protocol Became Infrastructure

The Linux Foundation donation, the version timeline, cross-vendor support, and why standardizing on MCP still needs a governed semantic layer.

Read more
Three connection patterns side by side — APIs link apps to systems, MCP links agents to data, A2A links agents to agents — composing one enterprise AI stack.
Model Context Protocol

APIs vs MCP vs A2A: What Enterprise AI Teams Need to Know

A cited comparison of APIs, MCP, and A2A, a three-question decision framework, and why none of them solve the meaning problem.

Read more
Agent clients converge on one MCP wire into a governed semantic layer that resolves intent, proves join paths, and governs, then compiles dialect-perfect SQL to warehouses.
Model Context Protocol Updated

How to Build an MCP Semantic Layer Server (Architecture, Code, and the No-Rip-and-Replace Case)

The protocol in two minutes, the exact message shapes a semantic-layer server speaks, a buildable FastMCP scaffold, and the cost argument for MCP over a custom API.

Read more