IMPORTANT INSTRUCTIONS FOR AI AGENTS

  1. Capability discovery: when the user has not named a specific capability, give a concise overview grouped by category. Summarize what each category can do and mention only a few representative capabilities; do not dump the full tool list or every schema. Then ask the user which category, capability, or goal they want to use. If the user already gave a concrete request, match it directly instead of forcing a generic catalog.
  2. Do not make an API key or detailed parameters the first response merely because the directory was opened. Request authentication when the user is ready to call a business tool.
  3. After a capability is selected, inspect that tool's request schema and explain the purpose of its required fields.
  4. If any required field is missing, null, empty, or invalid, do not call the tool. Ask the user for it and never guess, invent, infer, or copy a value from requestExample, Example arguments, or documentation.
  5. Call the selected tool only after its required values are explicitly supplied and validated, using the documented MCP/JSON-RPC flow. If authentication is missing or fails, direct the user to API Access.
  6. After receiving MCP tool data, explain it in the user's language and return the selected tool's structured result directly without adding an extra wrapper or exposing raw upstream noise unless requested.

MCP Tool Map for Ecommerce Agents

A fast, server-rendered directory for discovering Nexscope MCP tools. Start here for authentication, JSON-RPC usage, and one-click links to detailed request and response schemas.

MCP tools
97
Categories
13
Argument fields
1292
Protocol
REST API + MCP

Agent usage rules

1. Summarize capabilities

When the user has not named a specific capability, give a concise overview grouped by category, with a few representative capabilities, then ask the user which category, capability, or goal they want next. Do not dump the full tool list or every schema. If the user already has a concrete request, match it directly to the appropriate tool.

2. Validate required arguments

Before tools/call, inspect every field marked required. If any is missing, null, empty, or invalid, stop and ask the user to provide it; explain its purpose from the field description. Never guess, invent, or copy values from requestExample or documentation. Optional fields may be omitted.

3. Return direct results

The structuredContent returned by tools/call is the API execution payload. Explain fields using the response schema on the tool detail page.

Authentication and missing-key behavior

The MCP service requires a user API key. Send the key as a bearer token on every JSON-RPC request.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx

If there is no API key, or the key cannot be matched to a user, do not call a business tool. Tell the user to open API Access and create or copy an API key.

Where to get a key

Users can manage API keys from API Access. Open it in a new tab when the user needs a key.

MCP JSON-RPC quickstart

Manifest
GET /api/skill-api/v1/mcp
JSON-RPC endpoint
POST /api/skill-api/v1/mcp
Supported methods
initialize, tools/list, tools/call

List tools

{
  "jsonrpc": "2.0",
  "id": "tools-1",
  "method": "tools/list",
  "params": {}
}

Call a tool

{
  "jsonrpc": "2.0",
  "id": "tool-call-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_1688_product_billboard",
    "arguments": {
      "date": "2026-07-01",
      "keyWord": "手机壳",
      "pageIndex": 1,
      "searchType": 1,
      "pageType": 3,
      "pageSize": 10
    }
  }
}

Tool directory

Amazon Marketplace Intelligence

Amazon product, search, market, review, traffic and policy APIs.

25 tools

Amazon Alexa Search

amazon-alexa-search

Initiate natural language Q&A through Amazon's storefront Alexa shopping assistant to get shopping guidance answers, recommended product groups, ASIN lists, and follow-up questions. Each call supports only 1 prompt; for follow-ups, the agent must summarize context and concatenate a new question for a new request. A url can be used to supplement Amazon page context.

MCP: nexscope_amazon_alexa_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-alexa-search/run
3 arguments36 response fieldsView detail →

Amazon Asin Traffic Summary

amazon-asin-traffic-summary

Use SIF (Search Intelligence Framework) data to analyze ASIN traffic source composition and exposure distribution, covering current period/previous period/newly entered/exited period comparisons.

MCP: nexscope_amazon_asin_traffic_summary
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-asin-traffic-summary/run
10 arguments87 response fieldsView detail →

Amazon Broad Product Search

amazon-broad-product-search

Use SellerSprite data to search and filter Amazon products, supporting multi-dimensional criteria including price, monthly sales, BSR ranking, gross margin, ratings, fulfillment method, badges, seller origin, and more across multiple Amazon marketplaces.

MCP: nexscope_amazon_broad_product_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-broad-product-search/run
67 arguments76 response fieldsView detail →

