govdata-korea
Server Details
Cloudflare Workers MCP server: govdata-korea
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- lazymac2x/govdata-korea-api
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.5/5 across 6 of 6 tools scored.
Each tool targets a distinct aspect of Korean government data (business types, economic indicators, exchange rates, holidays, population, postal codes) with no overlapping purposes, making it easy for an agent to select the correct one.
All tools follow a consistent 'get_' prefix followed by the resource name in snake_case (e.g., get_business_types, get_economic_indicators), making the naming pattern predictable.
With 6 tools, the server is well-scoped for a focused government data provider, offering essential data categories without being overwhelming or too sparse.
The tool set covers major data categories like economic indicators, demographic, geo, and legal data, but missing some common government data such as education, health, or transport statistics, though not critical.
Available Tools
6 toolsget_business_typesInspect
Look up Korean Standard Industrial Classification (KSIC) business type codes.
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | KSIC code letter (A-U). Omit for all. | |
| search | No | Search term in English or Korean. |
get_economic_indicatorsInspect
Get Korean economic indicators: GDP, CPI, unemployment, interest rate, trade, exchange rates, housing index.
| Name | Required | Description | Default |
|---|---|---|---|
| indicator | No | Specific indicator: gdp, cpi, unemployment, interest_rate, trade, exchange_rates, housing. Omit for all. |
get_exchange_ratesInspect
Get KRW exchange rates against major currencies. Optionally filter by currency code (e.g. USD, EUR, JPY).
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Currency code to filter (e.g. USD, EUR, JPY). Omit for all rates. |
get_holidaysInspect
Get Korean public holidays for a given year (2024-2026).
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year (2024, 2025, or 2026). Default 2026. |
get_populationInspect
Get South Korea population data by region. Based on 2024 KOSIS resident registration data.
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Region name in English or Korean (e.g. "Seoul", "서울"). Omit for all regions. |
lookup_postal_codeInspect
Look up Korean postal codes by district, city, area name, or postal code number.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query: district name, city, area, or postal code (e.g. "강남", "Gangnam", "06011"). |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityCmaintenanceA minimal MCP server template that runs on Cloudflare Workers + TypeScript, enabling quick creation of tools like calculations, API wrappers, and static data endpoints.Last updated28
- Alicense-qualityBmaintenanceThin Cloudflare Workers MCP server for navigating Bible Aquifer content, enabling Bible verse retrieval, content search, and entity profiling through MCP tools.Last updated2MIT
- Flicense-qualityDmaintenanceA remote MCP server deployable on Cloudflare Workers without authentication, providing tools for website scraping and content extraction using Cloudflare's Browser Rendering and AI.Last updated1
- Flicense-qualityCmaintenanceMCP server that estimates photovoltaic production using the European Commission's PVGIS API, deployed on Cloudflare Workers for serverless, free-tier operation.Last updated