VoiceFlip
https://www.voiceflip.cz/api/mcpskills: {'id': 'vf_health', 'name': 'vf_health', 'description': 'Returns VoiceFlip MCP server health and version metadata. No authentication required. Use this first to verify the server is reachable from your MCP client.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'vf_signup', 'name': 'vf_signup', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'vf_complete_signup', 'name': 'vf_complete_signup', 'description': 'Complete an agentic signup with a Stripe Shared Payment Token. Creates the VoiceFlip account, stores PAYG billing identity, and returns the API key once.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'vf_get_pricing', 'name': 'vf_get_pricing', 'description': 'Return current VoiceFlip agentic pricing: PAYG per-conversation rates, monthly agentic plan, and wholesale default discount.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 184.8ms; conformance: pass
How to connect
https://www.voiceflip.cz/api/mcp
curl -X POST https://www.voiceflip.cz/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'