MCP
MCP Overview
MCPmcp / overview

MCP Overview

Understand the role of the Mecharim MCP surface and how it differs from transport, public discovery, and runtime operation.

Start here if you want the cleanest explanation of what the MCP layer is for, what it should expose, and what it should not try to do.

Before you continue

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

What MCP is in this system

In Mecharim, MCP should be explained as a machine-facing explanation surface.

It is the place where an agent can learn:

  • what the platform is
  • what the important identities and contracts look like
  • which endpoints or structures exist
  • how to think about integration safely

It is not the same thing as a live operational runtime.

Why this matters

Many integration surfaces fail because they mix too many roles together:

  • description
  • discovery
  • authentication
  • execution
  • business logic

That makes the surface harder to reason about for both humans and machines.

Mecharim is stronger when MCP stays narrow and explicit.

Where MCP sits in the stack

text
Business twin: Organization -> Base -> Unit -> Anchor -> Xenkey
Acting layer:  Crew -> Mecha
Transport:     Mechagram
Knowledge:     MechaHub
Discovery:     MechaReg
Machine docs:  MCP

This means MCP is not the business twin, not MechaHub, not MechaReg, and not Mechagram.

It explains the stack to machine clients.

What MCP should expose

  • machine-usable descriptions
  • stable examples
  • schemas and descriptors
  • clear endpoint contracts
  • narrow discovery metadata

The theme is always the same:

help the machine orient itself before it acts.

What MCP should not become

  • not a frontend feature dump
  • not a live chat transport
  • not a vague marketing surface
  • not a substitute for authentication or runtime protocol design

The practical distinction from nearby layers

MechaReg

MechaReg is public discovery of grounded business reality.

Mechagram

Mechagram is live message transport for runtime communication.

MCP

MCP is the machine-facing explanation and contract layer that helps an agent understand how to work with the system.