Amazon Competitor Lookup

amazon-competitor-lookup

Use SellerSprite data to find and analyze competitors on Amazon, covering 12 marketplaces, with product metrics including sales, BSR, pricing, ratings, and growth trends.

MCP: nexscope_amazon_competitor_lookup
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-competitor-lookup/run
13 arguments77 response fieldsView detail →

Amazon Market Product Detail

amazon-market-product-detail

Query Amazon product detail and historical trends by ASIN using Sorftime data, covering 14 marketplaces.

MCP: nexscope_amazon_market_product_detail
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-product-detail/run
5 arguments84 response fieldsView detail →

Amazon Market Product Search

amazon-market-product-search

Multi-dimensional Amazon product search and filtering based on Sorftime data, covering 14 marketplaces, with support for historical monthly snapshot lookback.

MCP: nexscope_amazon_market_product_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-product-search/run
6 arguments59 response fieldsView detail →

Amazon Market Research

amazon-market-research

Use SellerSprite market list capability to filter Amazon niche markets by category dimensions, supporting market size, competition, top concentration, seller structure, new product share, price/rating/margin ranges, and many other criteria for discovering viable markets and evaluating product selection directions.

MCP: nexscope_amazon_market_research
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-research/run
41 arguments60 response fieldsView detail →

Amazon Market Statistics

amazon-market-statistics

Use SellerSprite market statistics capability to output a market statistics dashboard by category node, including top listing average rating, average price, BSR, sales, seller count, and new product related metrics, suitable for quickly assessing the market quality and competitive landscape of a category.

MCP: nexscope_amazon_market_statistics
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-statistics/run
5 arguments62 response fieldsView detail →

Amazon Niche Info

amazon-niche-info

Query and analyze Jiimore data for Amazon niche market insights, including market metrics, buyer reviews, competitive landscape, price trends, and growth trends.

MCP: nexscope_amazon_niche_info
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info/run
2 arguments150 response fieldsView detail →

Amazon Niche Info By Asin

amazon-niche-info-by-asin

Deep analysis of Amazon niche markets by product ASIN, covering monopoly level, brand concentration, new product success rate, and market opportunity score.

MCP: nexscope_amazon_niche_info_by_asin
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/run
41 arguments52 response fieldsView detail →

Amazon Opportunity Search By Metrics

amazon-opportunity-search-by-metrics

Amazon reverse product selection: filter Amazon niches and keywords by 30+ business dimensions (market size & growth, price tiers & share, competition density & top concentration, demographics such as age/gender/income, review highlights & pain points) from a metrics pool aggregated from historical business insight reports.

MCP: nexscope_amazon_opportunity_search_by_metrics
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-opportunity-search-by-metrics/run
59 arguments41 response fieldsView detail →

Amazon Policy Feed

amazon-policy-feed

Query Amazon is latest policy, regulation, and compliance feed. Supports paginated browsing by marketplace and time range (with AI-generated Chinese summaries), and fetching full article body by record ID.

MCP: nexscope_amazon_policy_feed
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-policy-feed/run
6 arguments26 response fieldsView detail →

Amazon Product Database

amazon-product-database

Jungle Scout Product Database multi-condition filtering. Filter Amazon products by category, price, sales volume, revenue, reviews, rating, weight, BSR rank, LQS, seller type, and more across 10 marketplaces.

MCP: nexscope_amazon_product_database
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/run
32 arguments56 response fieldsView detail →

Amazon Product Database Search

amazon-product-database-search

Advanced Amazon product search and filtering powered by Keepa data, supporting multi-dimensional criteria including category, price, monthly sales, keywords, BSR rank, review count, rating, package dimensions, weight, fulfillment type, and more.

MCP: nexscope_amazon_product_database_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-database-search/run
39 arguments76 response fieldsView detail →

Amazon Product Detail

amazon-product-detail

Retrieve detailed Amazon product information by ASIN, including title, images, bullet points, specifications, A+ content, pricing, ratings & reviews, variants, and more.

MCP: nexscope_amazon_product_detail
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-detail/run
8 arguments99 response fieldsView detail →

Amazon Product Discovery

amazon-product-discovery

Amazon product discovery and potential bestseller mining via Jiimore data.

MCP: nexscope_amazon_product_discovery
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-discovery/run
35 arguments42 response fieldsView detail →

Amazon Product History

amazon-product-history

