This MCP server provides Korean public procurement (G2B) data via the Model Context Protocol (MCP), integrating various APIs for AI agents to access bid announcements, award information, contract details, procurement statistics, and product lists.
From the registry: Access Korea’s G2B procurement and Nara Market data for bid notices, awards, contracts, statistics…
$ git clone https://github.com/alphago2580/naramarketmcp && cd naramarketmcp && pip install .Please install the `alphago2580-naramarketmcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.10+** — Required runtime (https://www.python.org/)
- **Korean public data portal API key** — Obtain a service key from data.go.kr (https://www.data.go.kr/)
- **Clone and install repo** — No published PyPI/npm package shown; install from source Run: `git clone https://github.com/alphago2580/naramarketmcp && cd naramarketmcp && pip install .`
Canonical MCP server config (stdio transport):
- command: `naramarket-mcp`
- args: []
- required environment variables:
- `NARAMARKET_SERVICE_KEY`: Korean public data portal API key (example: `<your-naramarket-service-key>`)
- optional environment variables:
- `FASTMCP_TRANSPORT`: stdio | http | sse (example: `stdio`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.NARAMARKET_SERVICE_KEYrequiredAPI key for the public data portal.MCP server for searching Airweave collections with natural language queries.