{"openapi":"3.0.0","info":{"title":"Focuh MCP","version":"2.2.0","description":"MCP server for managing Focuh tasks, calendar, goals, and focus stats. Tools: get_tasks, create_tasks, update_tasks, delete_tasks, get_subtasks, reorder_subtasks, get_loops, pull_loops, get_calendar, get_goals, create_goal, update_goal, delete_goal, get_focus_stats."},"servers":[{"url":"https://www.focuh.com/api/mcp"}],"paths":{"/":{"post":{"operationId":"mcp_request","summary":"MCP JSON-RPC endpoint","description":"Handles all MCP protocol messages including initialize, tools/list, and tools/call.","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"MCP response (SSE or JSON depending on Accept header)"}}}}},"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","description":"Focuh API key from Settings > MCP"}}},"security":[{"bearerAuth":[]}]}