Velog

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

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

Last updated:

15 can modify or destroy data
14 read-only
29 tools total

Community server · catalogue entry verified 12/06/2026

How to control Velog ↓

What Velog exposes to your agents

Read (14) Write / Execute (12) Destructive / Financial (3)
Critical Risk

The most dangerous Velog tools

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

How to control Velog

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "velog_get_comments": {
    "limits": [
      {
        "counter": "velog_get_comments_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 Velog — 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 VELOG →

Free to start. No card required.

All 29 Velog tools

READ 14 tools
Read velog_get_comments 특정 Velog 포스트의 댓글 목록을 가져옵니다. 댓글 ID를 확인하여 삭제에 활용할 수 있습니다. username을 지정하면 타 유저 포스트의 댓글도 조회할 수 있습니다. Read velog_get_notifications 내 Velog 알림 목록을 가져옵니다. 좋아요·댓글·팔로우 알림과 읽지 않은 알림 수를 반환합니다. Read velog_get_post 특정 Velog 포스트의 전체 내용을 가져옵니다. username을 지정하면 타 유저 포스트도 조회할 수 있습니다. Read velog_get_reading_list 내 Velog 읽을 목록(북마크)을 가져옵니다. 저장한 포스트 목록을 반환합니다. Read velog_get_rss 특정 Velog 유저의 RSS 피드를 가져옵니다. 인증 없이 최신 포스트 목록을 조회할 수 있습니다. Read velog_get_trending Velog 트렌딩 포스트 목록을 가져옵니다. timeframe으로 기간을 지정할 수 있습니다. Read velog_list_posts Velog 포스트 목록을 가져옵니다. username을 지정하면 타 유저 포스트도 조회할 수 있습니다. Read velog_list_series 내 Velog 시리즈 목록을 조회합니다. Read velog_list_tags 내 Velog 태그 목록과 태그별 포스트 수를 조회합니다. Read velog_list_temp_posts Velog 임시저장 포스트 목록을 가져옵니다. Read velog_search_posts Velog 포스트를 키워드로 검색합니다. username을 지정하면 특정 유저의 포스트만 검색합니다. Read velog_git_to_post git 커밋 이력과 diff를 분석해 Velog 블로그 초안용 컨텍스트를 반환합니다. 코딩 후 Read velog_topic_research Velog 트렌딩 포스트를 분석해 내가 아직 쓰지 않은 인기 주제(gap)를 찾아줍니다. 트렌딩 태그 빈도와 내 포스트 태그 이력을 교차분석해 주제 발굴에 활용하세요. Read velog_trend_report Velog 트렌딩 포스트를 분석하여 최근 개발 동향 리포트 데이터를 반환합니다. 각 포스트의 태그, 요약, 좋아요/댓글 수를 포함하며 Claude가 이를 분석해 트렌드 문서를 작성합니다.

Related servers

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

Questions about Velog

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

Yes. The Velog server exposes 3 destructive tools including velog_delete_comment, velog_delete_post, velog_delete_series. 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 Velog? +

The Velog server has 12 write tools including velog_append_to_series, velog_create_series, velog_draft_post. 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 Velog.

How many tools does the Velog MCP server expose? +

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

How do I enforce a policy on Velog? +

Register the Velog 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 Velog tool call.

Deterministic rules across all 29 Velog tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

29 Velog 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.