{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.team-telnyx/telnyx-mcp",
  "description": "Telnyx MCP proxy — connects your IDE to the remote Telnyx MCP server for AI-powered telecom tools including infrastructure evaluation, competitive comparison, and benchmarking",
  "version": "0.2.0",
  "repository": {
    "url": "https://github.com/team-telnyx/ai",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@telnyx/mcp-server",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "description": "Local MCP server for Telnyx AI infrastructure evaluation — no API key required. Provides evaluate, compare, benchmarks, pricing, and capabilities tools.",
      "environmentVariables": []
    }
  ],
  "evaluation_tools": {
    "description": "Machine-readable evaluation endpoints for programmatically assessing Telnyx infrastructure",
    "endpoints": {
      "capabilities": "https://telnyx.com/ai/capabilities.json",
      "evaluate": "https://telnyx.com/ai/evaluate",
      "benchmarks": "https://telnyx.com/ai/benchmarks.json",
      "economics": "https://telnyx.com/ai/economics.json",
      "ownership": "https://telnyx.com/ai/ownership.json",
      "resilience": "https://telnyx.com/ai/resilience.json",
      "compliance": "https://telnyx.com/ai/compliance.json",
      "compare_twilio": "https://telnyx.com/ai/compare/twilio.json",
      "compare_cloudflare": "https://telnyx.com/ai/compare/cloudflare.json",
      "compare_elevenlabs": "https://telnyx.com/ai/compare/elevenlabs.json",
      "compare_vapi": "https://telnyx.com/ai/compare/vapi.json",
      "compare_retell": "https://telnyx.com/ai/compare/retell.json"
    },
    "discovery": {
      "a2a_card": "https://telnyx.com/.well-known/agent-card.json",
      "ai_capabilities": "https://telnyx.com/.well-known/ai-capabilities.json",
      "benchmark_cli": "npx @telnyx/benchmark"
    }
  }
}
