Stats
Actions
Tags
From ipzitalk-local
Connects to Korean public data (data.go.kr), Kakao API, and Naver Maps API for property pre-sale information, location data, and government data queries. Requires API keys for each service.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"presale-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"KAKAO_REST_API_KEY": "${user_config.KAKAO_REST_API_KEY}",
"NAVER_MAPS_CLIENT_ID": "${user_config.NAVER_MAPS_CLIENT_ID}",
"DATA_GO_KR_SERVICE_KEY": "${user_config.DATA_GO_KR_SERVICE_KEY}",
"NAVER_MAPS_CLIENT_SECRET": "${user_config.NAVER_MAPS_CLIENT_SECRET}"
}
}
}
}Replace placeholder values for: KAKAO_REST_API_KEY, NAVER_MAPS_CLIENT_SECRET, DATA_GO_KR_SERVICE_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
KAKAO_REST_API_KEY=${user_config.KAKAO_REST_API_KEY}NAVER_MAPS_CLIENT_ID=${user_config.NAVER_MAPS_CLIENT_ID}DATA_GO_KR_SERVICE_KEY=${user_config.DATA_GO_KR_SERVICE_KEY}NAVER_MAPS_CLIENT_SECRET=${user_config.NAVER_MAPS_CLIENT_SECRET}Sensitive values you must provide — never committed to source control
npx claudepluginhub chatdaeri/ipzitalk --plugin ipzitalk-local