Hangeul-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| detect_formatB | Detect a document's format. Returns {format: hwpx|hwp|unknown, ok, ...}. |
| analyze_formA | Analyze a Korean HWPX form into fillable fields. Returns fields with field_id (authoritative address), label (alias), kind (empty_cell | inline_blank | ...), insert anchor, and style flags. Use the field_id or label as keys when calling fill_form. |
| fill_formB | Fill values into an HWPX form, preserving all original formatting.
|
| extract_textC | Extract plain text from an HWPX document (one line per text node). |
| hwp_statusA | Report whether the COM live-apply bridge is available (Windows + Hangul). Side-effect free: never launches Hangul. Call this before apply_to_open_hwp. |
| apply_to_open_hwpA | (v2) Fill values into the currently OPEN Hangul document in one shot (COM). Fills named fields (누름틀/cell fields) via PutFieldText. Requires Windows +
Hangul + pywin32; otherwise returns |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pblsketch/Hangeul-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server