Ninja MCP · Included with Professional

Connect Cursor or Claude to Ninja.

This is the two-minute setup for Your Agent. Manage local presence and connected social from the MCP client you already use.

ClaudeChatGPTHermesOpenClawGrokbotCursorWindsurf

How to connect

  1. 1. Be on Professional. Open Dashboard → Account Settings → Ninja MCP.
  2. 2. Turn access on and copy the ninja_cus_ token (shown once). Turn write access on when you want mutations.
  3. 3. Add this server in Cursor Settings → MCP (user settings, not a repo). Claude Desktop and Claude Code use the same URL plus bearer header.

Server URL

https://mcp.ninjajump.ai

Header: Authorization: Bearer ninja_cus_… First prompt: Call whoami (ninja_me_360).

Cursor / Claude snippet

{
  "mcpServers": {
    "ninja": {
      "url": "https://mcp.ninjajump.ai",
      "headers": {
        "Authorization": "Bearer ninja_cus_…"
      }
    }
  }
}

ChatGPT snippet

{
  "name": "Ninja",
  "url": "https://mcp.ninjajump.ai",
  "authorization": {
    "type": "bearer",
    "token": "ninja_cus_…"
  }
}

How writes work

Every mutation dry-runs first. Commit with confirm. Nothing publishes until you say so. Posts go to Google, plus Facebook and Instagram when that listing is connected in Uberall. LinkedIn, TikTok, and X are profile links, not publish targets. Live review replies stay Google-only.