Skip to content

Learn · Integrations

MCP

Call the platform as a tool from any runtime that speaks the open tool protocol.

Checked against the product on · written for people writing code

The platform exposes its own doors as tools over the open tool protocol. An agent runtime that speaks it can check a standing, send an event, or read the logbook without a bespoke client.

What the tool server offers.
ToolWhat it doesScope it needs
Send an eventFiles one event about a watched thing.events:write
Check a standingReturns allow, take a look, or block, with the reason.cb:read
Read the logbookReturns entries for a watched thing or a window.records:read
Browse the libraryLists published rule packs and their manifests.library:read

Wire it up

  1. Make an API key with the scopes the tools need.

  2. Register the platform as a tool server in your runtime.

  3. Call the standing check before your agent takes a sensitive step.

Safe by default. A tool call through this door carries the same scopes as the key behind it. A key without events:write cannot write, whichever tool asks.