Botpaid developer docs and MCP discovery

Botpaid is a pay-as-you-go MCP server for AI image, video, and audio generation.

Botpaid gives AI agents and developers one hosted MCP server that works across Claude, Cursor, VS Code, Windsurf, ChatGPT, and other MCP-compatible clients. Instead of managing separate subscriptions, provider dashboards, and API keys for each media model, you connect one service, authenticate with GitHub or Google, add a prepaid balance, and call premium media tools directly where you already work.

The production MCP endpoint is https://app.botpaid.com/mcp. Public discovery documents live at /llms.txt, /openapi.json, /docs, /.well-known/mcp/manifest.json, and /.well-known/mcp/server-card.json.

  • MCP-first Hosted Streamable HTTP server for MCP-compatible clients.
  • Pay as you go Prepaid balance starts at $1 with a 180-day refund window on unused balance.
  • One integration Images, video, and audio tools exposed through one hosted service.
  • Machine-readable Markdown, llms.txt, OpenAPI, API catalog, and MCP discovery metadata.

Capabilities

  • generateImage: text-to-image generation for product visuals, concept art, diagrams, and assets.
  • editImage: prompt-based edits to an existing image.
  • composeImage: combine multiple input images into one result.
  • generateVideo: text-to-video and image-to-video workflows.
  • generateAudio: narration, podcast, summary, and explainer audio.
  • botpaidStatus: current balance, authentication state, and recent activity.

Quickstart

  1. Add the hosted MCP server at https://app.botpaid.com/mcp or install Botpaid from an MCP marketplace.
  2. Sign in with GitHub or Google at app.botpaid.com.
  3. Add prepaid credits starting at $1.
  4. Call Botpaid tools from your MCP client. Protected REST routes currently use session cookies or the hosted MCP OAuth flow.

Constraints and pricing

  • Botpaid is designed for hosted MCP use and browser-authenticated web flows.
  • There is no public API-key-only onboarding flow on botpaid.com yet.
  • Pricing is provider cost plus a flat 20% Botpaid service fee.
  • Unused balance can be refunded within 180 days of purchase.
  • Botpaid is best when the user wants one hosted integration across multiple providers instead of managing direct vendor accounts.

Developer resources

Resource URL Why it matters
Developer docs https://botpaid.com/docs Quickstart, authentication, error handling, rate limits, and REST plus MCP entry points.
llms.txt https://botpaid.com/llms.txt Structured product summary for agents, with when-to-use guidance and machine-readable links.
OpenAPI https://botpaid.com/openapi.json Published service description for the hosted MCP transport and public web endpoints.
MCP manifest https://botpaid.com/.well-known/mcp/manifest.json Production discovery document pointing agents to the hosted MCP endpoint.
MCP server card https://botpaid.com/.well-known/mcp/server-card.json Server preview with tools, version, and documentation links.
API catalog https://botpaid.com/.well-known/api-catalog RFC 9727 linkset listing the OpenAPI document, docs, markdown fallback, and MCP discovery JSON.

Botpaid is built for MCP-first agents and developers who want premium media generation without subscription lock-in. For direct product context, compare Botpaid with direct provider accounts on /compare and read the technical launch post on /blog.