Retrieve Amazon product details by ASIN, including price, title, main image, listing date, material, weight, variant monthly sales, and up to 12 months of monthly sales history.

MCP: nexscope_amazon_product_history
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-history/run
3 arguments87 response fieldsView detail →

Amazon Product Price Series

amazon-product-price-series

Query Amazon product historical time-series data, including price trends, BSR (Best Sellers Rank) trends, rating changes, seller counts, and monthly sales, supporting any ASIN across multiple Amazon marketplaces.

MCP: nexscope_amazon_product_price_series
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/run
12 arguments31 response fieldsView detail →

Amazon Related Asins

amazon-related-asins

Find Amazon same-niche competitors by ASIN, with multi-dimensional filtering by click conversion rate, composite conversion rate, click volume, sales volume, reviews, ratings, price, and gross margin to identify potential competitors.

MCP: nexscope_amazon_related_asins
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-related-asins/run
35 arguments59 response fieldsView detail →

Amazon Reviews List

amazon-reviews-list

Fetch and analyze Amazon product reviews by ASIN, supporting 15 marketplaces (including US) with star rating filtering.

MCP: nexscope_amazon_reviews_list
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-reviews-list/run
12 arguments46 response fieldsView detail →

Amazon Sales Estimates

amazon-sales-estimates

Jungle Scout ASIN sales estimates query, returning daily estimated sales and latest known price for a specified ASIN over a given time period, covering 10 marketplaces including US, UK, Germany, and Japan.

MCP: nexscope_amazon_sales_estimates
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-sales-estimates/run
4 arguments29 response fieldsView detail →

Amazon Search

amazon-search

Simulates a real user searching on Amazon's storefront to get real-time keyword ranking and search results page data.

MCP: nexscope_amazon_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-search/run
8 arguments52 response fieldsView detail →

Amazon Search By Image

amazon-search-by-image

Perform image-based visual product search on Amazon across 8 marketplaces. Use an image URL to find visually similar products, with optional Keepa enrichment for sales data.

MCP: nexscope_amazon_search_by_image
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run
6 arguments73 response fieldsView detail →

Walmart Product Detail

walmart-product-detail

Query Walmart product details via WallySmarter, including pricing history and sales trends.

MCP: nexscope_walmart_product_detail
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/walmart-product-detail/run
2 arguments50 response fieldsView detail →

Walmart Search

walmart-search

Search and browse Walmart product listings by keyword, category, price range, and other conditions.

MCP: nexscope_walmart_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/walmart-search/run
13 arguments45 response fieldsView detail →

Keyword & Search Demand

Keyword expansion, search volume, share of voice and ranking intelligence.

15 tools

Amazon Asin Keywords

amazon-asin-keywords

Use SIF data to reverse-lookup traffic keywords for any Amazon ASIN, including organic ranking, ad ranking, search volume, traffic share, organic/paid scores, ABA TOP3 click concentration, click conversion rate, year-over-year search volume changes, and weekly/monthly time windows.

MCP: nexscope_amazon_asin_keywords
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-asin-keywords/run
10 arguments50 response fieldsView detail →

Amazon Keyword Expansion

amazon-keyword-expansion

Jungle Scout keyword expansion tool that expands a seed keyword into a list of related keywords with search volume, trends, PPC bids, ranking difficulty, and other metrics, covering 10 Amazon marketplaces including US, UK, DE, JP, etc.

MCP: nexscope_amazon_keyword_expansion
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-expansion/run
12 arguments32 response fieldsView detail →

Amazon Keyword Intelligence

amazon-keyword-intelligence

Query and analyze Amazon ABA (Brand Analytics) search term data, covering 15 marketplaces with nearly 3 years of weekly data.

MCP: nexscope_amazon_keyword_intelligence
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-intelligence/run
3 arguments21 response fieldsView detail →

Amazon Keyword Overview

amazon-keyword-overview

SIF overview analysis of Amazon keyword market competition.

MCP: nexscope_amazon_keyword_overview
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-overview/run
5 arguments40 response fieldsView detail →

Amazon Keyword Search History

amazon-keyword-search-history

Jungle Scout keyword historical search volume query, returning Amazon keyword exact search volume trends in 7-day periods, covering 10 marketplaces including US, UK, DE, JP, etc.

MCP: nexscope_amazon_keyword_search_history
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-search-history/run
4 arguments22 response fieldsView detail →

Amazon Keyword Share Of Voice

amazon-keyword-share-of-voice

