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. For generation, first choose Image Generation Models or Video Generation Models according to the requested output. Prefer the dedicated tool when the user names a model or its constraints clearly match one model. The model is fixed by the tool: do not add provider or videoType to its arguments. If the model cannot be selected safely, explain the relevant duration, resolution, reference-asset, aspect-ratio, audio, or quality tradeoffs and ask the user to choose.
  7. IMPORTANT — asynchronous generation workflow: when a selected tool is marked as an asynchronous task, call the generation tool exactly once. Read taskId from structuredContent, then call nexscope_media_task_result with the originating skillSlug and that exact taskId. Use the same bearer API key. Wait at least 5 seconds before the first query. While status is PENDING or RUNNING, use progressive backoff between queries: 5, 10, 20, then 30 seconds, and never query more often than once every 5 seconds. Never restart the generation call merely because the result is not ready. Stop polling immediately on SUCCESS, FAILED, or TIMEOUT. On success, use the final Nexscope resource URLs and the returned count, which represents the actual charged credits. Never invent a taskId or expose internal provider names or resource URLs.
  8. 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
157
Categories
19
Argument fields
1687
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. Select a generation model

Choose Image Generation Models or Video Generation Models from the requested output, then prefer a dedicated model tool when its constraints match. The tool fixes the model, so do not pass provider or videoType. If the choice is ambiguous, explain the relevant duration, resolution, reference-asset, aspect-ratio, audio, or quality tradeoffs and ask the user to choose.

4. Complete asynchronous tasks

For an asynchronous generation tool, call it once and keep its taskId. Then call nexscope_media_task_result with the originating skillSlug and taskId. Wait at least 5 seconds first, and use 5, 10, 20, and 30-second progressive backoff while pending or running. Never poll more often than every 5 seconds or submit the generation again. Stop at success, failure, or timeout; use the final Nexscope URLs and actual charged-credit count.

5. 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": {
      "keyWord": "iPhone 15",
      "pageIndex": 1,
      "searchType": 1,
      "pageType": 3,
      "pageSize": 10,
      "date": "2026-07-01"
    }
  }
}

Query a media-generation task

Call this shared MCP tool after an asynchronous generation tool returns a taskId. Pass the exact originating skill slug and task ID; do not submit the generation tool again.

{
  "jsonrpc": "2.0",
  "id": "media-result-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_media_task_result",
    "arguments": {
      "skillSlug": "banana-image-generation",
      "taskId": "TASK_ID_FROM_THE_GENERATION_RESULT"
    }
  }
}

Shared workflow tool

Media task result

Use nexscope_media_task_result to continue any asynchronous media-generation task without submitting generation again.

2 arguments
skillSlug

The exact slug of the media-generation tool that created the task.

taskId

The exact task ID returned by that generation call.

Tool directory

Amazon Marketplace Intelligence

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

25 tools

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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/run
12 arguments31 response fieldsView detail →

Amazon Product Research Directory

amazon-product-research

Use this directory to find the concrete API for a research goal. It returns links and typical inputs; invoke the linked API for the actual research data.

MCP: nexscope_amazon_product_research
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/amazon-product-research/run
1 arguments27 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://api.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. Triggered when users mention Amazon reviews, US reviews, product reviews, buyer complaints, negative reviews, positive reviews, star ratings, review analysis, review sentiment, product improvement suggestions, Vine reviews, verified purchase reviews, competitor review research, Amazon reviews, US reviews, Amazon.com reviews, product feedback, negative review analysis, positive review analysis, star rating filter, review sentiment analysis, product improvement insights, Vine reviews, competitor reviews, customer feedback.

MCP: nexscope_amazon_reviews_list
REST API: https://api.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://api.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://api.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://api.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/run
6 arguments73 response fieldsView detail →

Reverse Product Image Search

reverse-product-image-search

Runs the server-side image-search and enrichment workflow without exposing local file paths or intermediate artifacts.

MCP: nexscope_reverse_product_image_search
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/reverse-product-image-search/run
4 arguments26 response fieldsView detail →

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://api.nexscope.ai/api/skill-api/v1/skills/amazon-alexa-search/run
3 arguments36 response fieldsView detail →

Walmart Marketplace Intelligence

Walmart product detail and product search APIs.

2 tools

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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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. Also

MCP: nexscope_ozon_keyword_back_search
REST API: https://api.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. Also

