{
  "name": "laserbrain",
  "what": "the smart recursion harness for AI agents: call check_state each step and it tells you when you have drifted and should return to your goal — measured against a fixed ground state, which an agent watching only itself cannot do. Plus the drift grammar, and the live field it grew from.",
  "mcp": "https://laserbrain-mcp.degibug.workers.dev/mcp",
  "tools": [
    "check_state",
    "get_history",
    "reset_task",
    "drift_grammar",
    "analyze_language",
    "compare_phrasings",
    "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"
}