{
  "serverInfo": {
    "name": "aibizflowing",
    "version": "1.1.0"
  },
  "tools": [
    {
      "name": "get-pricing-plans",
      "title": "Get pricing plans",
      "description": "Retrieve the available subscription plans and pricing for AI BizFlowing, an AI-powered chatbot platform for WhatsApp and Facebook Messenger. Returns plan name, price, billing period, and feature list.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "currency": {
            "type": "string",
            "description": "ISO 4217 currency code (e.g. \"USD\", \"EUR\"). Optional.",
            "pattern": "^[A-Z]{3}$"
          }
        },
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get-features",
      "title": "Get platform features",
      "description": "Get the static list of platform features offered by AI BizFlowing. Useful when summarizing capabilities before recommending a plan.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "contact-support",
      "title": "Contact support",
      "description": "Get the contact details for AI BizFlowing support, including email and company headquarters location.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get-signup-link",
      "title": "Get sign-up link",
      "description": "Return the AI BizFlowing sign-up / sign-in URL. The user must authenticate via Google OAuth before they can use the platform.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "flow": {
            "type": "string",
            "enum": ["signup", "login"],
            "description": "Which flow to start. Defaults to \"signup\"."
          }
        },
        "additionalProperties": false
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    }
  ],
  "lastUpdated": "2026-07-18T00:00:00Z",
  "documentationUrl": "https://aibizflowing.top/llms-full.txt#browser-tools-webmcp-navigator-modelcontext"
}