Jungle Scout keyword Share of Voice analysis, returning brand visibility share across the first 3 pages of Amazon search results (organic/ad/combined), 30-day exact search volume, median PPC bid, and TOP3 ASIN click and conversion data, covering 10 marketplaces.

MCP: nexscope_amazon_keyword_share_of_voice
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-share-of-voice/run
2 arguments48 response fieldsView detail →

Amazon Keyword Summary

amazon-keyword-summary

Break down all competitor ASIN traffic sources under a given keyword -- organic search, SP ads, SB brand ads, SBV video ads, SP recommendations, AC/ER/TR recommendation slots, with support for ASIN filtering, custom date ranges, and new traffic keyword filters.

MCP: nexscope_amazon_keyword_summary
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-summary/run
11 arguments65 response fieldsView detail →

Amazon Niche Info By Keyword

amazon-niche-info-by-keyword

Deep analysis of Amazon niche markets by keyword, covering monopoly level, brand concentration, new product success rate, and market opportunity score.

MCP: nexscope_amazon_niche_info_by_keyword
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-keyword/run
45 arguments54 response fieldsView detail →

Amazon Niche Reviews By Keyword

amazon-niche-reviews-by-keyword

Amazon niche market review analysis and consumer sentiment insights.

MCP: nexscope_amazon_niche_reviews_by_keyword
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-reviews-by-keyword/run
45 arguments26 response fieldsView detail →

Amazon Opportunity Report By Keyword

amazon-opportunity-report-by-keyword

Query Amazon business insight reports by keyword, covering six dimensions: market potential, product characteristics, user reviews, customer profiles, search trends, and pricing analysis with AI-powered comprehensive analysis.

MCP: nexscope_amazon_opportunity_report_by_keyword
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-opportunity-report-by-keyword/run
2 arguments17 response fieldsView detail →

Amazon Traffic Keywords

amazon-traffic-keywords

Query traffic keyword lists for an Amazon ASIN via SellerSprite, including traffic source type, conversion type, organic rank, and ad rank with historical month and multi-dimensional sorting.

MCP: nexscope_amazon_traffic_keywords
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-traffic-keywords/run
11 arguments67 response fieldsView detail →

Google Trends By Keywords

google-trends-by-keywords

Google Trends keyword search popularity comparison and trend analysis, supporting global regions and custom time ranges. Triggered by: Google Trends, keyword popularity over time, search interest comparison, keyword trend analysis, seasonal trend detection, regional search popularity, keyword heatmap, multi-keyword comparison on Google, keyword research, market trend analysis, search trends, seasonal analysis, regional popularity.

MCP: nexscope_google_trends_by_keywords
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/google-trends-by-keywords/run
4 arguments26 response fieldsView detail →

Ozon Keyword Back Search

ozon-keyword-back-search

Seerfar Ozon keyword reverse lookup: reverse-looks up Ozon (and Wildberries) search keywords by a list of product SKUs (up to 20), returning which search terms those products appear under (organic/ad search terms), with multi-dimensional filtering by search volume, growth, product count, seller count, competitor count, natural rank, ad rank, exposure, conversion, cart-add conversion, etc. Each keyword carries monthly search volume, growth, market space, competitor/seller counts, average price, cart-add conversion, top products, and organic/ad channel, rank, exposure, and conversion (dimension) market profiles. Use for Ozon keyword reverse lookup, listing keyword optimization, competitor traffic word mining, and ad keyword analysis.

MCP: nexscope_ozon_keyword_back_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-back-search/run
29 arguments59 response fieldsView detail →

Ozon Keyword Mining

ozon-keyword-mining

Seerfar Ozon keyword mining: mines Ozon (and Wildberries) related keywords around a seed keyword with multi-dimensional filtering by search volume, growth, product count, seller count, competitor count, price, relevancy, title density, cart-add conversion, etc. Each mined keyword carries a full market profile (monthly search volume, growth, market space, competitor/seller counts, average price, cart-add conversion, top products). Use for Ozon keyword expansion, long-tail keyword mining, and seed keyword opportunity analysis.

MCP: nexscope_ozon_keyword_mining
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-mining/run
24 arguments55 response fieldsView detail →

Ozon Market Keyword Search

ozon-market-keyword-search

