독립유공자 공훈록 MCP 서버
This server provides access to Korean independence activists' merit records and public reports with the following functions:
Search Merit Records: Search for independence activists by name, birthdate, honors, and affiliations
Retrieve Public Reports: Access detailed public reports of independence activists
Access Honor Codes: View information about honor/merit classification codes
Access Affiliation Codes: Retrieve information about movement affiliation codes
Clear Cache: Reset cached data to ensure updated information retrieval
Supports environment variable configuration through .env files, allowing users to customize their connection to the Independence Patriots Merit Database.
Supports installation of the MCP server through Git repository cloning, enabling access to the e-gonghun-mcp codebase and its functionality.
Provides access to the MCP server code through GitHub repositories, specifically from the 국가보훈부 (Ministry of Patriots and Veterans Affairs) organization.
Offers specific installation and configuration support for macOS systems, including specialized setup instructions for the Claude Desktop integration.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@독립유공자 공훈록 MCP 서버안창호 선생님의 공적조서를 찾아줘"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Independence Meritorious Service Merit Record MCP Server
This is an MCP (Model Context Protocol) server that allows you to search the records of merit and records of achievements of independence activists in the Electronic Archives of the Ministry of Patriots and Veterans Affairs.
Preparation
Before you begin, you will need the following tools:
macOS or Windows
Claude Desktop Latest Version
uv 0.4.18 or higher (check with
uv --version)
macOS Preferences
# Homebrew 사용
brew install uv
# 또는 직접 다운로드:
# uv: https://docs.astral.sh/uv/Windows Preferences
# winget 사용
winget install --id=astral-sh.uv -e
# 또는 직접 다운로드:
# uv: https://docs.astral.sh/uv/Related MCP server: MCP Server Legifrance
How to install
# 프로젝트 복제
git clone https://github.com/국가보훈부/e-gonghun-mcp.git
cd e-gonghun-mcp
# 패키지 설치
uv pip install -e .Setting environment variables
Copy .env.sample file to .env and fill in the necessary settings.
cp .env.sample .envHow to use Claude Desktop
To use this tool on Claude Desktop, you need the following settings:
macOS Settings
Open the settings file:
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonAdd the following settings:
{
"mcpServers": {
"e_gonghun_mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/사용자이름/projects/e-gonghun-mcp",
"run",
"gonghun-mcp"
]
}
}
}Windows Settings
Open the settings file:
code $env:AppData\Claude\claude_desktop_config.jsonAdd the following settings:
{
"mcpServers": {
"e_gonghun_mcp": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\사용자이름\\projects\\e-gonghun-mcp",
"run",
"gonghun-mcp"
]
}
}
}Restart Claude Desktop.
function
View the list of meritorious deeds of independence activists
Inquiry into the records of meritorious deeds of independence activists
Provides code information such as training and sports series
How to use API
The Model Context Protocol enables the following tools:
get_merit_list- Get the list of merits of independence activistsSearchable by name, date of birth, grade, athletic background, etc.
get_public_report- View the records of meritorious deeds of independence activistsget_hunkuk_codes- Gets information about hunkuk codesget_workout_affil_codes- Get workout affil code informationclear_cache- clears cached data
Example of use
Ask Claude Desktop the following questions:
3.1운동을 이천에서 참여한 독립유공자 목록을 가져와줘How it works
Interacting with Claude Desktop via the Model Context Protocol goes like this:
Server Discovery : Claude Desktop connects to the configured MCP servers on startup and checks the capabilities of each server.
Protocol handshake : Select an appropriate MCP server and negotiate capabilities via the protocol, then request data or operations from the server.
Extending Model Context : The MCP server provides additional context and data to the Claude model to enable it to generate more accurate and detailed responses.
Interaction Flow : When you make a query request in Claude Desktop, the MCP server processes the data and returns the results.
Security : The MCP server provides only specific functionality, runs locally, and requires user confirmation for critical operations.
License
MIT License
Copyright (c) 2024
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This repository was created using Anthropic's Claude 3.7 Sonnet.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.143MIT
- AlicenseNot gradedqualityDmaintenanceA server implementing the Model Context Protocol to allow direct access to French legal resources (laws, codes, case law) from compatible Large Language Models like Claude, enabling interactive legal research through the Legifrance API.63MIT
- FlicenseNot gradedqualityDmaintenanceA Python server implementing the Model Context Protocol that exposes tools for querying external APIs, compatible with Claude Desktop and ChatGPT Desktop.
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables Claude Desktop to query and analyze Taiwan CoolPC computer component prices, helping users generate custom PC quotes through AI assistance.922MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/kokoa-tools/e-gonghun-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server