MCP.so
登录

MCP Server for Veryfi Document Processing

@veryfi

关于 MCP Server for Veryfi Document Processing

Model context protocol server with Veryfi API access

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

veryfi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-veryfi": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for Veryfi Document Processing?

An MCP (Model Context Protocol) server implementation that integrates with the Veryfi API for data extraction from documents such as receipts, invoices, and bills. It is designed for developers and AI assistants that need to programmatically extract structured data from document images or PDFs.

How to use MCP Server for Veryfi Document Processing?

Configure the server in your MCP client (e.g., Claude Desktop) by adding the server entry to the claude_desktop_config.json file. For local development, create a .env file with your Veryfi credentials (VERYFI_CLIENT_ID, VERYFI_USERNAME, VERYFI_API_KEY), install dependencies with uv sync, and run the server using uv run mcp dev src/server.py.

Key features of MCP Server for Veryfi Document Processing

  • Integrates with Veryfi for document data extraction
  • Uses MCP protocol for AI assistant integration
  • Supports environment variables for secure credential management
  • Includes a test suite for verification
  • Simple setup with uv and .env file

Use cases of MCP Server for Veryfi Document Processing

  • Automate data extraction from invoices and receipts
  • Process documents for expense tracking or accounting workflows
  • Enable AI assistants to retrieve structured document data via Veryfi API

FAQ from MCP Server for Veryfi Document Processing

评论

其他 分类下的更多 MCP 服务器