# MoodLens To-Do MCP Connector

> Public, machine-readable documentation for the production MoodLens To-Do remote Model Context Protocol connector.

- Documentation URL: https://moodlenstodo.com/mcp.html
- MCP endpoint: https://moodlenstodo.com/api/mcp
- Status: Production and generally available
- Transport: Streamable HTTP over HTTPS
- Authentication: OAuth 2.1-compatible authorization, dynamic client registration, S256 PKCE, resource-bound tokens, and least-privilege scopes
- Provider: Moodlens Technology
- Support: support@moodlens-ai.com
- Last updated: 2026-07-28

## Purpose

The MoodLens To-Do MCP connector lets ChatGPT, Claude, and other compatible AI clients perform authorized work in a MoodLens workspace. The user selects a workspace during OAuth authorization and approves the requested scopes.

## Supported capability groups

- Tasks: search, read, create, update, organize, comment on, and manage task records.
- Documents: search, read, create, update, and manage native documents and structured content blocks.
- Boards and columns: inspect and manage project-board structure and task placement.
- Sprints: inspect and manage sprint data.
- Comments and subtasks: read and manage task collaboration records.
- Time tracking: read and add task time entries.
- Team: find workspace members when assigning or coordinating work.

The live MCP `tools/list` response is the authoritative source for exact tool names and input schemas.

## Setup

1. Add `https://moodlenstodo.com/api/mcp` as a remote MCP connector.
2. Sign in through the MoodLens OAuth authorization screen.
3. Choose a workspace where you are an owner or administrator.
4. Review and authorize the requested read and write scopes.
5. Use the connector from the compatible AI client's tool or connector interface.

## Example requests

- "Show my open tasks, identify the three highest-priority items, and explain what is blocked."
- "Create a project launch brief in MoodLens with goals, milestones, risks, and a checklist."
- "Create a high-priority task called 'Prepare launch review', add a rich description and three subtasks, then place it in the To Do column."
- "Find the launch review task, mark the first subtask complete, add a progress comment, and move the task to In Progress."

## Authorization and safety

The connector receives tool arguments and returns records only from the workspace and scopes the user authorizes. It does not request unrelated AI-client memory, unrelated chat history, or files that were not selected for a MoodLens operation.

Write actions can create, update, publish, archive, or delete workspace data. The AI client should show its normal confirmation or approval experience for write and destructive actions. Users should review the target and requested change before approval.

Never paste an OAuth token, API credential, or other secret into a chat message or public document.

## OAuth discovery

- Protected-resource metadata: https://moodlenstodo.com/.well-known/oauth-protected-resource
- Authorization-server metadata: https://moodlenstodo.com/.well-known/oauth-authorization-server

## Public policies and support

- Help Center: https://moodlenstodo.com/help-center
- Privacy Policy: https://moodlenstodo.com/privacy-policy
- Terms of Use: https://moodlenstodo.com/terms-of-use
- Support email: support@moodlens-ai.com
