voygr-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@voygr-mcpCheck if The Blue Bottle Coffee is open and call to ask about hours"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
voygr-mcp
MCP server for VOYGR place verification and outbound venue calls. Proper stdio MCP: tools, resources, prompts, progress notifications, and elicitation.
Install
cd voygr-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"Requires a VOYGR API key at process start:
export VOYGR_API_KEY=your_key
# or: voygr login your_keyRelated MCP server: vonage-mcp-server-api-bindings
Dry-run (default)
VOYGR_DRY_RUN defaults to 1. Calls only are mocked (magic numbers, scripted
events, canned transcripts). verify_place / verify_places / check_credits
always hit the live VOYGR API via the official voygr Python client.
Magic number | Outcome |
|
|
|
|
| mid-call |
|
|
|
|
|
|
Live dialing:
export VOYGR_DRY_RUN=0
docker compose up -d redis # call state / event cursors
export VOYGR_REDIS_URL=redis://localhost:6379/0
voygr-mcpClaude Desktop (stdio)
Put
VOYGR_API_KEY=...in the project.env(loaded automatically; Claude’s cwd does not matter).Edit
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) and merge:
{
"mcpServers": {
"voygr": {
"command": "/Users/vaarunsinha/voygr-mcp/scripts/claude-desktop-mcp.sh",
"env": {
"VOYGR_DRY_RUN": "1"
}
}
}
}Fully quit and reopen Claude Desktop. Confirm under + → Connectors (or Developer settings) that
voygris connected and tools likeverify_placeappear.
Or point command at .venv/bin/voygr-mcp directly — the server also loads
the package-root .env on start.
Tools
Tool | Role |
| Single POI → agent-safe verdict (not raw open/closed) |
| Batch + normalized cache |
| Structured call ( |
| Resume by call handle |
| Usage / credits |
Consent is never a tool parameter — it is always an elicitation to the human.
Resources / prompt
voygr://call/{id}/transcript— 7-day retention noted in metadatavoygr://call/{id}/eventsPrompt:
verify_before_recommending
Honesty (demo / video)
When recording the 60s demo:
Refusal arm (
verify_placesdropping closed/not_found) should be live API.Mid-call handoff segment should be dry-run (
+1-555-0102) and labeled on screen.List which segments used dry-run in any public write-up.
Tests
pytestTests use ScriptedElicitationProvider (no human). No skip-consent env var ships
in the server.
Stack
Python, official mcp SDK (stdio), voygr PyPI client, httpx (calls API), Redis
(live call state), Docker Compose, pytest. No FastAPI in v1.
Reference checkout of upstream CLI (not vendored): ../voygr-dev-tools.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityBmaintenanceMCP server that lists applications and phone numbers, and initiates outbound calls via Fonoster.Last updated1128,061MIT- Alicense-qualityCmaintenanceMCP Server that integrates various Vonage APIs as MCP tools, to make it easier for developers to work with and create Vonage applications.Last updated393Apache 2.0

Smallest MCP Serverofficial
AlicenseAqualityAmaintenanceMCP server for the Smallest AI platform that enables managing AI voice agents, debugging calls, and viewing analytics directly from your IDE.Last updated83821MIT- FlicenseCqualityDmaintenanceMCP server enabling interaction with Telnyx telephony, messaging, and AI assistant APIs through natural language.Last updated46
Related MCP Connectors
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
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/VaarunSinha/voygr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server