verfi-mcp-server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@verfi-mcp-serverVerify TCPA consent for lead VF-a1b2c3d4"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@verfi/mcp-server
MCP server for Verfi — TCPA consent verification tools for AI agents.
Tools
Tool | Description |
| Check if a lead has valid consent. The primary tool for compliance verification. |
| Get full machine-readable consent proof for a session. |
| Look up a session by Verfi ID with optional PII hash verification. |
| Claim a session (starts 3-year retention). |
| Release a claimed session. |
| List your claimed sessions (paginated). |
| Update a claimed session's expiration date. |
| Get SDK integration snippet and setup instructions. |
Related MCP server: Smallest MCP Server
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"verfi": {
"command": "npx",
"args": ["-y", "@verfi/mcp-server"],
"env": {
"VERFI_API_KEY": "sk_your_secret_key_here"
}
}
}
}Cursor / Windsurf
Add to your MCP config:
{
"verfi": {
"command": "npx",
"args": ["-y", "@verfi/mcp-server"],
"env": {
"VERFI_API_KEY": "sk_your_secret_key_here"
}
}
}Environment Variables
Variable | Required | Description |
| Yes | Your Verfi secret API key ( |
| No | API base URL (defaults to |
Agent Plugin
This repo also ships a portable Agent Plugins v1.0.0 package in plugin/ that bundles this MCP server together with the Verfi consent-verification skill. Compatible clients (Cursor, Claude, OpenAI, etc.) can discover and load both from one directory. See plugin/README.md.
Quick Start
Developer: "Check if lead VF-a1b2c3d4 has valid TCPA consent"
Agent calls: verfi_verify_consent({ verfiID: "VF-a1b2c3d4" })
→ { consent_valid: true, tcpa_compliant: true, proof_url: "..." }API Key Scopes
Your API key's scopes determine which tools are available:
sessions:search→verfi_search_sessionsessions:proof→verfi_get_proof,verfi_verify_consentsessions:claim→verfi_claim_sessionsessions:unclaim→verfi_unclaim_sessionsessions:expiration→verfi_update_expiration
Generate API keys in the Verfi dashboard under Integration > API Keys.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
Hosted MCP server for AI agent identity, permissions, verification, and reusable proof.
AI governance MCP server for EU AI Act compliance and jurisdiction verification
Agent-native MCP server over 49M+ US public and government records, privacy-first, always current.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for provisioning dedicated real-SIM US phone numbers, receiving inbound SMS, and extracting OTP codes. Built for AI agents automating phone verification workflows.20 npm1MIT

Smallest MCP Serverofficial
AlicenseBqualityAmaintenanceMCP server for the Smallest AI platform that enables managing AI voice agents, debugging calls, and viewing analytics directly from your IDE.8346 npm1MIT- AlicenseNot gradedqualityBmaintenanceMCP server for storing, managing, and analyzing IETF vCon (Virtual Conversation) data with AI assistants.35 npm4MIT
- AlicenseAqualityBmaintenanceMCP server for verifying high-impact decisions with Trust OS.2MIT