MCP: nexscope_ozon_keyword_mining
REST API: https://api.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. Also

MCP: nexscope_ozon_market_keyword_search
REST API: https://api.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.

15 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://api.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://api.nexscope.ai/api/skill-api/v1/skills/tiktok-creator-analytics/run
8 arguments48 response fieldsView detail →

TikTok Creator Search

tiktok-creator-search

Queries Kalodata creator rankings by region and date range.

MCP: nexscope_tiktok_creator_search
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/tiktok-creator-search/run
7 arguments34 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://api.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://api.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://api.nexscope.ai/api/skill-api/v1/skills/tiktok-product-analytics/run
8 arguments41 response fieldsView detail →

TikTok Product Analytics API

tiktok-product-analytics-api

Queries Kalodata product details, including price, sales, revenue, commission, lifecycle, and shop data.

MCP: nexscope_tiktok_product_analytics_api
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/tiktok-product-analytics-api/run
4 arguments36 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://api.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://api.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://api.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://api.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://api.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://api.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://api.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://api.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. Also

MCP: nexscope_ozon_brand_products
REST API: https://api.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. Also

MCP: nexscope_ozon_category_products
REST API: https://api.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. Also

MCP: nexscope_ozon_category_search
REST API: https://api.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. Also

MCP: nexscope_ozon_product_detail
REST API: https://api.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. Also

MCP: nexscope_ozon_product_detail_search
REST API: https://api.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. Also

MCP: nexscope_ozon_product_report_search
REST API: https://api.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. Also

MCP: nexscope_ozon_product_search
REST API: https://api.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. Also

MCP: nexscope_ozon_product_trend
REST API: https://api.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. Also

MCP: nexscope_ozon_seller_products
REST API: https://api.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. Also

MCP: nexscope_ozon_shop_search
REST API: https://api.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://api.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://api.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://api.nexscope.ai/api/skill-api/v1/skills/web-search/run
1 arguments21 response fieldsView detail →

Image Generation Models

Dedicated image generation APIs with one fixed model per endpoint.

9 tools

Nano Banana Image Generation

banana-image-generation

Generate ecommerce images with the Nano Banana base image model. The model is fixed by this API, so provider must not be supplied in the request.

MCP: nexscope_banana_image_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/banana-image-generation/run
5 arguments18 response fieldsView detail →

Nano Banana Pro Image Generation

banana-pro-image-generation

Generate higher-resolution ecommerce images with the Nano Banana Pro model. The model is fixed by this API, so provider must not be supplied in the request.

MCP: nexscope_banana_pro_image_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/banana-pro-image-generation/run
5 arguments18 response fieldsView detail →

Nano Banana 2 Image Generation

banana-2-image-generation

Generate ecommerce images with the Nano Banana 2 model. The model is fixed by this API, so provider must not be supplied in the request.

MCP: nexscope_banana_2_image_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/banana-2-image-generation/run
5 arguments18 response fieldsView detail →

Nano Banana 2 Lite Image Generation

banana-2-lite-image-generation

Generate ecommerce images with the Nano Banana 2 Lite model. The model is fixed by this API, so provider must not be supplied in the request.

MCP: nexscope_banana_2_lite_image_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/banana-2-lite-image-generation/run
5 arguments18 response fieldsView detail →

Wan 2.7 Image Generation

wan-2-7-image-generation

Generate ecommerce images with the Wan 2.7 image model. The model is fixed by this API, so provider must not be supplied in the request.

MCP: nexscope_wan_2_7_image_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/wan-2-7-image-generation/run
5 arguments18 response fieldsView detail →

Seedream 5 Image Generation

seedream-5-image-generation

Generate ecommerce images with the Seedream 5 image model. The model is fixed by this API, so provider must not be supplied in the request.

MCP: nexscope_seedream_5_image_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/seedream-5-image-generation/run
5 arguments18 response fieldsView detail →

Seedream 5 Pro Image Generation

seedream-5-pro-image-generation

Generate ecommerce images with the Seedream 5 Pro image model. The model is fixed by this API, so provider must not be supplied in the request.

MCP: nexscope_seedream_5_pro_image_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/seedream-5-pro-image-generation/run
5 arguments18 response fieldsView detail →

GPT Image 2 Generation

gpt-image-2-generation

Generate ecommerce images with the GPT Image 2 model and optional quality control. The model is fixed by this API, so provider must not be supplied in the request.

