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. Add to your Claude Desktop config (claudedesktopconfig.json): 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. For partners or
Add this skill
npx mdskills install sonnyflylock/voxie-ai-directory-mcpWell-documented MCP server with useful directory tools and clear setup instructions
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.
cd mcp-server
npm install
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"]
}
}
}
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.
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"
}
}
}
}
list_ai_servicesList all AI services or filter by provider type.
provider: "all", "voxie", or "third-party"get_ai_serviceGet details about a specific service by ID.
id: Service ID (e.g., "voxie-us", "chatgpt-us")find_ai_services_by_countryFind services available in a specific country.
country: Country name or partial matchchat_with_aiGet a webchat URL to chat with a Voxie AI persona (recommended).
persona: "voxie", "rhodey", "soarie", "mia", or "wallie"ai-directory://services/all - All servicesai-directory://services/voxie - Voxie AI personasai-directory://services/third-party - Third-party servicesThe directory is also available as a REST API at:
https://voxie.network/api/ai-directoryQuery parameters:
id - Get specific serviceprovider - Filter by "voxie" or "third-party"country - Filter by country namechannel - Filter by "sms", "voice", or "webchat"npm publish --access public
The public npm package only exposes webchat URLs, protecting your SMS/voice costs.
Install via CLI
npx mdskills install sonnyflylock/voxie-ai-directory-mcpAI Directory MCP Server is a free, open-source AI agent skill. 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. Add to your Claude Desktop config (claudedesktopconfig.json): 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. For partners or
Install AI Directory MCP Server with a single command:
npx mdskills install sonnyflylock/voxie-ai-directory-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
AI Directory MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.