← ailatest.org
INDIVIDUAL MCP TOOL
create_task
Create a task in the signed-in Max member’s AILatest Todo account.
LIVE ENDPOINT
https://todo.ailatest.org/mcp
Connect to this endpoint to inspect the live schema for create_task and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.ailatest-todo]
url = "https://todo.ailatest.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ailatest-todo": {
"type": "http",
"url": "https://todo.ailatest.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ailatest-todo
Remote MCP URL: https://todo.ailatest.org/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": {
"ailatest-todo": {
"url": "https://todo.ailatest.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ailatest-todo": {
"type": "http",
"url": "https://todo.ailatest.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ailatest-todo",
"transport": "streamable-http",
"url": "https://todo.ailatest.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_tasks— List the signed-in Max member’s AILatest Todo tasks.complete_task— Mark an AILatest Todo task complete.list_calendar_packs— List public academic, global event and financial calendar packs.