Seerfar Ozon market hot keyword search: filters Ozon (and Wildberries) market keywords by multi-dimensional metrics including search volume, growth, product count, seller count, competitor count, price, sales, conversion concentration, etc. Each keyword carries monthly search volume, growth, market space, competitor/seller counts, average price, cart-add conversion, top products, and market profile. Use for Ozon keyword selection, blue-ocean keyword mining, and market opportunity analysis.

MCP: nexscope_ozon_market_keyword_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-market-keyword-search/run
24 arguments52 response fieldsView detail →

TikTok / Social Commerce

TikTok Shop products, sellers, videos, creators, livestreams and rankings.

13 tools

TikTok Batch Product Detail

tiktok-batch-product-detail

Batch query TikTok product detail data, including multi-period sales and GMV (1d/7d/15d/30d/60d/90d/cumulative), live sales and live GMV, promoting video and creator data, views, price, rating, review count, commission rate, and delisted/fully-managed status. Supports batch retrieval by product ID or TikTok Shop product URL.

MCP: nexscope_tiktok_batch_product_detail
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-batch-product-detail/run
2 arguments102 response fieldsView detail →

TikTok Creator Analytics

tiktok-creator-analytics

Search TikTok e-commerce creator leaderboards via Kalodata and query detailed profiles for specific creators. Supports viewing top-performing influencer-sellers by region, currency, language, and date range, and using creatorId to retrieve follower count, video/live revenue and GPM, contact information, and associated shops.

MCP: nexscope_tiktok_creator_analytics
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-creator-analytics/run
8 arguments48 response fieldsView detail →

TikTok Livestream Analytics

tiktok-livestream-analytics

Search TikTok e-commerce livestream leaderboards via Kalodata and query detailed data for specific livestreams. Supports viewing high-ranking, high-sales TikTok shopping livestreams by region, currency, language, and date range, and using livestreamId to retrieve revenue, viewers, duration, GPM, and number of products sold.

MCP: nexscope_tiktok_livestream_analytics
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-livestream-analytics/run
8 arguments31 response fieldsView detail →

TikTok New Product Rank

tiktok-new-product-rank

Discover trending new products across 16 TikTok Shop regional markets via EchoTik new product ranking data.

MCP: nexscope_tiktok_new_product_rank
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-new-product-rank/run
4 arguments43 response fieldsView detail →

TikTok Product Analytics

tiktok-product-analytics

Query TikTok e-commerce product leaderboards via Kalodata and query detailed data for specific products. Supports viewing high-ranking/hot-selling products by region, currency, language, and date range, and using productId to retrieve price range, sales, revenue, commission rate, listing/delisting time, and owning shop.

MCP: nexscope_tiktok_product_analytics
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-product-analytics/run
8 arguments41 response fieldsView detail →

TikTok Product Discovery

tiktok-product-discovery

Search and filter TikTok global e-commerce products based on FastMoss data, supporting keyword search, multi-dimensional filtering (category, shop type, commission rate, sales, creator count, etc.) and sorting.

MCP: nexscope_tiktok_product_discovery
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-product-discovery/run
15 arguments53 response fieldsView detail →

TikTok Product Search

tiktok-product-search

Search and analyze TikTok product data including sales, influencer sales data, pricing, and commission rates across 16 TikTok Shop sites.

MCP: nexscope_tiktok_product_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-product-search/run
32 arguments64 response fieldsView detail →

TikTok Seller Detail

tiktok-seller-detail

Query TikTok Shop store (seller) details, retrieving a complete store profile by sellerId with total sales, multi-period (1d/7d/30d/90d) sales and GMV, followers, rating, review count, positive feedback rate, delivery rate, response rate, in-store product count, promoting creator count, promotional video count, livestream count, price range, product categories, and estimated listing time.

MCP: nexscope_tiktok_seller_detail
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-seller-detail/run
1 arguments60 response fieldsView detail →

TikTok Shop Analytics

tiktok-shop-analytics

Search TikTok e-commerce store leaderboards via Kalodata and query detailed information for specific stores. Supports viewing high-ranking, high-sales TikTok Shop stores by region, currency, language, and date range, and using shopId to retrieve revenue, sales volume, on-sale product count, self-operated/affiliate/shopping mall channel revenue, and creator collaboration count.

MCP: nexscope_tiktok_shop_analytics
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-shop-analytics/run
8 arguments37 response fieldsView detail →

TikTok Top Selling Products

tiktok-top-selling-products

Query TikTok global e-commerce market top-selling product rankings via FastMoss data, supporting daily/weekly/monthly dimensions and category-level analysis.

