Command Palette

Search for a command to run...

UnylyUnyly
Browse all

AI Directory Server

FreeNot checked

Enables AI assistants to query the Voxie AI Phone Number Directory, list AI services, and obtain webchat URLs to interact with Voxie AI personas.

GitHubEmbed

About

Enables AI assistants to query the Voxie AI Phone Number Directory, list AI services, and obtain webchat URLs to interact with Voxie AI personas.

README

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 install

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 services
  • ai-directory://services/voxie - Voxie AI personas
  • ai-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 service
  • provider - Filter by "voxie" or "third-party"
  • country - Filter by country name
  • channel - Filter by "sms", "voice", or "webchat"

Publishing to npm

npm publish --access public

The public npm package only exposes webchat URLs, protecting your SMS/voice costs.

from github.com/sonnyflylock/voxie-ai-directory-mcp

Installing AI Directory Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/sonnyflylock/voxie-ai-directory-mcp

FAQ

Is AI Directory Server MCP free?

Yes, AI Directory Server MCP is free — one-click install via Unyly at no cost.

Does AI Directory Server need an API key?

No, AI Directory Server runs without API keys or environment variables.

Is AI Directory Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install AI Directory Server in Claude Desktop, Claude Code or Cursor?

Open AI Directory Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare AI Directory Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs