by privetin
Enables searching and retrieving detailed entries from the Standard Korean Dictionary through an MCP API.
Provides two main endpoints – search for finding words using a wide range of filters (e.g., part of speech, category, multimedia type, phonetic length) and detail for obtaining full entry information such as headword data and target codes.
key
parameter.q
(query) and optional parameters like req_type
, start
, num
, target
, method
, type1
, type2
, pos
, cat
, etc.q
, method
(either word_info
or target_code
), and optional req_type
.xml
(default) or json
format.search
) and full‑detail (detail
) queries.Q: Which request parameter is mandatory?
A: The key
(API key) and q
(search term) are required for all endpoints.
Q: How do I choose the response format?
A: Set req_type
to json
for JSON output; omit or set to xml
for XML.
Q: What does the advanced
flag do?
A: When set to y
, additional filtering parameters become active (e.g., type1
, type2
, pos
).
Q: Is there a limit on the number of results?
A: num
can be set between 10 and 100 (default 10); start
ranges from 1 to 1000.
Q: Where can I find licensing details? A: Code is under MIT; dictionary text uses CC BY‑SA 2.0 Korea, and multimedia content follows individual licenses with required attribution to the National Institute of Korean Language.
MCP server for the Standard Korean Dictionary.
Get a Standard Korean Dictionary API Key by following the instructions here.
Add this to your claude_desktop_config.json
:
{
"stdict": {
"command": "uv",
"args": [
"--directory",
"/path/to/stdict",
"run",
"stdict.py"
],
"env": {
"STDICT_API_KEY": "YOUR_API_KEY"
}
}
}
This MCP server implementation is provided under the MIT License.
Content from the Standard Korean Dictionary is provided under the following terms:
For full terms of use, see the official terms of service.
Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by exa-labs
Provides real-time web search capabilities to AI assistants via a Model Context Protocol server, enabling safe and controlled access to the Exa AI Search API.
by elastic
Enables natural‑language interaction with Elasticsearch indices via the Model Context Protocol, exposing tools for listing indices, fetching mappings, performing searches, running ES|QL queries, and retrieving shard information.
by graphlit
Enables integration between MCP clients and the Graphlit platform, providing ingestion, extraction, retrieval, and RAG capabilities across a wide range of data sources and connectors.
by mamertofabian
Fast cross‑platform file searching leveraging the Everything SDK on Windows, Spotlight on macOS, and locate/plocate on Linux.
by cr7258
Provides Elasticsearch and OpenSearch interaction via Model Context Protocol, enabling document search, index management, cluster monitoring, and alias operations.
by liuyoshio
Provides natural‑language search and recommendation for Model Context Protocol servers, delivering rich metadata and real‑time updates.
by ihor-sokoliuk
Provides web search capabilities via the SearXNG API, exposing them through an MCP server for seamless integration with AI agents and tools.
by fatwang2
Provides web and news search, URL crawling, sitemap extraction, deep‑reasoning, and trending topic retrieval via Search1API, exposed as an MCP server for integration with AI clients.
by cnych
Provides SEO data retrieval via Ahrefs, exposing MCP tools for backlink analysis, keyword generation, traffic estimation, and keyword difficulty, with automated CAPTCHA solving and response caching.