MCP Directory

sonnyflylock/voxie-ai-directory-mcp

GitHub
Other

AI Phone Number Directory providing access to AI services via webchat. Query Voxie AI personas and third-party services like ChatGPT, with instant webchat URLs for free interactions.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y voxie-ai-directory-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from sonnyflylock/voxie-ai-directory-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "voxie-ai-directory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "voxie-ai-directory-mcp"
      ]
    }
  }
}

Route sonnyflylock/voxie-ai-directory-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add voxie-ai-directory-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use sonnyflylock/voxie-ai-directory-mcp directly without routing

npx -y voxie-ai-directory-mcp

New to Agent-CoreX? View setup guide →

sonnyflylock/voxie-ai-directory-mcp MCP Server — Agent-CoreX