vizapi-mcp-server
If you are the rightful owner of vizapi-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 integrated with VizAPI.ai for extracting structured data from images and documents.
MCP-VizAPI is a server that integrates with VizAPI.ai to enable AI agents to perform visual data extraction from images and documents. It allows AI agents compatible with the Model Context Protocol (MCP) to leverage VizAPI's capabilities, such as listing and retrieving extraction templates, suggesting fields for extraction, and extracting data using predefined templates. The server also includes a health check feature to ensure the VizAPI service is operational. This implementation follows best practices for MCP servers, ensuring seamless integration with any MCP-compatible client.
Features
- get_template_by_id: Retrieve a specific extraction template by its ID.
- list_templates: Get all private templates for the authenticated user.
- suggest_fields: Analyze a document/image and suggest fields for extraction.
- extract_values: Extract structured data from a document/image using a template.
- health_check: Check the operational status of the VizAPI.ai service.