← apick.app

INDIVIDUAL MCP TOOL

ocr_identi3

Extract key fields from a passport image via OCR.

apick.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://apick.app/mcp/ocr

No auth detected

Connect to this endpoint to inspect the live schema for ocr_identi3 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-ocr]
url = "https://apick.app/mcp/ocr"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

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-ocr": {
      "url": "https://apick.app/mcp/ocr"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • ocr — Extract text from an image file (OCR).
  • ocr_identi1 — Extract key fields from a Korean resident registration card (jumin card) image via OCR.
  • ocr_identi2 — Extract key fields from a Korean driver license image via OCR.
  • ocr_identi4 — Extract key fields from a Korean certified copy of resident registration (deungbon) image via OCR.
  • ocr_identi5 — Extract key fields from a Korean alien registration card (residence card) image via OCR.