← Registry

Productivity

moodlenstodo.com

Manages tasks with CRUD operations and search.

1 endpoint49 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://moodlenstodo.com/api/mcp

No auth detected

MCP server metadata

Name
moodlens
Version
1.5.0
Capabilities
tools.listChangedresources.listChanged

Known tools 49

list_tasks

List MoodLens tasks.

Inferred read-only
get_task

Get one task by ID, including task details and metadata.

Inferred read-only
search_tasks

Search tasks by title, description, and tags.

Inferred read-only
create_task

Create a new MoodLens task.

Potential side effects
update_task

Update an existing task.

Potential side effects
archive_task

Archive a task.

Inferred read-only
list_documents

List MoodLens documents.

Inferred read-only
create_document

Create a new document.

Potential side effects
create_form_document

Create a new MoodLens document that contains a real fillable response form.

Potential side effects
get_document

Get one document by ID, including native blocks when full=true.

Inferred read-only
update_document

Update an existing document.

Potential side effects
publish_document

Publish, refresh, or unpublish a MoodLens document.

Potential side effects
list_document_blocks

List all native blocks in a document, or get one block by blockId.

Inferred read-only
list_form_responses

List submitted responses for a MoodLens form document.

Inferred read-only
replace_document_blocks

Replace the full block array for a document.

Inferred read-only
add_doc_block

Add a document block.

Inferred read-only
update_doc_block

Update one document block.

Potential side effects
move_doc_block

Move one document block.

Inferred read-only
delete_doc_block

Delete one document block by ID.

Potential side effects
add_doc_database_column

Add a correctly typed column to an existing document database.

Inferred read-only
update_doc_database_column

Change an existing document database column type, configuration, or footer aggregation without replacing the document.

Inferred read-only
delete_doc_database_column

Delete a column from a database block.

Potential side effects
add_doc_database_row

Add a row to a database block.

Inferred read-only
update_doc_database_row

Update a row in a database block.

Potential side effects
delete_doc_database_row

Delete a row from a database block.

Potential side effects
update_doc_database_cell

Update a single cell in a database block.

Potential side effects
list_team

List workspace members and roles.

Inferred read-only
list_columns

List board workflow columns, optionally filtered by board.

Inferred read-only
create_column

Create a board column with optional color and WIP limit.

Potential side effects
update_column

Update a board column title, color, WIP limit, position, or board.

Potential side effects
delete_column

Delete a board column and release its tasks back to the task list.

Potential side effects
reorder_columns

Set the order of columns for a board.

Inferred read-only
replace_board_columns

Replace all columns on a board.

Inferred read-only
list_workspaces

List workspaces available to this credential.

Inferred read-only
list_integrations

List connected integration metadata for a workspace.

Inferred read-only
list_boards

List Kanban boards in a workspace.

Inferred read-only
create_board

Create a new Kanban board.

Potential side effects
update_board

Update a board name, color, or template marker.

Potential side effects
delete_board

Delete a board and its columns/tasks.

Potential side effects
list_sprints

List sprints in a workspace.

Inferred read-only
create_sprint

Create a new sprint.

Potential side effects
list_comments

List comments for a task.

Inferred read-only
add_comment

Add a comment to a task.

Inferred read-only
delete_comment

Delete a comment from a task.

Potential side effects
start_task_timer

Start a timer on a task for this MCP credential.

Inferred read-only
stop_task_timer

Stop the active timer on a task for this MCP credential and add a time entry.

Inferred read-only
add_subtask

Add a subtask to a task.

Inferred read-only
update_subtask

Update a subtask.

Potential side effects
delete_subtask

Delete a subtask from a task.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.moodlens]
url = "https://moodlenstodo.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moodlens": {
      "type": "http",
      "url": "https://moodlenstodo.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moodlens
Remote MCP URL: https://moodlenstodo.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "moodlens": {
      "url": "https://moodlenstodo.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moodlens": {
      "type": "http",
      "url": "https://moodlenstodo.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moodlens",
  "transport": "streamable-http",
  "url": "https://moodlenstodo.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.