{
 "name": "com.blacklabelbots/site",
 "title": "Black Label Bots site MCP",
 "description": "MCP tools for Black Label Bots: site info, sitemap search and page reading, plus buying: list_products and create_checkout (the buyer pays on the Stripe-hosted checkout page), plus x402 website tools using payer-supplied payment_signature. No authentication.",
 "websiteUrl": "https://blacklabelbots.com/",
 "version": "2026.09.15",
 "serverInfo": {
  "name": "Black Label Bots site MCP",
  "version": "2026.09.15",
  "title": "Black Label Bots site MCP"
 },
 "endpoint": "https://blacklabelbots.com/mcp",
 "transport": {
  "type": "streamable-http",
  "endpoint": "https://blacklabelbots.com/mcp"
 },
 "remotes": [
  {
   "type": "streamable-http",
   "url": "https://blacklabelbots.com/mcp",
   "authentication": {
    "type": "none"
   },
   "supportedProtocolVersions": [
    "2025-06-18",
    "2025-03-26",
    "2024-11-05"
   ]
  }
 ],
 "capabilities": {
  "tools": {
   "listChanged": false
  }
 },
 "tools": [
  {
   "name": "site_info",
   "description": "What Black Label Bots (blacklabelbots.com) is, with links to its sitemap, docs, contact and every discovery document."
  },
  {
   "name": "search_pages",
   "description": "Find pages on blacklabelbots.com by words in their URL path (sitemap search). Returns URLs with a match score."
  },
  {
   "name": "read_page",
   "description": "Read one https://blacklabelbots.com page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters."
  },
  {
   "name": "list_products",
   "description": "Everything an agent can buy from Black Label Bots, with Stripe-verified prices, billing terms, delivery and live availability."
  },
  {
   "name": "create_checkout",
   "description": "Start a purchase of one offer. Returns a continue_url: send the buyer there to pay on the Stripe-hosted checkout page. This tool does not charge anything."
  },
  {
   "name": "get_checkout",
   "description": "Read a checkout started with create_checkout."
  },
  {
   "name": "list_services",
   "description": "Read current website service prices, availability and payment requirements. Free; does not request payment."
  },
  {
   "name": "run_ai_search_audit",
   "description": "AI search readiness audit. Paid service using the public x402 HTTP endpoint. Without payment_signature, returns current payment requirements and does not charge. After operator authorization, a compatible wallet signs those requirements; retry this tool with that base64 PAYMENT-SIGNATURE. Never send a private key. Keep the same URL and signed authorization after an uncertain response; do not create another payment. Read list_services for the current price."
  },
  {
   "name": "run_structured_data_pack",
   "description": "Structured data pack. Paid service using the public x402 HTTP endpoint. Without payment_signature, returns current payment requirements and does not charge. After operator authorization, a compatible wallet signs those requirements; retry this tool with that base64 PAYMENT-SIGNATURE. Never send a private key. Keep the same URL and signed authorization after an uncertain response; do not create another payment. Read list_services for the current price."
  },
  {
   "name": "run_llms_txt_draft",
   "description": "llms.txt draft. Paid service using the public x402 HTTP endpoint. Without payment_signature, returns current payment requirements and does not charge. After operator authorization, a compatible wallet signs those requirements; retry this tool with that base64 PAYMENT-SIGNATURE. Never send a private key. Keep the same URL and signed authorization after an uncertain response; do not create another payment. Read list_services for the current price."
  }
 ],
 "authentication": {
  "type": "none"
 },
 "documentation": "https://blacklabelbots.com/agent/skills/site-pages/SKILL.md"
}