Beacon exposes an MCP transport route so external agents can delegate the research task into Beacon's workflow and memory system.
Transport route:
/api/mcp/[...transport]
Current intent:
let external agents trigger Beacon research
keep retrieval and memory inside Beacon
return run metadata instead of forcing all work into the clientMCP requests can authenticate with a Bearer token. Beacon validates the token against BEACON_MCP_TOKEN, or falls back to BEACON_SESSION_TOKEN if no dedicated MCP token is configured.
Use MCP when Claude Desktop, Cursor, or another client should ask Beacon to own the research loop.
Beacon's MCP surface is usable, but the broader packaging and reference docs are still being hardened.