HIRA Disease MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HIRA_SERVICE_KEY | Yes | Your service key from the Korean public data portal (data.go.kr). Used for authentication. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hira_search_diseaseA | Search HIRA disease names and codes. Defaults to Korean medicine data with medTp=2. |
| hira_disease_gender_age_statsA | Get HIRA disease statistics by gender and age. Use for Korean medicine lecture examples after finding a disease code. |
| hira_disease_inout_statsB | Get HIRA disease statistics split by hospitalization and outpatient care. |
| hira_disease_institution_type_statsB | Get HIRA disease statistics by medical institution class/type. |
| hira_disease_region_statsC | Get HIRA disease statistics by medical institution region. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct statistical dimension (gender/age, inpatient/outpatient, institution type, region) plus a search tool, with no overlap in purposes.
All tools follow the consistent pattern 'hira_disease_<specific_dimension>', using snake_case uniformly.
5 tools is well-scoped for a focused domain of disease statistics, covering core breakdowns without unnecessary bloat.
The set covers search and major statistical breakdowns, but lacks a tool for overall aggregated statistics (e.g., total counts) which could be useful.