HWP MCP Server

30 tools. 23 can modify or destroy data without limits.

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

Last updated:

23 can modify or destroy data
7 read-only
30 tools total

Community server · catalogue entry verified 11/06/2026

How to control HWP MCP Server ↓

What HWP MCP Server exposes to your agents

Read (7) Write / Execute (20) Destructive / Financial (2)
Critical Risk

The most dangerous HWP MCP Server tools

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

How to control HWP MCP Server

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "hwp_find_and_show_cell": {
    "limits": [
      {
        "counter": "hwp_find_and_show_cell_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 HWP 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 HWP →

Free to start. No card required.

All 30 HWP MCP Server tools

WRITE 16 tools
Write hwp_close_document 현재 문서를 닫습니다. Args: save: 저장 후 닫을지 여부 (기본값: False) suppress_dialog: 저장 확인 팝업창 표시 안함 (기본값: Write hwp_create Create a new HWP document. Write hwp_create_complete_document hwp_create_complete_document Write hwp_create_document_from_text 단일 문자열로 된 텍스트 내용으로 문서를 생성합니다. Args: content (str): 문서 내용 (형식을 자동으로 감지하고 처리) title (st Write hwp_create_table_with_data pywin32를 사용하여 현재 커서 위치에 표를 생성하고 데이터를 채웁니다. Args: rows: 표의 행 수 cols: 표의 열 수 da Write hwp_fill_cells hwp_fill_cells Write hwp_fill_column_numbers 표의 특정 열에 시작 숫자부터 끝 숫자까지 세로로 채웁니다. Args: start: 시작 숫자 (기본값: 1) end: 끝 숫자 (기본값: 10) Write hwp_fill_table_with_data 이미 존재하는 표에 데이터를 채웁니다. Args: data: 표에 채울 데이터 (JSON 문자열 또는 2차원 리스트) start_row: 시작 행 번호 Write hwp_insert_paragraph Insert a new paragraph. Write hwp_insert_table Insert a table at the current cursor position. Write hwp_insert_text Insert text at the current cursor position. Write hwp_redo 다시 실행(Redo)을 수행합니다. Args: count: 다시 실행할 횟수 (기본값: 1) Returns: str: 결과 메시지 Write hwp_replace_text 문서에서 텍스트를 찾아 바꿉니다. Args: find: 찾을 텍스트 replace: 바꿀 텍스트 replace_all: 모두 바꾸기 여부 (기본값 Write hwp_save Save the current HWP document. Write hwp_set_font Set font properties for selected text. Write hwp_undo 실행 취소(Undo)를 수행합니다. Args: count: 취소할 횟수 (기본값: 1) Returns: str: 결과 메시지

Related servers

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

Questions about HWP MCP Server

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

Yes. The HWP MCP Server server exposes 2 destructive tools including hwp_close_all_documents, hwp_close_window. 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 HWP MCP Server? +

The HWP MCP Server server has 16 write tools including hwp_close_document, hwp_create, hwp_create_complete_document. 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 HWP MCP Server.

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

30 tools across 3 categories: Execute, Read, Write. 7 are read-only. 23 can modify, create, or delete data.

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

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

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

Free to start. No card required.

30 HWP 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.