What is the APICK MCP server?
APICK Korean data APIs: business registry, parcel tracking, OCR, conversion, search
How to install APICK
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
APICK_API_KEYsecretBearer <APICK license key>. Get a free key with 1,000 free points at https://apick.app (tools/list works without a key).
APICK_MCP_SERVERWhich APICK server to expose: all, business, identity, ocr, finance, web, convert, vision, ai.
AuthorizationsecretBearer <APICK license key>. Get a free key with 1,000 free points at https://apick.app (tools/list works without a key).
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"all": {
"command": "npx",
"args": [
"-y",
"apick-mcp"
],
"env": {
"APICK_API_KEY": "<YOUR_APICK_API_KEY>",
"APICK_MCP_SERVER": "<YOUR_APICK_MCP_SERVER>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"all": {
"command": "npx",
"args": [
"-y",
"apick-mcp"
],
"env": {
"APICK_API_KEY": "<YOUR_APICK_API_KEY>",
"APICK_MCP_SERVER": "<YOUR_APICK_MCP_SERVER>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"all": {
"command": "npx",
"args": [
"-y",
"apick-mcp"
],
"env": {
"APICK_API_KEY": "<YOUR_APICK_API_KEY>",
"APICK_MCP_SERVER": "<YOUR_APICK_MCP_SERVER>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"all": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"apick-mcp"
],
"env": {
"APICK_API_KEY": "<YOUR_APICK_API_KEY>",
"APICK_MCP_SERVER": "<YOUR_APICK_MCP_SERVER>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}Claude Code
claude mcp add all --env APICK_API_KEY=<YOUR_APICK_API_KEY> --env APICK_MCP_SERVER=<YOUR_APICK_MCP_SERVER> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y apick-mcpRelated MCP servers
APICK Business
Active
Korean business registry, corporate info, parcel tracking, validation APIs
0
View repository →APICK Finance
Active
Korean bank account verification: holder name lookup, 1 KRW deposit, bank codes
0
View repository →