Passport, ID and MRZ recognition through the doc.cheap API — $0.01 per document
claude mcp add mcp -- npx -y @doc-cheap/mcp
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@doc-cheap/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@doc-cheap/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@doc-cheap/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@doc-cheap/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@doc-cheap/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/cheap.doc--mcp/reviews or the review_server meta-tool.
POST /mcp