Verfi MCP Server — TCPA consent verification tools for AI agents. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"verfi-mcp-server": {
"command": "npx",
"args": [
"-y",
"Verfi-io/verfi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add verfi-mcp-server npx -y Verfi-io/verfi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"verfi-mcp-server": {
"command": "npx",
"args": [
"-y",
"Verfi-io/verfi-mcp-server"
]
}
}
}