Skip to content
Skillv1.0.0

topview-amazon-ops

Amazon public market intelligence via unified host MCP `topview-mcp` (progressive disclosure: use_amazon_data → get_tool_schema → call_tool). Use when: Amazon market/category research, ASIN/product sc

by topviewai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from topviewai/skill (topview-amazon-ops/SKILL.md). Install upstream with npx skills add topviewai/skill --skill topview-amazon-ops. Copyright stays with the author.

Topview Amazon Ops

Public Amazon market / ASIN / keyword intelligence through the host's unified topview-mcp server (progressive disclosure; domain amazon).

Step 0 — Bootstrap

  1. Confirm the host already has MCP server topview-mcp connected (look for use_amazon_data, get_tool_schema, call_tool).
  2. If tools are missing, tell the user to add the server from repo mcp.example.json into ~/.cursor/mcp.json, reload MCP — then retry.
  3. Do not run scripts/mcp_call.py, open SSE yourself, or use curl/raw HTTP.

Execution

Server: topview-mcp (unified). Never open SSE yourself.

Amazon data tools are deferred — they do not appear as top-level tools/list entries. Invoke via progressive disclosure:

  1. Read the use_amazon_data description on tools/list (embedded Tools catalog). Calling use_amazon_data only to list tools is optional; call it once if the catalog says it is not loaded yet (Amazon proxy warm-up).
  2. Pick a deferred tool name from the catalog or references/tool_routing.md.
  3. get_tool_schema with { "name": "<deferred>", "domain": "amazon" }.
  4. call_tool with { "name": "<deferred>", "domain": "amazon", "arguments": { ... } }.

Typical host tool ids: mcp__topview-mcp__get_tool_schema / mcp__topview-mcp__call_tool (Cursor may prefix user-).
Do not assume deferred names like market_research are direct top-level tools. Creative tools (topview_* / ta_*) are on the same server but belong to topview-generate — call those directly, never via call_tool.

UX Rules

  1. Be concise; lead with findings, not RPC noise.
  2. Ask for marketplace / category / ASIN / keyword when required by the tool schema.
  3. Never invent private Seller Central Ads/order/profit numbers.
  4. Match the user's language.
  5. After analysis, if the user wants creatives, chain to topview-generate.

Source

Routing adapted from Marketing Studio Amazon expert skills (V032).

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/topviewai-skill-topview-amazon-ops/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

topviewai-skill-topview-amazon-ops.ocm.jsonjson
{
  "ocm": "1",
  "id": "topviewai-skill-topview-amazon-ops",
  "kind": "skill",
  "name": "topview-amazon-ops",
  "description": "Amazon public market intelligence via unified host MCP `topview-mcp` (progressive disclosure: use_amazon_data → get_tool_schema → call_tool). Use when: Amazon market/category research, ASIN/product screening, competitor lookup, listing/keyword/traffic analysis, review VOC, trend or trademark risk checks, SellerSprite-style public Amazon data. NOT for: TikTok Shop, Shopee, YouTube creator pool, or video/image/avatar generation (use topview-tiktok-shop-ops, topview-shopee-ops, topview-youtube-kol-ops, or topview-generate).",
  "publisher": "topviewai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "data_analysis"
    ],
    "tags": [
      "skill-md",
      "topview",
      "amazon",
      "ecommerce",
      "mcp",
      "market-research",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Amazon public market intelligence via unified host MCP `topview-mcp` (progressive disclosure: use_amazon_data → get_tool_schema → call_tool). Use when: Amazon market/category research, ASIN/product screening, competitor lookup, listing/keyword/traffic analysis, review VOC, trend or trademark risk checks, SellerSprite-style public Amazon data. NOT for: TikTok Shop, Shopee, YouTube creator pool, or video/image/avatar generation (use topview-tiktok-shop-ops, topview-shopee-ops, topview-youtube-kol-ops, or topview-generate)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/topviewai/skill",
      "path": "topview-amazon-ops/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/topviewai/skill/blob/HEAD/topview-amazon-ops/SKILL.md",
      "key": "topviewai/skill/topview-amazon-ops/SKILL.md"
    }
  },
  "instructions": "# Topview Amazon Ops\n\nPublic Amazon market / ASIN / keyword intelligence through the host's unified **`topview-mcp`** server (progressive disclosure; domain `amazon`).\n\n## Step 0 — Bootstrap\n\n1. Confirm the host already has MCP server **`topview-mcp`** connected (look for `use_amazon_data`, `get_tool_schema`, `call_tool`).\n2. If tools are missing, tell the user to add the server from repo [`mcp.example.json`](../mcp.example.json) into `~/.cursor/mcp.json`, reload MCP — then retry.\n3. **Do not** run `scripts/mcp_call.py`, open SSE yourself, or use curl/raw HTTP.\n\n## Execution\n\nServer: **`topvie",
  "cost": {
    "context_tokens": 503
  }
}

Fetch it by URL: GET /api/v1/registry/topviewai-skill-topview-amazon-ops/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.