Operator surface

MCP Portal

Registry, tool execution, agent control, OAuth credentials, and semantic memory live on the same portal so operators can move from discovery to action without context switching.

Developer tools

Operator surfaces

Available servers

Quick start

Call MCP tools over HTTP with a bearer credential from the same domain used for the registry.

curl -X POST https://mcp.lthn.ai/mcp/tools/call \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "server": "openbrain",
    "tool": "brain_recall",
    "arguments": { "query": "recent dispatch decisions" }
  }'