Standard

Model Context Protocol (MCP)

An open, vendor-neutral protocol — frequently called "**USB-C for AI**" — that standardizes how reasoning engines (LLMs and agentic runtimes) discover, invoke, and exchange context with tools and data sources. Uses **JSON-RPC 2.0** over multiple transports. The MCP architecture cleanly decouples the reasoning engine from the data systems via a three-entity model: - **MCP Host** — the runtime environment housing the LLM (e.g., Claude Desktop, agentic IDE, agent orchestrator). - **MCP Client** — the connector inside the host that negotiates the protocol handshake, retrieves context, and formats tool calls. - **MCP Server** — the standalone microservice that securely exposes specific tools, temporal memory, or S3 resources to clients.

29 connections 7 posts

Definition

What it is

An open, vendor-neutral protocol — frequently called "**USB-C for AI**" — that standardizes how reasoning engines (LLMs and agentic runtimes) discover, invoke, and exchange context with tools and data sources. Uses **JSON-RPC 2.0** over multiple transports. The MCP architecture cleanly decouples the reasoning engine from the data systems via a three-entity model: - **MCP Host** — the runtime environment housing the LLM (e.g., Claude Desktop, agentic IDE, agent orchestrator). - **MCP Client** — the connector inside the host that negotiates the protocol handshake, retrieves context, and formats tool calls. - **MCP Server** — the standalone microservice that securely exposes specific tools, temporal memory, or S3 resources to clients.

Why it exists

Pre-MCP, every agentic integration required bespoke API connectors — custom Boto3 logic, custom database adapters, custom file-read tools. MCP replaces that brittle per-integration glue with a uniform handshake that exposes capabilities at runtime, so an agent can dynamically discover what an MCP-attached server offers and call it through a standard JSON-RPC interface. The S3-relevance is direct: the AWS-published [MCP Server for AWS S3](https://aws.amazon.com/blogs/storage/implementing-conversational-ai-for-s3-tables-using-model-context-protocol-mcp/) lets an agent list buckets, read Iceberg tables via Daft, or append records to a data lake without the developer hardcoding any AWS SDK calls.

Primary use cases

Standardized tool/resource exposure to LLMs, S3-backed agent memory accessed through MCP servers, Iceberg-table-as-MCP-resource for conversational analytics, agentic IDE integrations (Claude Desktop, Cursor, VS Code, JetBrains, Xcode), distributed multi-agent systems sharing a common discoverable operational framework.

Recent developments

Latest signals
  • 97M monthly SDK downloads, 81K+ GitHub stars (March 2026). In 18 months since Anthropic open-sourced MCP (November 2024), it has become the de facto standard for AI agent integration. Supported by every major AI vendor — Anthropic, OpenAI, Google, Microsoft, AWS. Per DEV — Complete Guide to MCP in 2026.

  • 10,000+ public MCP servers across registries. The MCP server ecosystem has exploded — from PulseMCP-tracked count (was 14K mid-2025) to broader cross-registry totals exceeding 10K public servers by March 2026. Works with Claude (Anthropic), GPT/ChatGPT (OpenAI), Gemini (Google DeepMind), Copilot (Microsoft), Cursor, Replit, VS Code Copilot. Per DEV — Complete MCP Guide 2026.

  • AWS MCP Server now GA (May 2026). AWS announces general availability of the AWS MCP Server — managed server giving AI coding agents secure, auditable access to AWS services through MCP. IAM-based guardrails + CloudWatch metrics + CloudTrail logging. Per AWS What's New — AWS MCP Server GA.

  • AWS ECS deployment guide for custom MCP servers. AWS published a three-tier MCP application reference on Amazon ECS: Gradio UI + AI Agent (Bedrock-powered) + FastMCP server, with Service Connect for service-to-service comms + Express Mode for load balancing. Per AWS — Deploying MCP Servers on ECS.

  • M×N → M+N problem reframing. MCP transforms the M-clients-times-N-tools integration cost into M+N: build M clients + N servers, requiring only M+N implementations. The structural reason MCP became standard so fast. Per SSNTPL — What is MCP.

  • H2 2026 roadmap: stateless servers + automatic discovery + A2A. Stateless server operation, automatic discovery via MCP Server Cards, and agent-to-agent (A2A) coordination mature in H2 2026 — evolving MCP from single tool connections to the foundational multi-agent orchestration infrastructure. Per Ruh.AI — AI Agent Protocols 2026.

  • MCP turned object storage into an agentic tool surface (June 2026 wave). S3 is now exposed to agents as governed MCP tools — txn2/mcp-s3, MinIO's AIStor MCP Server, and the Amazon S3 Tables MCP Server let models browse, read/write, and analyze objects in natural language, making storage a machine-operated memory-as-a-service plane. Per MinIO — Model Context Protocol (AIStor) and GitHub — txn2/mcp-s3.

Connections 29

Outbound 5
Inbound 24click to expand

Featured in