MCP is the open standard for connecting AI to data sources and tools. Think of it as USB-C for AI.
Instead of writing custom API wrappers for every service, you run an MCP Server. The MCP Server exposes standard Tools, Resources (read-only data), and Prompts.
stdio for same-machine servers or remote Streamable HTTP for stateless, network-accessible servers. Streamable HTTP replaced the earlier SSE transport with a simpler, stateless protocol design that eliminates the need for long-lived connections and server-side session management.Before wiring MCP into an agent, prove the plumbing works. Launch a reference server, then open the MCP Inspector to poke at its tools.