{
  "$schema": "https://www.bazzly.ai/.well-known/mcp.json",
  "name": "bazzly",
  "displayName": "Bazzly MCP",
  "description": "Reddit marketing for AI agents: find Reddit posts where a product fits, draft and queue replies posted through warmed-up high-karma accounts, detect leads and queue DMs, manage projects and credits.",
  "version": "0.2.0",
  "vendor": "Bazzly",
  "homepage": "https://www.bazzly.ai/mcp",
  "documentation": "https://www.bazzly.ai/mcp",
  "developers": "https://www.bazzly.ai/developers",
  "llmsTxt": "https://www.bazzly.ai/llms.txt",
  "endpoint": "https://api.bazzly.ai/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-03-26",
  "authentication": {
    "type": "apiKey",
    "scheme": "Bearer",
    "header": "Authorization",
    "alternateHeader": "X-Bazzly-Api-Key",
    "keyPrefix": "bzly_live_",
    "scopes": ["read", "write", "top-ups"],
    "obtainAt": "https://www.bazzly.ai/dashboard/account-settings?tab=api-keys",
    "requiresAccount": true
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "tools": [
    "search_help",
    "get_help_article",
    "submit_feedback",
    "get_account",
    "list_projects",
    "get_project",
    "create_project",
    "activate_project",
    "update_project_profile",
    "get_project_credits",
    "list_opportunities",
    "get_opportunity",
    "update_opportunity",
    "generate_opportunity_reply",
    "queue_reply",
    "list_reply_queue",
    "cancel_queued_reply",
    "retry_failed_reply",
    "create_custom_task",
    "list_leads",
    "get_lead",
    "update_lead",
    "generate_lead_dm",
    "queue_dm",
    "list_dm_queue",
    "cancel_queued_dm",
    "retry_failed_dm",
    "get_auto_top_up",
    "update_auto_top_up",
    "manual_top_up"
  ],
  "resources": ["bazzly://docs/overview", "bazzly://docs/api"],
  "prompts": ["triage_reddit_opportunities"],
  "clientConfig": {
    "mcpServers": {
      "bazzly": {
        "url": "https://api.bazzly.ai/mcp",
        "headers": { "Authorization": "Bearer bzly_live_..." }
      }
    }
  },
  "restApi": {
    "baseUrl": "https://api.bazzly.ai/public/v1",
    "docs": "https://www.bazzly.ai/docs/api",
    "docsMarkdown": "https://www.bazzly.ai/docs/api.md",
    "openapi": "https://www.bazzly.ai/openapi.json",
    "postman": "https://documenter.getpostman.com/view/3358302/2sBXqKof1B"
  },
  "contact": "support@bazzly.ai"
}
