Skip to main content
RISOS product MCP uses scoped, Workspace-specific API keys for production authentication. Endpoint: https://risos.co/api/mcp Send the key as:
Every session requires mcp:use. Add only the capability scopes the client needs:
  • read Product judgments, Ask, Explore, Signals, or Research state: research:read
  • start or refresh Research and create Reports: research:write
  • read Evidence or Entities: evidence:read
  • read Monitors: monitor:read
  • create/update Monitors: monitor:write
A read-only research client therefore typically uses mcp:use + research:read. RISOS does not currently advertise the MCP OAuth 2.1 authorization profile. Use dedicated revocable API keys, one key per client when practical, and rotate them independently.