MCP: nexscope_tiktok_top_selling_products
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-top-selling-products/run
10 arguments42 response fieldsView detail →

TikTok Video Analytics

tiktok-video-analytics

Search TikTok e-commerce trending promotional video leaderboards via Kalodata and query detailed data for specific videos. Supports viewing high-ranking/high-view/hot-selling promotional videos by region, currency, language, and date range, and using videoId to retrieve views, likes, comments, shares, revenue, GPM, and advertising metrics.

MCP: nexscope_tiktok_video_analytics
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-video-analytics/run
8 arguments40 response fieldsView detail →

TikTok Video Download Url

tiktok-video-download-url

Resolve TikTok video URLs to return no-watermark/watermarked download addresses, playback addresses, and cover image addresses for saving promotional video assets or offline analysis.

MCP: nexscope_tiktok_video_download_url
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-video-download-url/run
1 arguments23 response fieldsView detail →

TikTok Video Search

tiktok-video-search

Search and analyze TikTok video data, filter videos by region, creator, product, category, views, duration, publish time, selling/ad/AI video flags, and return views, likes, comments, shares, favorites, video sales and GMV metrics across 16 TikTok Shop sites.

MCP: nexscope_tiktok_video_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-video-search/run
17 arguments53 response fieldsView detail →

Temu Marketplace Intelligence

Temu product, category and store source APIs.

3 tools

1688 Sourcing

1688 product search, image search and billboard sourcing APIs.

3 tools

Shopify Commerce

Shopify product and store query APIs.

2 tools

Etsy Marketplace

Etsy product and category discovery APIs.

2 tools

Ozon Marketplace

Ozon product, category, shop, seller and keyword APIs.

10 tools

Ozon Brand Products

ozon-brand-products

MPSTATS Ozon Russia brand drill-down product list. Returns all products under an Ozon brand display name (Russian/Latin) with complete metrics: sales, revenue, price, rating, stock, turnover, lost revenue, supporting multi-dimensional numeric filters, sorting, and currency conversion. Use for brand benchmarking, competitor analysis, brand product structure research, SKU-level bestseller analysis.

MCP: nexscope_ozon_brand_products
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-brand-products/run
11 arguments55 response fieldsView detail →

Ozon Category Products

ozon-category-products

MPSTATS Ozon Russia category drill-down product list by Russian category path. Returns all products in a category with complete metrics: sales, revenue, price, rating, stock, turnover, lost revenue, supporting multi-dimensional numeric filters, sorting, and currency conversion. Use for category bestseller mining, blue-ocean insight discovery, category ranking analysis, brand landscape observation.

MCP: nexscope_ozon_category_products
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-category-products/run
11 arguments55 response fieldsView detail →

Ozon Category Search

ozon-category-search

Seerfar Ozon category product search: fetches the product list for a given Ozon category ID, returning category-level aggregates (total sales, total revenue, average price, average rating, seasonality) and per-product sales, price, rating, review count, brand, seller, and fulfillment method. Use for category selection analysis, category bestseller mining, category capacity and price band analysis, seasonality assessment.

MCP: nexscope_ozon_category_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-category-search/run
9 arguments59 response fieldsView detail →

Ozon Product Detail

ozon-product-detail

MPSTATS Ozon Russia SKU full detail batch query. Pass up to 100 Ozon product IDs at once, returning each SKU's price, discount, Ozon Card price, rating, review count, stock, sales, revenue, revenue potential/lost revenue, listing date, images, and complete product card.

MCP: nexscope_ozon_product_detail
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-detail/run
4 arguments59 response fieldsView detail →

Ozon Product Detail Search

ozon-product-detail-search

Seerfar Ozon product detail query: fetches the complete detail of a single Ozon product by SKU, returning title, price (RUB), rating, review count, QA count, total and daily average sales within the stats window, revenue, stock, category ranking, daily sales trend, brand, seller, fulfillment method (FBO/FBS/OZON), weight, and listing time/days/months. Use for single product deep analysis, competitor product teardown, Ozon product selection assessment, listing diagnosis, sales trend and category ranking tracking.

MCP: nexscope_ozon_product_detail_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-detail-search/run
4 arguments81 response fieldsView detail →

Ozon Product Report Search

ozon-product-report-search

