{
  "name": "MobileB",
  "description": "A workspace for WhatsApp built for people, teams and AI agents.",
  "version": "0.9.0-beta.1",
  "channel": "beta",
  "site": "https://mobileb.net",
  "app": "https://app.mobileb.net",
  "mcp": {
    "endpoint": "https://app.mobileb.net/mcp",
    "transport": "streamable-http",
    "oauth": {
      "protectedResourceMetadata": "https://app.mobileb.net/.well-known/oauth-protected-resource",
      "pkce": "S256",
      "dynamicClientRegistration": true
    },
    "bearerTokenPrefix": "mba_",
    "scopes": [
      "mcp:read",
      "mcp:send",
      "mcp:share"
    ],
    "authorizationServerScopes": [
      "mcp:read",
      "mcp:send",
      "mcp:share",
      "offline_access"
    ],
    "accessTokenSeconds": 3600,
    "refreshIdleDays": 30,
    "refreshAbsoluteDays": 60,
    "jsonRpcBatches": false,
    "sessionIds": false,
    "protocolVersions": [
      "2026-07-28",
      "2025-11-25",
      "2025-06-18",
      "2025-03-26"
    ],
    "requestsPerMinutePerAddress": 240,
    "tools": {
      "total": 42,
      "read": 24,
      "act": 16,
      "share": 2,
      "pending": 0,
      "costLimits": {
        "standard": 240,
        "media": 12,
        "video": 6,
        "sync": 2,
        "asr": 12
      },
      "requestsPerMinutePerAddress": 240,
      "families": [
        "Orientation",
        "Reading and search",
        "Collections",
        "Seeing and hearing",
        "Security awareness",
        "Share visibility",
        "Sending",
        "Message actions",
        "Organizing and time",
        "Account",
        "Sharing"
      ],
      "generatedFrom": "apps/api/src/modules/mcp/tools.ts"
    },
    "toolReference": "https://mobileb.net/ai/tools.json",
    "manual": "https://mobileb.net/llms-full.txt"
  },
  "plans": {
    "current": "beta",
    "purchasable": false,
    "note": "Only the beta plan is in force. free, pro and enterprise are defined in code for after the beta, and no price is set.",
    "entitlements": {
      "beta": {
        "maxAccounts": 10,
        "mcpAccess": true,
        "maxAgentTokens": 10,
        "agentCanSend": true,
        "sharing": true,
        "maxShares": 100,
        "messageHistory": true,
        "stealthRead": true,
        "scheduledSend": true,
        "transcriptionDailyMinutes": 120
      },
      "free": {
        "maxAccounts": 2,
        "mcpAccess": false,
        "maxAgentTokens": 0,
        "agentCanSend": false,
        "sharing": false,
        "maxShares": 0,
        "messageHistory": false,
        "stealthRead": false,
        "scheduledSend": false,
        "transcriptionDailyMinutes": 10
      },
      "pro": {
        "maxAccounts": 5,
        "mcpAccess": true,
        "maxAgentTokens": 3,
        "agentCanSend": false,
        "sharing": true,
        "maxShares": 25,
        "messageHistory": true,
        "stealthRead": true,
        "scheduledSend": true,
        "transcriptionDailyMinutes": 60
      },
      "enterprise": {
        "maxAccounts": 10,
        "mcpAccess": true,
        "maxAgentTokens": 10,
        "agentCanSend": true,
        "sharing": true,
        "maxShares": 100,
        "messageHistory": true,
        "stealthRead": true,
        "scheduledSend": true,
        "transcriptionDailyMinutes": 240
      }
    }
  },
  "docs": {
    "llms": "https://mobileb.net/llms.txt",
    "limits": "https://mobileb.net/docs/limits",
    "security": "https://mobileb.net/security",
    "privacy": "https://mobileb.net/privacy"
  },
  "contact": {
    "email": "hello@mobileb.net",
    "security": "https://mobileb.net/.well-known/security.txt"
  },
  "affiliation": "MobileB is not affiliated with WhatsApp or Meta."
}