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') |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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