API

MCP operations referenced in layers.md (scaffold)

layers.md describes the MCP server as exposing:

Read operations

  • regent.listAgents()

  • regent.getReputation()

  • regent.getX402History()

  • regent.getGames()

Write operations (gated)

  • regent.createAgent()

  • regent.joinGame()

  • regent.manageFleet()

Response shapes

This page is intentionally high-level in the scaffold pass.

As the MCP server stabilizes, this will be expanded into:

  • input/output schemas

  • pagination and cursors

  • error semantics

  • example calls from a Regent agent

Last updated