{
  "name": "Botpaid",
  "description": "Hosted MCP server for pay-as-you-go AI image, video, and audio generation.",
  "version": "1.3.0",
  "serverUrl": "https://app.botpaid.com/mcp",
  "homepageUrl": "https://botpaid.com",
  "documentationUrl": "https://botpaid.com/docs",
  "protocolVersion": "2025-03-26",
  "auth": {
    "type": "oauth2",
    "authorizationUrl": "https://app.botpaid.com/github/authorize",
    "tokenUrl": "https://app.botpaid.com/token",
    "registrationUrl": "https://app.botpaid.com/register"
  },
  "tools": [
    {
      "name": "botpaidStatus",
      "description": "Check balance, authentication, and recent activity."
    },
    {
      "name": "generateImage",
      "description": "Generate an image from a prompt."
    },
    {
      "name": "editImage",
      "description": "Edit an existing image with a text instruction."
    },
    {
      "name": "composeImage",
      "description": "Combine multiple input images into one result."
    },
    {
      "name": "generateVideo",
      "description": "Generate a video from text or image inputs."
    },
    {
      "name": "generateAudio",
      "description": "Generate podcast, narration, summary, or explainer audio."
    }
  ]
}