TickTick MCP Service

28 tools. 15 can modify or destroy data without limits.

4 destructive tools with no built-in limits. Policy required.

Last updated:

15 can modify or destroy data
13 read-only
28 tools total

Community server · catalogue entry verified 11/06/2026

How to control TickTick MCP Service ↓

What TickTick MCP Service exposes to your agents

Read (13) Write / Execute (11) Destructive / Financial (4)
Critical Risk

The most dangerous TickTick MCP Service tools

15 of TickTick MCP Service's 28 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control TickTick MCP Service

PolicyLayer is an MCP gateway — it sits between your AI agents and TickTick MCP Service, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_goal": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "complete_task": {
    "limits": [
      {
        "counter": "complete_task_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "extract_task_keywords": {
    "limits": [
      {
        "counter": "extract_task_keywords_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register TickTick MCP Service — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON TICKTICK MCP SERVICE →

Free to start. No card required.

All 28 TickTick MCP Service tools

READ 13 tools
Read extract_task_keywords 从任务中提取关键词 (来自API) Args: limit: 返回的关键词数量 (默认20) force_refresh: 是否强制刷新缓存数据 (默认为 Read get_goal 获取目标详情 Args: goal_id: 目标ID (任务ID) Returns: 目标详情 Read get_goal_progress 获取目标进度历史 (目前仅支持CSV源) Args: goal_id: 目标ID Returns: 目标进度历史数据 Read get_goal_statistics 获取目标统计信息 (优先项目,后CSV) Args: force_refresh: 是否强制刷新缓存数据 (默认为 False) Returns: 目标统计数据 Read get_goals 获取目标列表 Args: type: 目标类型筛选 (phase/permanent/habit) status: 目标状态筛选 (act Read get_projects 获取所有项目列表 (调用模块级逻辑函数) Returns: 项目列表 Read get_tags 获取所有标签列表 Returns: 标签列表 Read get_task_statistics 获取任务统计信息 (来自API) Args: days: 统计的天数范围 (默认30) force_refresh: 是否强制刷新缓存数据 (默认为 Fa Read get_tasks 获取任务列表 (调用模块级逻辑函数) Args: mode: 任务模式,支持 'all'(所有), 'today'(今天), 'yesterday Read generate_goal_report 生成目标报告 (优先项目,后CSV) Args: goal_id: 目标ID force_refresh: 是否强制刷新缓存数据 (默认为 False) Read generate_weekly_summary 生成每周总结 (合并项目目标和CSV目标) Args: force_refresh: 是否强制刷新缓存数据 (默认为 False) Returns: 每周总结数据 Read match_task_with_goals 匹配任务与目标 Args: task_title: 任务标题 task_content: 任务内容 (可选) pr Read predict_goal_completion 预测目标完成情况 (优先项目,后CSV;目前仅支持带日期的目标) Args: goal_id: 目标ID force_refresh: 是否强制刷新缓存数

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about TickTick MCP Service

Can an AI agent delete data through the TickTick MCP Service MCP server? +

Yes. The TickTick MCP Service server exposes 4 destructive tools including delete_goal, delete_project, delete_tag. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through TickTick MCP Service? +

The TickTick MCP Service server has 11 write tools including complete_task, create_goal, create_project. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach TickTick MCP Service.

How many tools does the TickTick MCP Service MCP server expose? +

28 tools across 3 categories: Destructive, Read, Write. 13 are read-only. 15 can modify, create, or delete data.

How do I enforce a policy on TickTick MCP Service? +

Register the TickTick MCP Service MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every TickTick MCP Service tool call.

Deterministic rules across all 28 TickTick MCP Service tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

28 TickTick MCP Service tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.