{
  "serverInfo": {
    "name": "PappaChat",
    "title": "PappaChat MCP Server",
    "version": "1.0.0"
  },
  "description": "Connect your own AI client (Claude, Claude Code, or any MCP client) to your PappaChat account and manage it in natural language: create and shape assistants, add knowledge, configure channels, handle reservations, and review leads, conversations and analytics.",
  "websiteUrl": "https://pappachat.com",
  "documentationUrl": "https://app.pappachat.com/developers",
  "iconUrl": "https://pappachat.com/icon.png",
  "url": "https://api.pappachat.com/api/mcp",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://api.pappachat.com/api/mcp"
  },
  "protocolVersion": "2025-06-18",
  "protocolVersions": ["2025-06-18", "2025-03-26", "2024-11-05"],
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "authentication": {
    "required": true,
    "schemes": ["oauth2", "bearer"],
    "authorizationServer": "https://api.pappachat.com",
    "authorizationServerMetadata": "https://api.pappachat.com/.well-known/oauth-authorization-server",
    "protectedResourceMetadata": "https://api.pappachat.com/.well-known/oauth-protected-resource",
    "dynamicClientRegistration": "https://api.pappachat.com/oauth/register",
    "scopesSupported": ["mcp:read", "mcp:write"]
  },
  "provider": {
    "name": "PappaChat",
    "url": "https://pappachat.com"
  },
  "instructions": "PappaChat MCP server. Set up and manage the account's WhatsApp/Instagram/Telegram AI assistants: create and shape assistant personas, add knowledge, configure and manage reservations, review the account status. Call tools/list to discover the available tools, and always read (list_*) before writing so you never invent ids.",
  "_meta": {
    "com.pappachat/access": {
      "planRequired": "Max",
      "authenticationRequired": true,
      "toolCount": 30,
      "readTools": 14,
      "writeTools": 16,
      "rateLimitPerMinute": 120,
      "sseSupported": false
    }
  }
}
