PluginBench
MCP Server
Active

APICK Business MCP Server

app.apick/business

What is the APICK Business MCP server?

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

How to install APICK Business

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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).

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "business": {
      "url": "https://apick.app/mcp/business"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "business": {
      "serverUrl": "https://apick.app/mcp/business"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "business": {
      "type": "http",
      "url": "https://apick.app/mcp/business"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "business": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://apick.app/mcp/business"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http business https://apick.app/mcp/business

Related MCP servers

APICK AI

Active

LLM chat, text summarization and AI image generation

0
View repository →

APICK

Active

APICK Korean data APIs: business registry, parcel tracking, OCR, conversion, search

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 →