Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VORA_API_KEYNoAPI key for authentication (e.g., vora_ak_...)
VORA_API_URLNoAPI endpoint for Vora voice (default https://agent.voicevora.com)https://agent.voicevora.com
VORA_X402_ENABLEDNoEnable x402 USDC payments (set to 'true')

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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:

  • Compiles product knowledge from your website and registration context

  • Generates objection handling based on your industry

  • Selects the optimal voice, language, and speaking style

  • Builds a conversation workflow (cold call, appointment, follow-up, etc.)

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:

  • Check the result of a specific call (by call_id)

  • View recent call history for an agent

  • Get aggregate analytics with conversion rates, top objections, and AI recommendations

The analytics include AI-generated recommendations for improving your calls.

vora_update_agentA

Incrementally improve your voice agent without full recompilation. Use this to:

  • Add new objection responses based on what you're hearing in calls

  • Update pricing or product information

  • Apply AI-recommended improvements from call analytics (apply_learnings)

  • Refine your objective based on what's working

  • Force a full recompile when your website has significantly changed

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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