AI Directory MCP Server
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., "@AI Directory MCP Serverlist all AI services"
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.
AI Directory MCP Server
MCP (Model Context Protocol) server for the Voxie AI Phone Number Directory. Allows AI assistants to query information about AI services and get webchat URLs to interact with them.
Installation
cd mcp-server
npm installRelated MCP server: Vapi MCP Server
Usage with Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"ai-directory": {
"command": "node",
"args": ["C:/Users/es/textmei-frontend/mcp-server/index.js"]
}
}
}Access Modes
Public Mode (Default)
By default, the server runs in public mode which only exposes webchat URLs for Voxie services. This is the mode used when publishing to npm.
Full Access Mode
For partners or internal use, set the environment variable to expose SMS/voice numbers:
{
"mcpServers": {
"ai-directory": {
"command": "node",
"args": ["C:/Users/es/textmei-frontend/mcp-server/index.js"],
"env": {
"VOXIE_FULL_ACCESS": "true"
}
}
}
}Available Tools
list_ai_services
List all AI services or filter by provider type.
provider: "all", "voxie", or "third-party"
get_ai_service
Get details about a specific service by ID.
id: Service ID (e.g., "voxie-us", "chatgpt-us")
find_ai_services_by_country
Find services available in a specific country.
country: Country name or partial match
chat_with_ai
Get a webchat URL to chat with a Voxie AI persona (recommended).
persona: "voxie", "rhodey", "soarie", "mia", or "wallie"
Available Resources
ai-directory://services/all- All servicesai-directory://services/voxie- Voxie AI personasai-directory://services/third-party- Third-party services
API Endpoint
The directory is also available as a REST API at:
https://voxie.network/api/ai-directory
Query parameters:
id- Get specific serviceprovider- Filter by "voxie" or "third-party"country- Filter by country namechannel- Filter by "sms", "voice", or "webchat"
Publishing to npm
npm publish --access publicThe public npm package only exposes webchat URLs, protecting your SMS/voice costs.
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
FlicenseBqualityFmaintenanceEnables interaction with Telnyx's telephony, messaging, and AI assistant APIs to manage phone numbers, send messages, make calls, and create AI assistants. Includes webhook support for real-time event handling and comprehensive tools for voice, SMS, cloud storage, and embeddings.4625- Alicense-qualityDmaintenanceEnables integration with Vapi's voice AI platform to manage assistants, create and schedule phone calls with dynamic variables, and manage phone numbers through function calling.449MIT
- AlicenseAqualityBmaintenanceEnables querying telecom routing data (LRN, CNAM, DNO, LERG, toll-free routing) directly from AI assistants like Claude, ChatGPT.1449MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage RetellAI voice services including calls, agents, phone numbers, and voices through natural language.161ISC
Related MCP Connectors
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Read-only phone intelligence for AI voice agents — line type, risk, DNC, signed receipts.
AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks.
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/sonnyflylock/voxie-ai-directory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server