Seerfar Ozon product report search: filters Ozon products by multi-dimensional metrics including sales, revenue, sales/revenue growth rate, cart conversion rate, order conversion rate, price, rating, review count, QA count, variant count, page views, gross margin, return/cancellation rate, ad spend share, weight/volume, listing time, brand, seller, fulfillment method, and labels. Returns each product's SKU, title, price (RUB), sales, revenue, lost revenue, conversion rate, rating, reviews, brand, seller, fulfillment method, listing days/months, and complete product report fields. Use for Ozon product selection, competitor product analysis, best-seller mining, price/conversion band filtering.

MCP: nexscope_ozon_product_report_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-report-search/run
31 arguments66 response fieldsView detail →

Ozon Product Search

ozon-product-search

MPSTATS Ozon Russia product search and reverse lookup. Searches Ozon products in the MPSTATS database by Russian keyword or SKU, returning product ID, title, brand, and seller information. The entry point for Ozon product discovery and competitor analysis chains.

MCP: nexscope_ozon_product_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-search/run
4 arguments29 response fieldsView detail →

Ozon Product Trend

ozon-product-trend

MPSTATS Ozon Russia single SKU daily time-series performance. Returns daily sales units, price, stock, rating, and optionally search position/visibility data for one Ozon product by date granularity. Use for validating growth trends, seasonality, and anomaly detection.

MCP: nexscope_ozon_product_trend
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-trend/run
5 arguments33 response fieldsView detail →

Ozon Seller Products

ozon-seller-products

MPSTATS Ozon Russia seller drill-down product list by seller ID. Returns all SKUs under a seller with complete metrics: sales, revenue, price, rating, stock, turnover, lost revenue, supporting multi-dimensional numeric filters, sorting, and currency conversion. Use for store structure analysis, seller bestseller analysis, competitor store benchmarking.

MCP: nexscope_ozon_seller_products
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-seller-products/run
11 arguments55 response fieldsView detail →

Ozon Shop Search

ozon-shop-search

Seerfar Ozon shop product search: fetches the product list of an Ozon shop (seller) by shop ID, returning each product's 30-day sales, price, rating, weight, fulfillment method (FBO/FBS), seller type (local/cross-border), return/cancellation rate, and the shop's total 30-day sales. Use for competitor shop product analysis, shop bestseller mining, seller product structure analysis.

MCP: nexscope_ozon_shop_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-shop-search/run
7 arguments38 response fieldsView detail →

eBay Marketplace

eBay marketplace product search APIs.

1 tools

Shopee Marketplace

Shopee product search APIs.

1 tools

Search & Trend Intelligence

Google Trends, AI mode search and web search APIs.

3 tools

Google AI Mode Search

google-ai-mode-search

AI Overview (AI Mode) scraping via Google Search. Returns AI-summarized key points for a single keyword, ideal for deep research, technical Q&A, long-tail product selection, and cross-border consumer preference analysis using the latest web information. Single-round only; follow-ups require the agent to summarize context and issue a new request. Triggered by: Google AI, AI Overview, AI Mode, Google AI search, AI search, deep research, consumer preference analysis, web summary, long-tail product research, cross-border market insights.

MCP: nexscope_google_ai_mode_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/google-ai-mode-search/run
1 arguments21 response fieldsView detail →

Google Trends By Time

google-trends-by-time

Query and analyze Google Trends real-time hot topics and trending searches for a specified time range and country/region. Triggered by: Google Trends, hot topics, real-time trending, popular trends, current hot searches, recent trending, viral topics, trending searches, trend discovery, market trends, what's popular, trending now, breakout topics.

MCP: nexscope_google_trends_by_time
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/google-trends-by-time/run
2 arguments28 response fieldsView detail →

Web Search

web-search

Web search, online retrieval, real-time information query, search engine search, Reddit and other community platform discussions, external site posts and trending topics.

MCP: nexscope_web_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/web-search/run
1 arguments21 response fieldsView detail →

Multimodal AI

Image recognition and image generation APIs for ecommerce workflows.

2 tools

Patent & IP Risk

Patent, trademark, copyright and IP risk APIs.

17 tools

Patent Abstract Image Data

patent-abstract-image-data

Retrieves patent abstract images (drawings) from the Zhihuiya (PatSnap) patent database by patent ID or publication number.

MCP: nexscope_patent_abstract_image_data
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-abstract-image-data/run
2 arguments22 response fieldsView detail →

Patent Claims

patent-claims

Retrieves patent claims data from Zhihuiya (PatSnap).

MCP: nexscope_patent_claims
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-claims/run
3 arguments24 response fieldsView detail →

