Documentation
MCP
MCPmcp

MCP

Understand how the Mecharim MCP surface helps agents discover the platform, read machine contracts, and bootstrap integration.

Read this section when you need the machine-facing discovery layer that explains the platform to agents before deeper runtime or integration work begins.

Before you continue

Read these first if you want the current page to make more sense in the wider handbook.

What this section should answer

  • What the MCP surface is actually for
  • What an agent should discover before it tries to act
  • How MCP differs from Mecha runtime transport
  • How schemas, descriptors, and examples should be structured
  • Where machine discovery stops and live operational access begins

Responsibilities

ResponsibilityDescription
Platform descriptionExplains the Mecharim ecosystem in machine-usable terms
Discovery bootstrappingGives agents a stable place to orient before runtime work
Worked examplesGives concrete request and response patterns for tooling and implementation
Schema accessExposes machine-readable structures for validation and tooling

Where to go next

  • Continue with MCP Overview if you want the cleanest conceptual starting point.
  • Continue with Discovery if you are designing the first machine-facing handshake.
  • Continue with Examples if you want concrete flow patterns.

Design rule