MCP Ready

Model Context Protocol (MCP)

MCP is a standard way for AI products to discover and use external data, software, and actions. This guide explains the protocol, the terminology used by major AI tools, and the practical work required to implement it safely.

Start here

MCP in 30 seconds

MCP adds a shared contract between an AI host and the systems it needs to use. Your existing application still owns its data, permissions, and business logic.

  1. 1
    Describe capabilities

    A server exposes focused tools with clear inputs and outputs.

  2. 2
    Select the relevant tool

    The AI host chooses a capability while applying identity, permissions, and approval rules.

  3. 3
    Return a structured result

    The connected system performs the work and returns data the AI can explain, cite, or present for review.

Implementation guides

Product guides and examples

Need help implementing MCP?

Read about MCP development and hosted MCP, or review the sources and research policy behind this documentation.