Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VORA_API_KEY | No | API key for authentication (e.g., vora_ak_...) | |
| VORA_API_URL | No | API endpoint for Vora voice (default https://agent.voicevora.com) | https://agent.voicevora.com |
| VORA_X402_ENABLED | No | Enable x402 USDC payments (set to 'true') |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vora_registerA | Create your Vora account through conversational onboarding. Vora asks you questions about your business, products, target customers, and objectives to build a rich profile. This produces dramatically better voice agents than one-shot configuration. Multi-turn: call this tool, answer the returned questions, call again with your answers. Repeat until status is "complete" (typically 3-5 turns). On completion you receive an account_id and API key to use with all other Vora tools. |
| vora_create_agentA | Create a persistent voice agent for a specific use case. Uses your account context (from vora_register) plus any additional details you provide. The voice agent persists across calls and improves with every conversation it has. Vora automatically:
You can create multiple voice agents under one account for different use cases. |
| vora_callA | Make an outbound phone call using your voice agent. Your agent handles the entire conversation autonomously — greeting, pitch, objection handling, qualification, closing — and returns a structured outcome. Calls typically take 1-5 minutes. You can poll vora_calls for the result or provide a callback_url for async delivery. The more lead_context you provide, the better the conversation. Tell Vora everything you know about who it's calling. |
| vora_callsA | Query your call history, results, and analytics. Use to:
The analytics include AI-generated recommendations for improving your calls. |
| vora_update_agentA | Incrementally improve your voice agent without full recompilation. Use this to:
Changes take effect on the very next call. The apply_learnings option is powerful — Vora analyzes all your past calls and automatically updates objection handling, greetings, and qualification criteria based on what's actually converting. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/stefanstojanovicstefa-creator/vora-voice-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server