LeenOpsDocs
BYO AI

MCP

Expose agent capabilities and schemas for tool-aware clients.

MCP support is for developers and agent platforms that need structured discovery of LeenOps capabilities.

Typical uses

  • List available LeenOps agents.
  • Fetch a schema for a specific agent.
  • Validate a token before calling a tool.
  • Connect an external IDE or agent runtime to LeenOps-managed actions.

Public endpoints

  • GET /api/mcp/agents
  • GET /api/mcp/agents/:agentId/schema
  • POST /api/mcp/auth/validate

The platform registry routes require the configured MCP registry bearer token. The hosted MCP bus can validate deployment-scoped Hermes bearer tokens through /api/mcp/auth/validate before exposing tools.

Use server-side tokens. Do not put privileged MCP tokens into public browser code.