GetNote MCP Server

26 tools. 10 can modify or destroy data without limits.

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

Last updated:

10 can modify or destroy data
16 read-only
26 tools total

Community server · catalogue entry verified 11/06/2026

How to control GetNote MCP Server ↓

What GetNote MCP Server exposes to your agents

Read (16) Write / Execute (8) Destructive / Financial (2)
Critical Risk

The most dangerous GetNote MCP Server tools

10 of GetNote MCP Server's 26 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control GetNote MCP Server

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

Deny destructive operations
{
  "delete_note": {
    "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
{
  "remove_note_from_topic": {
    "limits": [
      {
        "counter": "remove_note_from_topic_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_blogger_content_detail": {
    "limits": [
      {
        "counter": "get_blogger_content_detail_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 GetNote MCP Server — 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 GETNOTE →

Free to start. No card required.

All 26 GetNote MCP Server tools

READ 16 tools
Read get_blogger_content_detail 获取博主内容详情,包含完整原文(post_media_text)。需要 topic.blogger.read scope。 Read get_live_detail 获取直播详情,包含 AI 摘要(post_summary)和完整原文转写(post_media_text)。需要 topic.live.read scope。 Read get_note 获取指定笔记的详细内容,包括正文、标签、附件、音频转录、网页链接等。 Read get_note_task_progress 查询创建笔记任务的处理进度。用于链接笔记(note_type=link)创建后,通过 save_note 返回的 task_id 轮询任务状态,直到 status 变为 success(可获取 note_id)或 fai Read get_quota 查询当前 API Key 的调用配额,包括 read/write/write_note 三类的日/月剩余次数。 Read get_upload_config 获取图片上传配置,包括支持的文件类型、大小限制等。上传图片前先调用此接口了解约束。 Read get_upload_token 获取 OSS 图片上传凭证。返回 accessid/host/policy/signature 等字段,用于 multipart/form-data POST 上传图片到阿里云 OSS。上传成功后获取 image_id, Read list_notes 获取笔记列表(每次固定返回 20 条)。首次请求 since_id 传 0,后续用上一页最后一条笔记的 ID。 Read list_subscribe_topics 获取当前用户订阅的知识库列表(他人公开的,非自己创建)。返回 topics[]、has_more、total。 Read list_topic_blogger_contents 获取知识库中某个博主发布的内容列表(摘要,不含原文)。需要 topic.blogger.read scope。 Read list_topic_bloggers 获取知识库订阅的博主列表。需要 topic.blogger.read scope。 Read list_topic_lives 获取知识库中已完成且 AI 已处理的直播列表。需要 topic.live.read scope。 Read list_topic_notes 获取指定知识库内的笔记列表(每页 20 条)。 Read list_topics 获取知识库列表(每页固定 20 条)。返回 topics[]、has_more、total。每个 topic 包含 topic_id(知识库 ID,后续所有接口的 topic_id 参数均传此值)、name、descri Read recall 全局语义搜索:在所有笔记中进行语义召回。适用场景:「搜一下」「找找我哪些笔记提到了 XX」。返回结果按相关度从高到低排序。需要 note.recall.read scope。 Read recall_knowledge 知识库语义搜索:在指定知识库范围内进行语义召回。适用场景:「在我的 XX 知识库搜一下 XX」。返回结果按相关度从高到低排序。需要 note.topic.recall.read scope。

Related servers

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

Questions about GetNote MCP Server

Can an AI agent delete data through the GetNote MCP Server MCP server? +

Yes. The GetNote MCP Server server exposes 2 destructive tools including delete_note, delete_note_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 GetNote MCP Server? +

The GetNote MCP Server server has 8 write tools including remove_note_from_topic, follow_topic_live, share_note. 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 GetNote MCP Server.

How many tools does the GetNote MCP Server MCP server expose? +

26 tools across 3 categories: Destructive, Read, Write. 16 are read-only. 10 can modify, create, or delete data.

How do I enforce a policy on GetNote MCP Server? +

Register the GetNote MCP Server 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 GetNote MCP Server tool call.

Deterministic rules across all 26 GetNote MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

26 GetNote MCP Server 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.