{
  "name": "PlungeAI",
  "mcp": "https://mcp.plungeai.com/v1",
  "api": "https://api.plungeai.com",
  "openapi": "https://api.plungeai.com/v1/openapi.json",
  "llms_txt": "https://api.plungeai.com/llms.txt",
  "skill": "https://mcp.plungeai.com/skill.zip",
  "tools": [
    {
      "id": "claude-code",
      "name": "Claude Code",
      "method": "snippet",
      "snippet": "claude mcp add --transport http plungeai https://mcp.plungeai.com/v1 --header \"Authorization: Bearer ozk_YOUR_KEY\"",
      "skill": "https://mcp.plungeai.com/connect/claude-code/SKILL.md",
      "steps": [
        "Run the command in a terminal",
        "Ask Claude: \"use plungeai_whoami to confirm my identity\"",
        "Skills plugin (when the public repo is published): claude plugin marketplace add PlungeAI/plungeai-agent-skills, then claude plugin install plungeai@plungeai — until then, download /skill.zip"
      ]
    },
    {
      "id": "claude-ai",
      "name": "claude.ai / Claude Desktop",
      "method": "guide",
      "snippet": "{\n  \"mcpServers\": {\n    \"plungeai\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-remote\",\n        \"https://mcp.plungeai.com/v1\",\n        \"--header\",\n        \"Authorization: Bearer ozk_YOUR_KEY\"\n      ]\n    }\n  }\n}",
      "skill": "https://mcp.plungeai.com/connect/claude-ai/SKILL.md",
      "steps": [
        "claude.ai: Customize → Skills → + → Upload a skill — upload https://mcp.plungeai.com/skill.zip",
        "Claude Desktop: add the mcp-remote block to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\\Claude\\), then fully restart — needs Node.js; Desktop custom connectors are OAuth-only, hence the bridge"
      ]
    },
    {
      "id": "cursor",
      "name": "Cursor",
      "method": "deeplink",
      "skill": "https://mcp.plungeai.com/connect/cursor/SKILL.md",
      "steps": [
        "Type your ozk_ key into the box above — the button link personalizes locally",
        "Click \"Add to Cursor\" and confirm the install dialog",
        "No key entered? Add the Authorization header in ~/.cursor/mcp.json afterwards (user-level file, never a repo file)",
        "Verify in agent chat: \"use plungeai_whoami to confirm my identity\""
      ],
      "deeplink": "cursor://anysphere.cursor-deeplink/mcp/install?name=plungeai&config=eyJ1cmwiOiJodHRwczovL21jcC5wbHVuZ2VhaS5jb20vdjEifQ=="
    },
    {
      "id": "vscode",
      "name": "VS Code",
      "method": "deeplink",
      "skill": "https://mcp.plungeai.com/connect/vscode/SKILL.md",
      "steps": [
        "Type your ozk_ key into the box above, click \"Add to VS Code\", confirm the MCP dialog",
        "Or CLI: code --add-mcp '{\"name\":\"plungeai\",\"type\":\"http\",\"url\":\"https://mcp.plungeai.com/v1\",\"headers\":{\"Authorization\":\"Bearer ozk_YOUR_KEY\"}}'",
        "Verify in Copilot agent chat: plungeai_whoami"
      ],
      "deeplink": "vscode:mcp/install?%7B%22name%22%3A%22plungeai%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.plungeai.com%2Fv1%22%7D"
    },
    {
      "id": "replit",
      "name": "Replit",
      "method": "deeplink",
      "skill": "https://mcp.plungeai.com/connect/replit/SKILL.md",
      "steps": [
        "Type your ozk_ key into the box above, click \"Add to Replit\" — Agent gains the plungeai_* tools across your projects",
        "Or by hand: Integrations → MCP Servers → + Add MCP server (URL + Authorization header under Advanced settings)",
        "Verify: ask Agent to run plungeai_whoami"
      ],
      "deeplink": "https://replit.com/integrations?mcp=eyJkaXNwbGF5TmFtZSI6IlBsdW5nZUFJIiwiYmFzZVVybCI6Imh0dHBzOi8vbWNwLnBsdW5nZWFpLmNvbS92MSJ9"
    },
    {
      "id": "lovable",
      "name": "Lovable",
      "method": "guide",
      "skill": "https://mcp.plungeai.com/connect/lovable/SKILL.md",
      "steps": [
        "Chat connector: Connectors → + → MCP server → URL https://mcp.plungeai.com/v1, auth Bearer, paste your ozk_ key (workspace admins may need to enable Custom MCP first)",
        "App connector (workspace admin): follow https://mcp.plungeai.com/lovable/SETUP.md",
        "Verify: ask Lovable to run plungeai_whoami"
      ]
    },
    {
      "id": "bolt",
      "name": "Bolt.new",
      "method": "guide",
      "skill": "https://mcp.plungeai.com/connect/bolt/SKILL.md",
      "steps": [
        "In the chatbox: + → Connectors → Manage connectors → Custom MCP server",
        "Name: PlungeAI · URL: https://mcp.plungeai.com/v1 · Transport: HTTP · Authentication: API key (paste your ozk_ key)",
        "Enable the tools you need; optional \"Auto-enable for all projects\"",
        "Verify: ask Bolt to run plungeai_whoami"
      ]
    },
    {
      "id": "v0",
      "name": "v0 (Vercel)",
      "method": "guide",
      "skill": "https://mcp.plungeai.com/connect/v0/SKILL.md",
      "steps": [
        "In the prompt form: + → MCPs → Add MCP",
        "URL https://mcp.plungeai.com/v1 · Auth: Bearer Token (paste the raw ozk_ key, no \"Bearer \" prefix) or Custom Headers → Authorization",
        "Pick a permission mode (Ask for Approval recommended)",
        "Verify: ask v0 to run plungeai_whoami"
      ]
    },
    {
      "id": "windsurf",
      "name": "Windsurf",
      "method": "snippet",
      "snippet": "{\n  \"mcpServers\": {\n    \"plungeai\": {\n      \"serverUrl\": \"https://mcp.plungeai.com/v1\",\n      \"headers\": {\n        \"Authorization\": \"Bearer ozk_YOUR_KEY\"\n      }\n    }\n  }\n}",
      "skill": "https://mcp.plungeai.com/connect/windsurf/SKILL.md",
      "steps": [
        "Open ~/.codeium/windsurf/mcp_config.json (user-level file)",
        "Add the snippet, replace ozk_YOUR_KEY, then refresh Cascade's MCP panel (or restart Windsurf)",
        "Verify in Cascade: plungeai_whoami"
      ]
    },
    {
      "id": "ocean",
      "name": "Ocean CLI (terminal)",
      "method": "snippet",
      "snippet": "# from the Ocean-Platform repo (npm package coming soon):\nnpm run ocean -- --help\nocean auth set-key   # paste your ozk_ key (hidden prompt)\nocean doctor         # verify connectivity",
      "steps": [
        "The CLI ships with the platform repo today; @plungeai/ocean-cli lands on npm when published",
        "AI terminal: `ocean` · run flows: `ocean workflow run <id>` · identity: `ocean whoami`"
      ]
    },
    {
      "id": "chatgpt",
      "name": "ChatGPT / Codex",
      "method": "guide",
      "skill": "https://mcp.plungeai.com/connect/codex/SKILL.md",
      "steps": [
        "ChatGPT web: coming soon — it requires OAuth; PlungeAI OAuth is in progress",
        "Today via OpenAI Codex CLI: codex mcp add plungeai --url https://mcp.plungeai.com/v1 --bearer-token-env-var PLUNGEAI_API_KEY",
        "Verify inside Codex: /mcp lists plungeai"
      ]
    }
  ]
}