{
  "name": "Voxplo",
  "description": "AI phone receptionist and outbound calling API. Answers inbound calls 24/7 and lets AI agents place outbound phone calls via a REST API or MCP server. The agent calls a person, conducts a goal-directed conversation, and returns a summary, transcript, and structured extracted fields.",
  "url": "https://www.voxplo.ai",
  "provider": {
    "organization": "Voxplo"
  },
  "version": "1.0.0",
  "capabilities": {
    "outboundCalling": true,
    "structuredExtraction": true,
    "webhooks": true,
    "mcp": true
  },
  "skills": [
    {
      "id": "place-call",
      "name": "Place a phone call",
      "description": "Place an outbound AI phone call to a real person toward a stated objective. The AI conducts the full conversation, then returns a summary, transcript, and any structured fields you asked it to extract. Allowed destinations: US, CA, GB, AU, NZ, IL. Auth: Bearer API key (bys_ak_...) or MCP OAuth via https://mcp.voxplo.ai/mcp."
    },
    {
      "id": "set-appointment",
      "name": "Set an appointment",
      "description": "Place an outbound AI phone call to agree a meeting time with a person. The assistant negotiates a slot and returns the agreed appointment details (start time, timezone, duration, attendee). Optionally books it on a connected calendar."
    }
  ]
}