verfi-mcp-server
OfficialClick on "Install 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: Agent Identity 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 |
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Verfi-io/verfi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server