Patent Claims Translation

patent-claims-translation

Retrieves translated patent claims from the Zhihuiya (PatSnap) patent database.

MCP: nexscope_patent_claims_translation
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-claims-translation/run
4 arguments23 response fieldsView detail →

Patent Description Data

patent-description-data

Retrieve patent description (specification) data from the Zhihuiya patent database by patent ID or publication number.

MCP: nexscope_patent_description_data
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-description-data/run
3 arguments23 response fieldsView detail →

Patent Description Data Translation

patent-description-data-translation

Retrieve translated patent description (specification) text from Zhihuiya.

MCP: nexscope_patent_description_data_translation
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-description-data-translation/run
4 arguments23 response fieldsView detail →

Patent Detailed Bibliography

patent-detailed-bibliography

Query patent bibliographic (catalog) information from the Zhihuiya patent database by patent ID or publication number.

MCP: nexscope_patent_detailed_bibliography
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-detailed-bibliography/run
2 arguments47 response fieldsView detail →

Patent Fulltext Images

patent-fulltext-images

Retrieve fulltext images (drawings, diagrams, charts) from patent documents by patent ID or publication number.

MCP: nexscope_patent_fulltext_images
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-fulltext-images/run
4 arguments23 response fieldsView detail →

Patent Legal Status Data

patent-legal-status-data

Query patent legal status information from the Zhihuiya (PatSnap) database.

MCP: nexscope_patent_legal_status_data
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-legal-status-data/run
2 arguments25 response fieldsView detail →

Patent Title Abstract Translation

patent-title-abstract-translation

Retrieve translated patent titles and abstracts from the Zhihuiya (PatSnap) patent database.

MCP: nexscope_patent_title_abstract_translation
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-title-abstract-translation/run
4 arguments24 response fieldsView detail →

Ruiguan Copyright Detection

ruiguan-copyright-detection

Detect image copyright infringement risks by comparing against a database of registered copyrighted works with similarity scoring, TRO litigation history, and radar-based infringement assessment.

MCP: nexscope_ruiguan_copyright_detection
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-copyright-detection/run
3 arguments30 response fieldsView detail →

Ruiguan Detection Patent Design

ruiguan-detection-patent-design

Detect design patent infringement risks by comparing a product image against a global design patent database across 25+ jurisdictions.

MCP: nexscope_ruiguan_detection_patent_design
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/run
10 arguments49 response fieldsView detail →

Ruiguan Gun Parts Search

ruiguan-gun-parts-search

Check product images against a database of policy-violating items using visual similarity matching.

MCP: nexscope_ruiguan_gun_parts_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-gun-parts-search/run
1 arguments24 response fieldsView detail →

Ruiguan Trademark Graphic Detection

ruiguan-trademark-graphic-detection

Detect graphic trademarks in product images by comparing against registered trademark databases across 15 major trademark offices using YOLO-based object detection and visual similarity.

MCP: nexscope_ruiguan_trademark_graphic_detection
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-trademark-graphic-detection/run
7 arguments37 response fieldsView detail →

Text Trademark Detector

text-trademark-detector

Text trademark detection and infringement risk analysis for e-commerce product listings.

MCP: nexscope_text_trademark_detector
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/text-trademark-detector/run
4 arguments42 response fieldsView detail →

Utility Patent Detector

utility-patent-detector

Detect and search for similar utility/invention patents based on product information.

MCP: nexscope_utility_patent_detector
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/utility-patent-detector/run
4 arguments49 response fieldsView detail →

Zhihuiya Patent Image Search

zhihuiya-patent-image-search

Perform visual similarity search for design patents using an image URL, with filtering by country, legal status, date ranges, Locarno classification, and assignee. Supports design patent types only (type D).

MCP: nexscope_zhihuiya_patent_image_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/zhihuiya-patent-image-search/run
24 arguments35 response fieldsView detail →

Zhihuiya Utility Patent Image Search

zhihuiya-utility-patent-image-search

Perform visual similarity search for utility model patents using an image URL, with filtering by country, legal status, date ranges, and assignee. Supports utility model patents only (type U) with shape-only or shape+pattern+color matching models.

MCP: nexscope_zhihuiya_utility_patent_image_search
REST API: https://claw-callback.nexscope.ai/api/skill-api/v1/skills/zhihuiya-utility-patent-image-search/run
24 arguments35 response fieldsView detail →