MCP Tools
Our MCP server (port 8000/mcp/) — 54 tools: memory, files, workspaces, projects, agents, search, workflows, teams, skills. HOW TO USE: 1. GET /api/v1/mcp/tools → list all tools 2. POST /api/v1/mcp/tools/{tool_id}/invoke → execute any tool 3. Or connect directly: POST /mcp/ with Bearer JWT + MCP protocol
Endpoints
Runs live against the backend- GET
/api/v1/mcp/toolsList all MCP tools available (memory, files, search, agents, etc.) - GET
/api/v1/mcp/tools/{tool_id}Get tool schema + input definition - POST
/api/v1/mcp/tools/{tool_id}/invokeExecute any MCP tool — pass arguments as JSON body - GET
/api/v1/mcp/serversList registered external MCP servers - POST
/api/v1/mcp/servers/registerRegister an external MCP server - POST
/api/v1/mcp/servers/{server_id}/discoverDiscover tools from an MCP server
Calls go through the portal proxy with your admin session. SSE (run / generate) endpoints return their final payload here; live streaming lands next.