Veryfi Server
FreeNot checkedIntegrates Veryfi for document processing, enabling data extraction from documents via the Model Context Protocol.
About
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
Install Veryfi Server in Claude Desktop, Claude Code & Cursor
unyly install veryfi-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add veryfi-mcp-server -- uvx mcp-serverFAQ
Is Veryfi Server MCP free?
Yes, Veryfi Server MCP is free — one-click install via Unyly at no cost.
Does Veryfi Server need an API key?
No, Veryfi Server runs without API keys or environment variables.
Is Veryfi Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Veryfi Server in Claude Desktop, Claude Code or Cursor?
Open Veryfi Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by 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
by mcpdotdirectCompare Veryfi Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