MCP: nexscope_gpt_image_2_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/gpt-image-2-generation/run
6 arguments18 response fieldsView detail →

AI Draw Edit Image Generation

ai-draw-edit-image-generation

Generate or edit ecommerce images with the AI Draw Edit model. The model is fixed by this API, so provider must not be supplied in the request.

MCP: nexscope_ai_draw_edit_image_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-draw-edit-image-generation/run
5 arguments18 response fieldsView detail →

Video Generation Models

Dedicated video generation APIs with one fixed model per endpoint.

9 tools

Seedance 2.0 Video Generation

seedance-2-0-video-generation

Generate a video with Seedance 2.0 using a primary image or up to 9 reference images. The model is fixed by this API, so videoType must not be supplied in the request.

MCP: nexscope_seedance_2_0_video_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/seedance-2-0-video-generation/run
8 arguments18 response fieldsView detail →

Seedance 2.0 Fast Video Generation

seedance-2-0-fast-video-generation

Generate a faster Seedance 2.0 video using a primary image or up to 9 reference images. The model is fixed by this API, so videoType must not be supplied in the request.

MCP: nexscope_seedance_2_0_fast_video_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/seedance-2-0-fast-video-generation/run
8 arguments18 response fieldsView detail →

Seedance 2.0 Mini Video Generation

seedance-2-0-mini-video-generation

Generate a compact Seedance 2.0 video using a primary image or up to 9 reference images. The model is fixed by this API, so videoType must not be supplied in the request.

MCP: nexscope_seedance_2_0_mini_video_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/seedance-2-0-mini-video-generation/run
8 arguments18 response fieldsView detail →

Seedance 2.5 Video Generation

seedance-2-5-video-generation

Generate a Seedance 2.5 video using a primary image or up to 30 reference images. The model is fixed by this API, so videoType must not be supplied in the request.

MCP: nexscope_seedance_2_5_video_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/seedance-2-5-video-generation/run
8 arguments18 response fieldsView detail →

Kling 2.6 Video Generation

kling-2-6-video-generation

Generate a Kling 2.6 video using a first frame, first/last frames, or up to 2 reference images. The model is fixed by this API, so videoType must not be supplied in the request.

MCP: nexscope_kling_2_6_video_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/kling-2-6-video-generation/run
10 arguments18 response fieldsView detail →

Kling 3 Omni Video Generation

kling-3-omni-video-generation

Generate a Kling 3 Omni video using first/last frames or up to 7 reference images. The model is fixed by this API, so videoType must not be supplied in the request.

MCP: nexscope_kling_3_omni_video_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/kling-3-omni-video-generation/run
9 arguments18 response fieldsView detail →

Wan 2.6 Video Generation

wan-2-6-video-generation

Generate a Wan 2.6 video from a required primary image with optional camera control. The model is fixed by this API, so videoType must not be supplied in the request.

MCP: nexscope_wan_2_6_video_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/wan-2-6-video-generation/run
7 arguments18 response fieldsView detail →

Hailuo 2.3 Video Generation

hailuo-2-3-video-generation

Generate a Hailuo 2.3 video from a required primary image; the aspect ratio is adaptive. The model is fixed by this API, so videoType must not be supplied in the request.

MCP: nexscope_hailuo_2_3_video_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/hailuo-2-3-video-generation/run
6 arguments18 response fieldsView detail →

Happy Horse 2 Video Generation

happy-horse-2-video-generation

Generate a Happy Horse 2 video from 1 to 9 required reference images. The model is fixed by this API, so videoType must not be supplied in the request.

MCP: nexscope_happy_horse_2_video_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/happy-horse-2-video-generation/run
7 arguments18 response fieldsView detail →

Multimodal AI

Image recognition, image editing, image generation, and ecommerce creative APIs.

33 tools

AI Model Swap API

ai-model-swap

Generate model images by combining a source product image with a model head image, optional masks, scene references, and prompt guidance.

MCP: nexscope_ai_model_swap
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-model-swap/run
11 arguments18 response fieldsView detail →

AI Model Swap API 2.0

ai-model-swap-2-0

Generate model images from a product image and a full model reference image with optional segmentation and scene controls.

MCP: nexscope_ai_model_swap_2_0
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-model-swap-2-0/run
8 arguments18 response fieldsView detail →

