AI Directory MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VOXIE_FULL_ACCESS | No | Set to 'true' to enable full access mode exposing SMS/voice numbers. Default is public mode (only webchat URLs). | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_ai_servicesA | List AI services that can be accessed via webchat (and phone for some). Returns all services or filter by provider type. |
| get_ai_serviceA | Get details about a specific AI service by its ID (e.g., 'voxie-us', 'chatgpt-us') |
| find_ai_services_by_countryB | Find AI services available in a specific country or region |
| chat_with_aiA | Get a webchat URL to chat with a Voxie AI persona. This is the recommended way to interact with Voxie AIs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All AI Services | Complete list of all AI services with webchat access |
| Voxie AI Services | Voxie AI personas you can chat with via webchat |
| Third-Party AI Services | Other AI services accessible by phone or webchat |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: chatting with an AI, filtering services by country, getting details by ID, and listing all services. No overlap or confusion.
All tool names follow a consistent verb_noun pattern with snake_case (chat_with_ai, find_ai_services_by_country, get_ai_service, list_ai_services), making the set predictable and easy to navigate.
With 4 tools, the server is well-scoped for an AI directory: listing, detail, filtered search, and interaction. The count feels natural and not excessive.
The tool set covers core directory operations (list, get, search) and interaction (chat). Minor gaps exist (e.g., no filtering by provider type or category), but the surface is largely complete for the domain.