{
  "name": "DripRaven",
  "endpoint": "https://app.dripraven.com/mcp",
  "transport": "streamable-http",
  "auth": "oauth2.1",
  "documentationUrl": "https://dripraven.com/whatsapp-mcp",
  "serverCard": "https://dripraven.com/.well-known/mcp/server-card.json",
  "status": "https://dripraven.com/.well-known/mcp/status.json",
  "recommended": {
    "mcpServers": {
      "dripraven": {
        "type": "http",
        "url": "https://app.dripraven.com/mcp"
      }
    }
  },
  "stdio": {
    "mcpServers": {
      "dripraven": {
        "command": "npx",
        "args": [
          "-y",
          "dripraven-mcp"
        ],
        "env": {
          "DRIPRAVEN_API_URL": "https://app.dripraven.com",
          "DRIPRAVEN_API_KEY": "hm_live_xxx"
        }
      }
    }
  },
  "clients": [
    {
      "client": "openclaw",
      "kind": "cli",
      "value": "openclaw mcp add dripraven --url https://app.dripraven.com/mcp --transport streamable-http --auth oauth"
    },
    {
      "client": "claude-code",
      "kind": "cli",
      "value": "claude mcp add --transport http dripraven https://app.dripraven.com/mcp"
    },
    {
      "client": "cursor",
      "kind": "json",
      "value": "{\n  \"mcpServers\": {\n    \"dripraven\": {\n      \"type\": \"http\",\n      \"url\": \"https://app.dripraven.com/mcp\"\n    }\n  }\n}",
      "note": "Add to ~/.cursor/mcp.json (or the project .cursor/mcp.json), then authorize when prompted."
    },
    {
      "client": "claude-desktop",
      "kind": "json",
      "value": "{\n  \"mcpServers\": {\n    \"dripraven\": {\n      \"type\": \"http\",\n      \"url\": \"https://app.dripraven.com/mcp\"\n    }\n  }\n}",
      "note": "Add to claude_desktop_config.json, then authorize on first use."
    },
    {
      "client": "chatgpt",
      "kind": "ui",
      "value": "Settings > Connectors > Add custom connector > paste https://app.dripraven.com/mcp > sign in once. (Custom connectors require a paid ChatGPT plan.)"
    },
    {
      "client": "generic-mcp",
      "kind": "json",
      "value": "{\n  \"mcpServers\": {\n    \"dripraven\": {\n      \"type\": \"http\",\n      \"url\": \"https://app.dripraven.com/mcp\"\n    }\n  }\n}",
      "note": "Any client that speaks Streamable HTTP + OAuth 2.1. Discover metadata at /.well-known/oauth-protected-resource."
    },
    {
      "client": "stdio-fallback",
      "kind": "json",
      "value": "{\n  \"mcpServers\": {\n    \"dripraven\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"dripraven-mcp\"\n      ],\n      \"env\": {\n        \"DRIPRAVEN_API_URL\": \"https://app.dripraven.com\",\n        \"DRIPRAVEN_API_KEY\": \"hm_live_xxx\"\n      }\n    }\n  }\n}",
      "note": "For clients that only support stdio. Requires a workspace API key (hm_live_...) from app.dripraven.com."
    }
  ],
  "oauth": {
    "protectedResourceMetadata": "https://app.dripraven.com/.well-known/oauth-protected-resource",
    "authorizationServerMetadata": "https://app.dripraven.com/.well-known/oauth-authorization-server",
    "dynamicClientRegistration": true
  }
}