← apick.app

INDIVIDUAL MCP TOOL

get_car_scrap

Check whether a Korean vehicle has a scrap/total-loss accident record, by VIN or license plate number.

apick.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://apick.app/mcp/business

No auth detected

Connect to this endpoint to inspect the live schema for get_car_scrap and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

apick.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.app-apick-business]
url = "https://apick.app/mcp/business"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "app-apick-business": {
      "type": "http",
      "url": "https://apick.app/mcp/business"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: app-apick-business
Remote MCP URL: https://apick.app/mcp/business

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "app-apick-business": {
      "url": "https://apick.app/mcp/business"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "app-apick-business": {
      "type": "http",
      "url": "https://apick.app/mcp/business"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "app-apick-business",
  "transport": "streamable-http",
  "url": "https://apick.app/mcp/business"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • biz_detail — Look up general status information of a Korean business by its 10-digit business registration number.
  • venture_biz_info — Look up venture company information of a Korean business, including financial statements and investment data.
  • land_rt_price — Look up real estate transaction price records in Korea by region, property type, and year.
  • req_pccc — Request SMS verification to retrieve a Korean Personal Customs Clearance Code (PCCC).
  • get_pccc — Retrieve a Korean Personal Customs Clearance Code (PCCC) using the auth key and SMS verification code.
  • check_pccc — Verify that a Korean Personal Customs Clearance Code (PCCC) matches the given name, zip code, and phone number.
  • get_car_flooding — Check whether a Korean vehicle has a flood damage record, by VIN or license plate number.
  • parcel_tracking — Track a Korean parcel in real time by carrier code and tracking number.