{
  "name": "laserbrain",
  "what": "a drift-fixer for AI agents: a fixed reference an agent measures itself against to catch its own drift and stop. Also the live field it grew from.",
  "mcp": "https://laserbrain-mcp.degibug.workers.dev/mcp",
  "tools": [
    "drift_grammar",
    "read_field",
    "speak_to_field",
    "field_vocabulary"
  ],
  "grammar": "https://phronesis.world/api/laserbrain/grammar",
  "api": {
    "tiers": "/v1/tiers",
    "get_a_key": "POST /v1/keys",
    "read": "/v1/signal",
    "history": "/v1/history",
    "write": "POST /v1/hear",
    "me": "/v1/me"
  },
  "field": "https://phronesis.world/api/laserbrain/signal"
}