zuramai/verihubs-mcp-server
If you are the rightful owner of verihubs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP Server that connects to Verihubs services such as OCR, facial recognition, document scanning, etc.
extract_ktp_data
Extracts KTP data from a base64 image and returns it in JSON format.
Verihubs MCP Server
An MCP Server that connect to Verihubs services such as OCR, facial recognition, document scanning, etc.
Tools list
extract_ktp_data
The server provides extract_ktp_data
tool that accepts base64 image that contains a KTP (Indonesian ID Card) and returns extracted KTP data in JSON.
Parameters:
image
(string): base64 image containing KTP ID Card
Coming soon tools
-
detect_deepfake
: Detect if an image or video contains deepfake/artificially generated content -
detect_face_spoof
: Detect if a face in an image is real or a spoof (photo, mask, etc.) -
count_faces
: Count the number of faces detected in an image -
face_recognition
: Compare two face images to determine if they belong to the same person -
extract_sim_ocr
: Extract data from Indonesian SIM (Driver's License) using OCR -
extract_npwp_ocr
: Extract data from Indonesian NPWP (Tax ID) using OCR -
send_sms_otp
: Send OTP (One-Time Password) via SMS to a phone number -
send_whatsapp_otp
: Send OTP (One-Time Password) via WhatsApp to a phone number
Usage
Running the MCP Server
Start the weather MCP server:
cargo run
Debugging the MCP Server
Start the weather MCP server with npx @modelcontextprotocol/inspector:
npx @modelcontextprotocol/inspector
Running via Docker
WIP
Contributing
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
This project is licensed under the MIT License - see the file for details.