Model Context Protocol (MCP) surfaces
A new Model Context Protocol (MCP) is being positioned as a universal connector for agentic AI in enterprise apps — a community discussion highlighted MCP as a way to integrate agents without custom plumbing. If it gains traction, MCP could standardize how workflow state and external tools are surfaced to LLMs across product boundaries.
[Anthropic open‑sourced]anthropic.com the Model Context Protocol on Nov 25, 2024 and published pre‑built MCP servers for Google Drive, Slack, GitHub, Git and Postgres to accelerate integrations. anthropic.com The MCP specification repo on GitHub shows roughly 7.4k stars and 3,344 commits, indicating active maintenance and community contribution as of March 2026. github.com Microsoft added MCP support to Copilot Studio on Mar 19, 2025 and documented enterprise features including Virtual Network integration, Data Loss Prevention controls, multiple authentication methods, and a marketplace of pre‑built MCP servers. microsoft.com OpenAI’s Agents SDK documents three MCP server transports—Hosted, Streamable HTTP, and stdio—and explicitly notes Server‑Sent Events (SSE) as deprecated in favor of Streamable HTTP or stdio for new integrations. openai.github.io The MCP specification standardizes a JSON‑RPC 2.0 base, defines server features as Resources/Prompts/Tools, and mandates user consent, logging, cancellation, and other security controls in the spec text (latest stable spec referenced 2025‑11‑25). modelcontextprotocol.io Discovery infrastructure is live: the official MCP Registry first launched in preview on Sept 8, 2025, the public registry site shows entries updated as recently as Mar 12, 2026, and third‑party marketplaces claim tens of thousands of listed MCP servers (MCP Market reporting ~23,231 servers). modelcontextprotocol.info