AI Model Scene & Background Replacement API

ai-model-scene-background-replacement

Generate scene variants for a model image using either a scene reference image or a text scene prompt.

MCP: nexscope_ai_model_scene_background_replacement
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-model-scene-background-replacement/run
8 arguments18 response fieldsView detail →

AI Clothes Changer API for Tops & Bottoms

ai-clothes-changer-for-tops-bottoms

Dress a model image with upper and/or lower garment assets, supporting optional masks and original garment references.

MCP: nexscope_ai_clothes_changer_for_tops_bottoms
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-clothes-changer-for-tops-bottoms/run
7 arguments18 response fieldsView detail →

AI Suit Virtual Try-On API

ai-suit-virtual-try-on

Dress a model image with a one-piece outfit or suit image, supporting optional garment and model masks.

MCP: nexscope_ai_suit_virtual_try_on
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-suit-virtual-try-on/run
5 arguments18 response fieldsView detail →

Virtual Try-On API

virtual-try-on

Generate wearable-product imagery from a source person image and target product image.

MCP: nexscope_virtual_try_on
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/virtual-try-on/run
5 arguments18 response fieldsView detail →

Product Replacement API

product-replacement

Use source and target product references to replace product content while preserving scene consistency.

MCP: nexscope_product_replacement
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/product-replacement/run
8 arguments18 response fieldsView detail →

Product Scene Variations API

product-scene-variations

Generate multiple ecommerce scene variants from a product image, optional segmentation, and prompt guidance.

MCP: nexscope_product_scene_variations
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/product-scene-variations/run
7 arguments18 response fieldsView detail →

AI Background Generator API

ai-background-generator

Create product or lifestyle scene images from text prompts and optional reference images.

MCP: nexscope_ai_background_generator
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-background-generator/run
5 arguments18 response fieldsView detail →

Similar Image Variations API

similar-image-variations

Generate similar ecommerce images from a reference image with optional prompt and strength controls.

MCP: nexscope_similar_image_variations
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/similar-image-variations/run
7 arguments18 response fieldsView detail →

Background Remover API

background-remover

Cut out products, people, or clothing from a source image using an upstream background-removal model.

MCP: nexscope_background_remover
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/background-remover/run
3 arguments18 response fieldsView detail →

Fine Cutout Image Segmentation API

fine-cutout-image-segmentation

Run the Nexscope interactive cutout create/info flow as one API API call. The point list marks foreground/background guidance points.

MCP: nexscope_fine_cutout_image_segmentation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/fine-cutout-image-segmentation/run
4 arguments18 response fieldsView detail →

Image Upscale API

image-upscale

Increase image resolution and optionally enhance visual quality.

MCP: nexscope_image_upscale
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/image-upscale/run
3 arguments18 response fieldsView detail →

Smart Image Outpainting API

smart-image-outpainting

Generate an expanded image around the original content using target width, height, and optional prompt.

MCP: nexscope_smart_image_outpainting
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/smart-image-outpainting/run
5 arguments18 response fieldsView detail →

Image Translation API

image-translation

Translate image text from a source language to a target language for ecommerce localization.

MCP: nexscope_image_translation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/image-translation/run
4 arguments18 response fieldsView detail →

AI Hand Repair API

ai-hand-repair

Improve hand appearance in generated model or lifestyle images.

MCP: nexscope_ai_hand_repair
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-hand-repair/run
4 arguments18 response fieldsView detail →

Image Inpainting API

image-inpainting

Repair or regenerate a local image region using a mask and prompt.

MCP: nexscope_image_inpainting
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/image-inpainting/run
4 arguments18 response fieldsView detail →

Print & Pattern Extraction API

print-pattern-extraction

Extract visible print or pattern elements from product imagery.

MCP: nexscope_print_pattern_extraction
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/print-pattern-extraction/run
1 arguments18 response fieldsView detail →

Object Eraser & Image Object Removal API

object-eraser-image-object-removal

Remove selected objects or regions using a mask image.

MCP: nexscope_object_eraser_image_object_removal
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/object-eraser-image-object-removal/run
2 arguments18 response fieldsView detail →

Jewelry Text Design API

jewelry-text-design

Create decorative linked-word imagery using font, size, and prompt controls.

MCP: nexscope_jewelry_text_design
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/jewelry-text-design/run
5 arguments18 response fieldsView detail →

