PluginBench
MCP Server
Active

APICK MCP Server

app.apick/all

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_KEY
    secret

    Bearer <APICK license key>. Get a free key with 1,000 free points at https://apick.app (tools/list works without a key).

  • APICK_MCP_SERVER

    Which APICK server to expose: all, business, identity, ocr, finance, web, convert, vision, ai.

  • Authorization
    secret

    Bearer <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-mcp

Related MCP servers

APICK AI

Active

LLM chat, text summarization and AI image generation

0
View repository →

Korean business registry, corporate info, parcel tracking, validation APIs

0
View repository →

File conversion: PDF, DOCX, STT, TTS, watermarking

0
View repository →

Korean bank account verification: holder name lookup, 1 KRW deposit, bank codes

0
View repository →

Korean ID document verification and PII masking APIs

0
View repository →

APICK OCR

Active

OCR for images and Korean ID documents

0
View repository →