Veryfi Server
БесплатноНе проверенIntegrates Veryfi for document processing, enabling data extraction from documents via the Model Context Protocol.
Описание
Integrates Veryfi for document processing, enabling data extraction from documents via the Model Context Protocol.
README
Overview
A Model Context Protocol (MCP) server implementation that integrates with Veryfi for data extraction from documents
Setup
Get your Veryfi username, client_id, and api key
Log into https://app.veryfi.com, then navigate to https://app.veryfi.com/api/settings/keys/
With Claude Desktop
Modify claude_desktop_config.json to include this:
Do not set environment variables here. It will cause confusion if the enviroment variables used by the MCP server differ from those used by your other code.
Instead, setting them in your execution environmont or using a .env file.
{
"mcpServers": {
"veryfi": {
"command": "uv",
"args": [
"--directory",
"path/to/mcp-server",
"run",
"src/server.py"
],
"env": {}
}
}
}
Development Setup
Local Development
Clone the repository
Create a
.envfile with the following variables:VERYFI_CLIENT_ID="veryfi-client-id-goes-here_client_id" VERYFI_USERNAME="veryfi-username-goes-here" VERYFI_API_KEY="veryfi-api-key-goes-here"
Alternatively, you can set your environment variables in your execution environment. For example, on a Mac, append this to your ~/.zprofile
export VERYFI_CLIENT_ID="veryfi-client-id-goes-here_client_id"
export VERYFI_USERNAME="veryfi-username-goes-here"
export VERYFI_API_KEY="veryfi-api-key-goes-here"
Install dependencies:
pip install uv uv syncRun the server locally:
uv run mcp dev src/server.py
Testing
Run the test suite with:
uv run pytest
Установка Veryfi Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/veryfi/mcp-serverFAQ
Veryfi Server MCP бесплатный?
Да, Veryfi Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Veryfi Server?
Нет, Veryfi Server работает без API-ключей и переменных окружения.
Veryfi Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Veryfi Server в Claude Desktop, Claude Code или Cursor?
Открой Veryfi Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Veryfi Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
