INDIVIDUAL MCP TOOL
name_rrn_auth
Verify that a Korean name and resident registration number (RRN) match a real registered person.
LIVE ENDPOINT
https://apick.app/mcp/identity
Connect to this endpoint to inspect the live schema for name_rrn_auth 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
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-identity]
url = "https://apick.app/mcp/identity"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"app-apick-identity": {
"type": "http",
"url": "https://apick.app/mcp/identity"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: app-apick-identity
Remote MCP URL: https://apick.app/mcp/identity
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-identity": {
"url": "https://apick.app/mcp/identity"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"app-apick-identity": {
"type": "http",
"url": "https://apick.app/mcp/identity"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "app-apick-identity",
"transport": "streamable-http",
"url": "https://apick.app/mcp/identity"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
identi_card1— Verify the authenticity of a Korean resident registration card (jumin-deungnokjeung) using text input.identi_card2— Verify the authenticity of a Korean driver license using text input.identi_card3— Verify the authenticity of a Korean passport using text input.identi_card4— Verify the authenticity of a Korean resident registration certificate (jumin-deungnok-deungbon) using text input.identi_card5— Verify the authenticity of a Korean alien registration card (residence card) using text input.identi_card_image1— Verify the authenticity of a Korean resident registration card from an image or PDF file.identi_card_image2— Verify the authenticity of a Korean driver license from an image or PDF file.identi_card_image3— Verify the authenticity of a Korean passport from an image or PDF file.