
Publicdata Kr
Let your agent discover and call Korean public APIs on data.go.kr while researching markets, compliance, or localized product ideas.
Overview
io.github.fieldcure/publicdata-kr is a MCP server for the Idea phase that discovers and calls data.go.kr public APIs from MCP clients.
What is this MCP server?
- Gateway for discovering and invoking data.go.kr public APIs from MCP clients
- Requires DATA_GO_KR_API_KEY with configurable request timeout (default 30 seconds)
- Caps response body length (default 50,000 characters) for agent-friendly context
- FieldCure.Mcp.PublicData.Kr v1.0.3 on NuGet with stdio transport
- Repository: github.com/fieldcure (publicdata-kr package)
- Server version 1.0.3
- Default PUBLICDATA_TIMEOUT_SECONDS: 30
- Default PUBLICDATA_MAX_RESPONSE_LENGTH: 50000 characters
What problem does it solve?
You need Korean government and public datasets in agent workflows, but browsing data.go.kr and calling each API manually does not scale.
Who is it for?
Indie builders researching Korea-specific markets, civic data products, or localized SaaS backed by official open data.
Skip if: Builders who only need US/EU open data or who do not have a data.go.kr API key.
What do I get? / Deliverables
After registration, your agent can discover endpoints and run bounded data.go.kr API requests with your portal key.
- MCP tools to search and call Korean public data APIs
- Bounded JSON/text responses sized for agent context
Recommended MCP Servers
Journey fit
Public data gateways belong in Idea when you are still validating opportunity with external datasets before hard-coding integrations. research is where API discovery and sample calls inform positioning, pricing, and feature scope for Korea-facing builds.
How it compares
Korea public-data API gateway MCP, not a generic SQL or warehouse connector.
Common Questions / FAQ
Who is io.github.fieldcure/publicdata-kr for?
Solo builders and agents working on Korea-focused ideas who need programmatic access to data.go.kr catalogs and APIs.
When should I use io.github.fieldcure/publicdata-kr?
Use it during research and early validation when public Korean datasets should inform feature ideas, comps, or regulatory context.
How do I add io.github.fieldcure/publicdata-kr to my agent?
Register the FieldCure.Mcp.PublicData.Kr NuGet stdio server, set DATA_GO_KR_API_KEY, and optionally tune PUBLICDATA_TIMEOUT_SECONDS and PUBLICDATA_MAX_RESPONSE_LENGTH.