Loading MCP server directory, please wait...
Run KYB and AML case reviews and configure Zyphe verification flows, forms and API keys.
npx @getmcp/cli add com.zyphe/zyphe-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBot token issued from the Bots page of the Zyphe dashboard, or via POST /organizations/{organization_id}/bots/create. The plain token is shown only once at creation; regenerate it if lost.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.zyphe/zyphe-mcp": {
"url": "https://api.zyphe.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {bot_token}"
}
}
}
}