kolas-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KOLAS_SERVICE_KEY | No | data.go.kr ServiceKey for dataset 15054300 (annual statistics). Not required for live lab search. |
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 |
|---|---|
| search_accredited_labsA | Search KOLAS-accredited laboratories by free-text query and accreditation category. Returns a paginated list of labs with accreditation number, name, category, scope fields, and validity end date. Data source: knab.go.kr (no API key needed). |
| get_lab_detailsA | Fetch full detail for a single KOLAS-accredited lab by accreditation number. Returns metadata (name, address, phone, contact, status), the scope-of-accreditation table, and the accreditation history (initial accreditation, renewals, extensions, suspensions). Data source: knab.go.kr. |
| get_kolas_statisticsA | Return annual KOLAS accreditation statistics — number of accredited organizations per category per year. Data source: data.go.kr dataset 15054300 (산업통상자원부_기술표준통계_한국인정기구(KOLAS) 인정현황). Requires KOLAS_SERVICE_KEY. |
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 3 tools
Each tool has a clearly distinct purpose: aggregated statistics, detailed lab info by ID, and free-text search. There is no overlap in functionality.
All tool names follow a consistent snake_case verb_noun pattern (get_kolas_statistics, get_lab_details, search_accredited_labs), making them predictable and easy to understand.
With 3 tools, the server is well-scoped for its purpose of querying KOLAS accreditation data. Each tool serves a essential function without unnecessary bloat.
The set covers search, details, and statistics, covering the main read operations. A minor gap is the lack of a tool to list available accreditation categories directly, but this is partly handled by the search tool's category parameter.