io.github.michalbaturko-lang/voiceflip
Official4 toolsVoiceFlip
AI voice agents on SMB websites — fully autonomous build in 2–3 min. 23 MCP tools. EU, GDPR.
Build autonomous AI voice agents for websites in minutes with GDPR compliance.
Captured live from the server via tools/list.
vf_health
Returns VoiceFlip MCP server health and version metadata. No authentication required. Use this first to verify the server is reachable from your MCP client.
No parameters.
vf_signup
Initiate a VoiceFlip account signup for a business. Returns an agentic signup intent token and the appropriate next action: Stripe SPT (when Stripe Agentic Commerce is configured) or human-checkout redirect URL (fallback for regions where Stripe Agentic Commerce is unavailable, e.g. EU as of 2026-05). Public, rate-limited per IP.
Parameters (6)
- business_domainstringrequired
- business_emailstringrequired
- business_company_namestring
- preferred_localestring
- pricing_modelstring
- estimated_monthly_volumeinteger
vf_complete_signup
Complete an agentic signup with a Stripe Shared Payment Token. Creates the VoiceFlip account, stores PAYG billing identity, and returns the API key once.
Parameters (2)
- intent_tokenstringrequired
- sptstringrequired
vf_get_pricing
Return current VoiceFlip agentic pricing: PAYG per-conversation rates, monthly agentic plan, and wholesale default discount.
Parameters (1)
- currencystring
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"voiceflip": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.voiceflip.cz/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.