Handheld Product Mockup API

handheld-product-mockup

Generate natural hand-held product imagery from a person image and target product asset.

MCP: nexscope_handheld_product_mockup
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/handheld-product-mockup/run
4 arguments18 response fieldsView detail →

Image Captioning API

image-captioning

Extract descriptive prompts or selling-point text from one or more images.

MCP: nexscope_image_captioning
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/image-captioning/run
8 arguments18 response fieldsView detail →

Product Image Enhancement API

product-image-enhancement

Improve product presentation quality in a single ecommerce image.

MCP: nexscope_product_image_enhancement
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/product-image-enhancement/run
1 arguments18 response fieldsView detail →

Image Text Editing API

image-text-editing

Use an image mask to remove or edit text regions in an ecommerce image.

MCP: nexscope_image_text_editing
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/image-text-editing/run
2 arguments18 response fieldsView detail →

Smart Image Edit & Manipulation API v3

smart-image-edit-manipulation-v3

Perform general image editing with provider, prompt, resolution, aspect ratio, and quality controls.

MCP: nexscope_smart_image_edit_manipulation_v3
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/smart-image-edit-manipulation-v3/run
11 arguments18 response fieldsView detail →

Smart Multi-Image Editing API v3

smart-multi-image-editing-v3

Create an edited output from multiple source images using prompt, provider, resolution, and quality controls.

MCP: nexscope_smart_multi_image_editing_v3
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/smart-multi-image-editing-v3/run
10 arguments18 response fieldsView detail →

AI Video Reclone API

ai-video-reclone

Generate a product marketing video using a reference video, reference images, and model-specific generation settings.

MCP: nexscope_ai_video_reclone
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-video-reclone/run
8 arguments18 response fieldsView detail →

AI Product Marketing Image Set API v4

ai-product-marketing-image-set-v4

Create ecommerce product marketing materials such as selling-point images and A+ style visuals from product images and brief inputs.

MCP: nexscope_ai_product_marketing_image_set_v4
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-product-marketing-image-set-v4/run
22 arguments18 response fieldsView detail →

AI Apparel Image Set & Photography API v3

ai-apparel-image-set-photography-v3

Create apparel ecommerce image sets from clothing images with optional model and scene references.

MCP: nexscope_ai_apparel_image_set_photography_v3
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-apparel-image-set-photography-v3/run
26 arguments18 response fieldsView detail →

AI Model Pose Generation API

ai-model-pose-generation

Generate model pose variations from an input image and either a pose prompt or posture reference image.

MCP: nexscope_ai_model_pose_generation
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/ai-model-pose-generation/run
4 arguments18 response fieldsView detail →

Sales Talking Video API

sales-talking-video

Create a product-selling video from prompt and product image references.

MCP: nexscope_sales_talking_video
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/sales-talking-video/run
7 arguments18 response fieldsView detail →

Product Logo Detection & Removal API

product-logo-detection-removal

Detect and optionally remove a specified brand logo from a product image.

MCP: nexscope_product_logo_detection_removal
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/product-logo-detection-removal/run
3 arguments18 response fieldsView detail →

One-Click Image Recoloring API v2

one-click-image-recoloring-v2

Recolor the requested subject using one or more target colors.

MCP: nexscope_one_click_image_recoloring_v2
REST API: https://api.nexscope.ai/api/skill-api/v1/skills/one-click-image-recoloring-v2/run
4 arguments18 response fieldsView detail →

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. Also

MCP: nexscope_patent_abstract_image_data
REST API: https://api.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). Also

MCP: nexscope_patent_claims
REST API: https://api.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. Also

MCP: nexscope_patent_claims_translation
REST API: https://api.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://api.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. Also

MCP: nexscope_patent_description_data_translation
REST API: https://api.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://api.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://api.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. Also

MCP: nexscope_patent_legal_status_data
REST API: https://api.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. Also

MCP: nexscope_patent_title_abstract_translation
REST API: https://api.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://api.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://api.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://api.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://api.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://api.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://api.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). For utility model patents, use ecommerce.zhihuiya-utility-patent-image-search instead.

MCP: nexscope_zhihuiya_patent_image_search
REST API: https://api.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. For design patents, use ecommerce.zhihuiya-patent-image-search instead.

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

Amazon Advertising

3 tools

Patent Intelligence

1 tools

Ecommerce Content Generation

2 tools