Skip to main content
ClaudeWave

Amazon Product Research MCP connector for Claude & ChatGPT — Webotee AI Connect

MCP ServersRegistry oficial0 estrellas0 forksPythonNOASSERTIONActualizado today
Install in Claude Code / Claude Desktop
Method: UVX (Python) · webotee-mcp
Claude Code CLI
claude mcp add webotee-mcp -- uvx webotee-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "webotee-mcp": {
      "command": "uvx",
      "args": ["webotee-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/ncosic/webotee-mcp and follow its README.
Casos de uso

Resumen de MCP Servers

# Webotee — Amazon Product Research MCP

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
[![Smoke test](https://github.com/ncosic/webotee-mcp/actions/workflows/smoke.yml/badge.svg)](https://github.com/ncosic/webotee-mcp/actions/workflows/smoke.yml)
[![MCP](https://img.shields.io/badge/MCP-Streamable_HTTP-5A4FCF.svg)](https://modelcontextprotocol.io)

**Amazon brand, seller, niche & buy-box intelligence — inside your own Claude or ChatGPT.**

Webotee AI Connect adds Webotee's Amazon operator, brand, niche and seller research dataset to the AI you already use. Ask a question in Claude or ChatGPT and it queries the Webotee dataset directly — a research connector for sellers, built on 2+ years of daily US (and UK) marketplace observations of the BSR top‑1M+.

👉 **Product page / start a 7‑day free trial:** https://www.webotee.com/amazon-product-research-mcp

This repository is the **public client + docs + manifest** for the connector. The Webotee MCP server is hosted and runs at `https://app.webotee.com/mcp` — you don't install or run it; you add it to your assistant and sign in with your Webotee account.

---

## What you can ask (in your own Claude or ChatGPT)

- *"Which sellers dominate the buy box on `<brand>`?"*
- *"Find under‑competed sub‑categories worth sourcing in home & kitchen."*
- *"What other brands does seller `<X>` carry, by estimated sales?"*
- *"Who's controlled the buy box on ASIN `<B0…>` over the past 24 months?"*
- *"Score this ASIN for FBA sourcing — velocity, gating risk, margin."*
- *"Is `<brand>` under attack — new sellers flooding the listings?"*
- *"Show unauthorized sellers on `<brand>` given my authorized list."*
- *"Compare this ASIN's price on Amazon vs Walmart."*

See [`examples/prompts.md`](./examples/prompts.md) for more, and [`docs/tools.md`](./docs/tools.md) for the full tool catalog (50+ research tools).

---

## Requirements

- A **paid Webotee plan** — Starter ($29/mo, 7‑day free trial) or higher. [Start a trial →](https://www.webotee.com/amazon-product-research-mcp)
- An AI client that supports remote MCP connectors: **Claude** (Desktop/Web), **ChatGPT** (Developer Mode), **Cursor**, **VS Code**, **Claude Code**.
- Sign‑in is via **OAuth** in your browser — no API keys to copy, nothing to store.

---

## Setup (~2 minutes)

The connector URL is the same everywhere:

```
https://app.webotee.com/mcp
```

**Claude (Desktop or Web):** Settings → Connectors → **Add custom connector** → paste the URL → complete the Webotee sign‑in (OAuth) → approve. Full steps: [`docs/setup.md`](./docs/setup.md#claude).

**ChatGPT:** Settings → Apps & Connectors → enable **Developer Mode** → Create → name it "Webotee", paste the URL, set auth to **OAuth** → enable it from the **+** (tools) menu in a chat. Steps: [`docs/setup.md`](./docs/setup.md#chatgpt).

**Cursor / VS Code / Claude Code (or any client that only speaks local stdio):** point it at the remote server through [`mcp-remote`](https://www.npmjs.com/package/mcp-remote):

```jsonc
// examples/configs/cursor_mcp.json
{
  "mcpServers": {
    "webotee": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://app.webotee.com/mcp"]
    }
  }
}
```

Ready‑to‑paste configs: [`examples/configs/`](./examples/configs). Auth details: [`docs/auth.md`](./docs/auth.md).

---

## Pricing & daily AI Connect limits

The connector is available on every paid plan; each tool call your AI makes counts as one AI Connect call against that day's allowance.

| Plan | Price | AI Connect calls / day |
|---|---|---|
| Starter | $29/mo (7‑day trial) | 200 |
| Scout | $89/mo | 1,000 |
| Scout Pro | $179/mo | 3,000 |
| Scout + Protect | $295/mo | 10,000 |

Full pricing: https://www.webotee.com/pricing

---

## What it is — and isn't

- **It is** Amazon seller research surfaced as tools your AI can call: brands, sellers, ASINs, niches, buy‑box history and cross‑marketplace overlap, from a pre‑collected research dataset.
- **It is not** a live shopping agent and not an account‑automation bot. The connector **reads and explains** — it does **not** place orders or change your Amazon listings. Answers come from historical, pre‑collected intelligence, so they're consistent, fast and citeable. Treat every answer as a researched starting point to validate, not a guarantee.

---

## Links

- **Product / trial:** https://www.webotee.com/amazon-product-research-mcp
- **Pricing:** https://www.webotee.com/pricing
- **Tool catalog:** [`docs/tools.md`](./docs/tools.md)
- **Setup guide:** [`docs/setup.md`](./docs/setup.md)
- **Quickstart (Python):** [`examples/quickstart.py`](./examples/quickstart.py)

A product by CP Development d.o.o. · Amazon is a trademark of Amazon.com, Inc.; Webotee is not affiliated with Amazon. · [MIT License](./LICENSE)
amazonamazon-sellerchatgptclaudemcpmodel-context-protocolproduct-researchwebotee

Lo que la gente pregunta sobre webotee-mcp

¿Qué es ncosic/webotee-mcp?

+

ncosic/webotee-mcp es mcp servers para el ecosistema de Claude AI. Amazon Product Research MCP connector for Claude & ChatGPT — Webotee AI Connect Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala webotee-mcp?

+

Puedes instalar webotee-mcp clonando el repositorio (https://github.com/ncosic/webotee-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ncosic/webotee-mcp?

+

ncosic/webotee-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene ncosic/webotee-mcp?

+

ncosic/webotee-mcp es mantenido por ncosic. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a webotee-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega webotee-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ncosic/webotee-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ncosic-webotee-mcp)](https://claudewave.com/repo/ncosic-webotee-mcp)
<a href="https://claudewave.com/repo/ncosic-webotee-mcp"><img src="https://claudewave.com/api/badge/ncosic-webotee-mcp" alt="Featured on ClaudeWave: ncosic/webotee-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a webotee-mcp