目录 / Bareun (바른) — Korean NLP & Spell Checking
Bareun (바른) — Korean NLP & Spell Checking
Bareun (바른) is a Korean natural-language engine. This MCP server lets any MCP-compatible client hand Korean text to a dedicated Korean engine instead of guessing: analyze_syntax (morphological analysis with 47 POS tags and beta homograph sense disambiguation), analyze_syntax_raw (raw model output, no post-processing), tokenize, correct_grammar (spelling and spacing correction with per-edit blocks and rule categories), and list_pos_tags. Resources expose the POS tag table, server info, and the custom dictionaries registered for your key. Hosted at https://api.bareun.ai/mcp over Streamable HTTP — nothing to install. Authenticate with an api-key header (get a free key at https://bareun.ai). The same endpoint ships with self-hosted/on-prem Bareun installs.
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:api-key)
- 端点
https://bareunai--gih2yun.run.tools
{
"mcpServers": {
"Bareun (바른) — Korean NLP \u0026 Spell Checking": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://bareunai--gih2yun.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| analyze_syntax | 한국어 문장의 형태소 분석을 수행합니다. 문장을 어절·형태소로 나누고 품사를 부착합니다. format=compact 면 '표층형/품사' 요약 문자열을, full 이면 전체 구조 JSON 을 돌려줍니다. with_sense=true 를 주면 동형이의어(같은 표기, 다른 뜻: 배[腹]/배[船]/배[梨])의 의미까지 구분해 어깨번호·뜻풀이를 함께 돌려줍니다(베타). |
| analyze_syntax_raw | 후처리 없는 순수 형태소 분석을 수행합니다. seg+tag 모델 추론 결과를 그대로 반환하며 복합명사·복합동사 분해, 자동 띄어쓰기·붙여쓰기, 사용자 사전을 적용하지 않습니다. 모델 성능 평가, BigKinds 재태깅, WSD 개발 등 순수 모델 출력이 필요한 경우에 사용합니다. with_sense=true 면 동형이의어 의미 구분(WSD, 베타) 결과도 후처리 없이 함께 돌려줍니다. |
| correct_grammar | 한국어 문장의 맞춤법·띄어쓰기를 교정합니다. 교정된 문장과 교정 블록(원문/교정문) 목록을 돌려줍니다. |
| list_pos_tags | 바른 형태소 분석이 사용하는 47개 품사 태그 목록(코드·이름·대분류·소분류·enum)을 JSON 으로 돌려줍니다. analyze_syntax 결과의 품사 코드(NNG, JKS 등)를 해석할 때 참고하세요. |
| tokenize | 한국어 문장을 어절(토큰) 단위로 분리합니다. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。