MCP SETUP
Connect Conqueror to your AI client
Paste the MCP URL into ChatGPT, Claude, Cursor, Codex, and more, then authorize once and start working with Conqueror from your AI client.
Client
ChatGPT
Requires a paid plan. Developer mode is not available on Free.
Visit chatgpt.com
Go to Settings → Apps → Advanced settings and turn on Developer mode
Go to Settings → Apps and click "Create"
Name it Conqueror and paste the MCP URL
Select OAuth authentication, then complete the authorization
Click "Create" and connect the app
Client
Claude
On Team and Enterprise plans, an owner adds it under Organization settings → Connectors first.
Visit claude.ai
Go to Customize → Connectors
Click "+" then "Add custom connector"
Paste the MCP URL and click "Add"
Click "Connect" and approve access
Client
Claude Code
Adds Conqueror at user scope, so it is available in every project.
Then run /mcp inside Claude Code and pick Conqueror to complete the OAuth sign-in.
Client
Codex
Codex handles authorization on its own. There is no separate login step.
Codex detects OAuth and starts the sign-in itself. Approve access in the browser it opens. Run codex mcp login conqueror to re-authorize later.
Client
Codex Desktop
MCP servers live under Plugins, alongside skills and apps.
Open Codex Desktop and go to Settings → Plugins
Click "Add" then "Add MCP server"
Name it Conqueror and set Type to "Streamable HTTP"
Paste the MCP URL and click "Save"
Client
Cursor
MCP servers live in mcp.json, which Cursor opens for you. Use ~/.cursor/mcp.json for every project, or .cursor/mcp.json inside a project to scope it there.
Open Cursor Settings → Tools & MCP
Click "New MCP Server". This opens mcp.json
Add Conqueror under "mcpServers"
Save, then approve access in the browser Cursor opens
"mcpServers": {
"conqueror": {
"url": "https://winwith.conquerorapp.com/mcp"
}
}
}
Client
Open Claw
Option 1 - CLI
--url https://winwith.conquerorapp.com/mcp \
--transport streamable-http \
--auth oauth \
--timeout 20
Option 2 - edit ~/.openclaw/openclaw.json
"mcp": {
"servers": {
"conqueror": {
"url": "https://winwith.conquerorapp.com/mcp",
"transport": "streamable-http",
"auth": "oauth",
"timeout": 20
}
}
}
}
Then run openclaw mcp login conqueror to authorize, and openclaw mcp reload to pick up the config.
Client
Grok Bot
No settings screen involved. You ask Grok in the chat itself.
Open a chat with Grok Bot
Send this message:
Connect this MCP server: https://winwith.conquerorapp.com/mcp
Click "Authorize" when the authorization page opens
Client
Hermes Agent
Run the CLI in an interactive terminal. Hermes needs one to open the browser for authorization.
Option 1 - CLI
--url https://winwith.conquerorapp.com/mcp \
--auth oauth
Use hermes mcp login conqueror to re-authorize later.
Option 2 - edit ~/.hermes/config.yaml
conqueror:
url: "https://winwith.conquerorapp.com/mcp"
auth: oauth
Then run /reload-mcp in Hermes to pick it up.
Ready to conquer SEO+GEO?
Dominate search results and claim the keywords your business deserves. Start your first conquest today.

