Amazon Product Search Tools

Amazon product search, position tracking, reviews, and pricing data

Overview

Amazon Product Search Tools is a production-ready Model Context Protocol (MCP) server built to give AI agents reliable, structured access to amazon product search tools capabilities.

It acts as a standardized bridge between large language models and real-time data. Instead of relying on static training knowledge, models can retrieve live results, web content, and intelligence through a controlled MCP interface.

By integrating this MCP server, developers enable models such as Claude, GPT-4, Gemini, and open-source LLMs to:

• Execute structured Amazon Product Search Tools queries • Access live data in real time • Retrieve specialized information programmatically • Ground responses in verifiable external sources

This architecture significantly improves factual accuracy, reduces hallucination risk, and expands what AI systems can accomplish in research, automation, monitoring, and decision-support workflows.

Amazon Product Search Tools is designed for teams building production AI agents that require dependable, real-time access to the amazon product search within a standardized MCP ecosystem.

Highlights

Protocol
MCP v1.0
Security
OAuth 2.0
Access
Real-time
Tools
6 Tools

Standardized bridge for real-time model context.

Installation

Connect this server to your local or remote agent environment.

mcp_config.json
{
  "mcpServers": {
    "mcp360": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://connect.mcp360.ai/v1/amazon-search/mcp?token=YOUR_API_KEY"
      ]
    }
  }
}
Replace YOUR_API_KEY with your actual key from the dashboard.

Skills & Capabilities

What this MCP server can do for your AI agents.

CAPABILITIES
--- name: amazon-search description: Search and analyze Amazon products with advanced filtering, price tracking, and position monitoring. Use when users need to find products on Amazon, compare prices, check product rankings for specific keywords, analyze reviews, or track competitor positions. metadata: author: MCP360 version: "1.0.0" tags: - E-commerce - Shopping - Product Research - Price Tracking - Market Analysis - Reviews - Rankings - Amazon keywords: - amazon - products - shopping - ecommerce - reviews - prime - asin - online shopping - product search - ranking - position tracking creditsPerUse: 1 isPremium: false --- # Amazon Product Search Tools Comprehensive Amazon marketplace analysis suite for product research, competitive intelligence, and shopping optimization. Access real-time product data, track rankings, analyze reviews, and monitor price changes across global Amazon marketplaces. ## Core Capabilities - **Product Search**: Find products across Amazon's catalog with filters for price, ratings, Prime eligibility, and returns comprehensive product listings with pricing, availability, and seller information - **Product Details**: Retrieve complete product information by ASIN and returns detailed specifications, variations, images, reviews summary, and fulfillment options - **Category Filtering**: Search within specific Amazon categories with custom sorting and returns categorized results with relevance scores and bestseller rankings - **Prime Products**: Discover Prime-eligible products with fast shipping and returns exclusive Prime deals, delivery estimates, and member benefits - **Position Tracking**: Monitor where your product ranks for specific keywords and returns exact search positions, visibility metrics, and competitive landscape - **Bulk Position Analysis**: Track multiple products across various keywords simultaneously and returns comprehensive ranking data with historical trends ## API Access ### MCP360 Connect Endpoints - **Base URL**: `https://connect.mcp360.ai/api/v1` - **Service Path**: `amazon-search` - **Authentication**: Bearer token (API key required) ### Service Metadata Endpoint Retrieve service information and available tools: ```bash curl "https://connect.mcp360.ai/api/v1/amazon-search" \ -H "Authorization: Bearer YOUR_API_KEY" ``` ### Tool Execution Endpoint Execute specific tools by making POST requests: ```bash curl -X POST "https://connect.mcp360.ai/api/v1/amazon-search/{tool_name}" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{...parameters...}' ``` ## Available Tools ### Search Products Find products across Amazon's entire catalog with advanced filtering options for price, ratings, and Prime eligibility. **Tool Name:** `search_products` **Credits Required:** 1 **Parameters:** - `query` (string, required): Product search terms like "wireless earbuds" or "yoga mat" - `country` (string, optional): Amazon marketplace country code - us, uk, de, fr, jp, ca, in (Default: "us") - `min_price` (number, optional): Minimum price in local currency (e.g., 25.99 for $25.99) - `max_price` (number, optional): Maximum price in local currency (e.g., 199.99 for $199.99) - `prime_only` (boolean, optional): Filter to show only Prime-eligible products (Default: false) - `min_rating` (number, optional): Minimum customer rating from 1 to 5 (e.g., 4.0 for 4+ stars) **Example:** ```bash curl -X POST "https://connect.mcp360.ai/api/v1/amazon-search/search_products" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "query": "bluetooth speaker waterproof", "country": "us", "min_price": 29.99, "max_price": 149.99, "prime_only": true, "min_rating": 4.0 }' ``` ### Get Product Details Retrieve comprehensive information about a specific Amazon product using its ASIN identifier. **Tool Name:** `get_product_details` **Credits Required:** 1 **Parameters:** - `asin` (string, required): Amazon Standard Identification Number like "B08N5WRWNW" - `country` (string, optional): Amazon marketplace country code - us, uk, de, fr, jp, ca, in (Default: "us") **Example:** ```bash curl -X POST "https://connect.mcp360.ai/api/v1/amazon-search/get_product_details" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "asin": "B08N5WRWNW", "country": "us" }' ``` ### Filter By Category Search for products within specific Amazon departments with customized sorting options. **Tool Name:** `filter_by_category` **Credits Required:** 1 **Parameters:** - `query` (string, required): Search terms within the category like "gaming mouse" or "organic coffee" - `category` (string, required): Amazon category name like "Electronics", "Books", "Home & Kitchen", "Sports & Outdoors" - `country` (string, optional): Amazon marketplace country code - us, uk, de, fr, jp, ca, in (Default: "us") - `sort_by` (enum, optional): Sorting option from "featured", "price_low_to_high", "price_high_to_low", "average_review", "newest_arrivals", "bestsellers" **Example:** ```bash curl -X POST "https://connect.mcp360.ai/api/v1/amazon-search/filter_by_category" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "query": "mechanical keyboard", "category": "Electronics", "country": "us", "sort_by": "average_review" }' ``` ### Search Prime Products Discover products eligible for Amazon Prime with fast, free shipping and exclusive member benefits. **Tool Name:** `search_prime_products` **Credits Required:** 1 **Parameters:** - `query` (string, required): Product search terms like "instant pot" or "echo dot" - `country` (string, optional): Amazon marketplace country code - us, uk, de, fr, jp, ca, in (Default: "us") - `min_rating` (number, optional): Minimum customer rating from 1 to 5 (e.g., 4.5 for highly-rated items) **Example:** ```bash curl -X POST "https://connect.mcp360.ai/api/v1/amazon-search/search_prime_products" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "query": "air fryer", "country": "us", "min_rating": 4.2 }' ``` ### Find Product Position Track where a specific product ranks in Amazon search results for targeted keywords - essential for SEO and competitive analysis. **Tool Name:** `find_product_position` **Credits Required:** 1 **Parameters:** - `keyword` (string, required): Search phrase to check ranking for like "wireless headphones" or "running shoes men" - `product_url` (string, required): Amazon product URL like "https://amazon.com/dp/B08XYZ123" or just the ASIN "B08XYZ123" - `country` (string, optional): Amazon marketplace country code - us, uk, de, fr, jp, ca, in (Default: "us") **Example:** ```bash curl -X POST "https://connect.mcp360.ai/api/v1/amazon-search/find_product_position" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "keyword": "noise cancelling headphones", "product_url": "https://amazon.com/dp/B08MQZXN1X", "country": "us" }' ``` ### Bulk Find Product Position Monitor multiple keywords for a single product in one request for comprehensive ranking analysis and competitive intelligence. **Tool Name:** `bulk_find_product_position` **Credits Required:** 5 **Parameters:** - `keywords` (array of string, required): Array of search phrases to check product ranking for, maximum 10 keywords like ["wireless mouse", "gaming mouse"] - `product_url` (string, required): Amazon product URL like "https://amazon.com/dp/B08XYZ123" or just the ASIN "B08XYZ123" - `country` (string, optional): Amazon marketplace country code - us, uk, de, fr, jp, ca, in (Default: "us") **Example:** ```bash curl -X POST "https://connect.mcp360.ai/api/v1/amazon-search/bulk_find_product_position" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "keywords": [ "wireless mouse", "bluetooth mouse", "ergonomic mouse", "gaming mouse RGB" ], "product_url": "B07DHNZ676", "country": "us" }' ``` ## Authentication All API requests require a Bearer token for authentication: ```bash -H "Authorization: Bearer YOUR_API_KEY" ``` ## Rate Limiting - Standard tools (search_products, get_product_details, filter_by_category, search_prime_products, find_product_position): 1 credit per request - Bulk position tracking (bulk_find_product_position): 5 credits per request - Rate limit: 1000 requests per hour - Concurrent requests: Up to 10 parallel calls ## Support - **Blog & Tutorials**: https://mcp360.ai/blog - **Contact**: https://mcp360.ai/contact
These capabilities are available through the MCP protocol interface.

Available Tools

Technical specifications for the 6 available protocol tools.

6 tools

bulk_find_product_position tool

Input Specification
{
  "type": "object",
  "required": [
    "keywords",
    "product_url"
  ],
  "properties": {
    "country": {
      "type": "string",
      "default": "us",
      "description": "Amazon marketplace: 'us', 'uk', 'de', 'fr', 'jp', 'ca', 'in'"
    },
    "keywords": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "maxItems": 10,
      "minItems": 1,
      "description": "Array of keywords or phrases to check your product's position for (max 10 keywords, e.g., ['wireless headphones', 'bluetooth headphones'])"
    },
    "product_url": {
      "type": "string",
      "description": "Your Amazon product URL (e.g., 'https://amazon.com/dp/B08XYZ' or just ASIN like 'B08XYZ')"
    }
  },
  "additionalProperties": false
}
Output Response
{
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "asin": {
            "type": "string"
          },
          "keyword": {
            "type": "string"
          },
          "occurrences": {
            "type": "number"
          },
          "top_position": {
            "type": "number"
          },
          "all_positions": {
            "type": "array",
            "items": {
              "type": "number"
            }
          },
          "product_results": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "asin": {
                  "type": "string"
                },
                "link": {
                  "type": "string"
                },
                "price": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "position": {
                  "type": "number"
                },
                "thumbnail": {
                  "type": "string"
                }
              }
            }
          },
          "top_10_products": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "asin": {
                  "type": "string"
                },
                "link": {
                  "type": "string"
                },
                "price": {
                  "type": "string"
                },
                "title": {
                  "type": "string"
                },
                "rating": {
                  "type": "number"
                },
                "position": {
                  "type": "number"
                }
              }
            }
          }
        }
      }
    },
    "summary": {
      "type": "object",
      "properties": {
        "asin": {
          "type": "string"
        },
        "failed": {
          "type": "number"
        },
        "ranked": {
          "type": "number"
        },
        "country": {
          "type": "string"
        },
        "not_ranked": {
          "type": "number"
        },
        "successful": {
          "type": "number"
        },
        "total_keywords": {
          "type": "number"
        },
        "average_position": {
          "type": "number"
        }
      }
    }
  }
}

Direct API Access

Production-ready REST endpoints for custom integrations.

POSTServer Metadata
/api/v1/amazon-search
curl "https://connect.mcp360.ai/api/v1/amazon-search" \
  -H "Authorization: Bearer YOUR_API_KEY"
POSTExecute Tool
/api/v1/amazon-search/{tool_name}
curl -X POST "https://connect.mcp360.ai/api/v1/amazon-search/bulk_find_product_position" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "keywords": [
    "string"
  ],
  "product_url": "string"
}'
Authentication

To authenticate, include your API key in the Authorization header using the Bearer scheme. Alternatively, you can use the X-API-KEY header.

Infrastructure

Unified MCP Gateway

One hub for 100+ production-ready tools with centralized management.

Unified API Key

Access 100+ MCP servers with a single authentication token.

Instant Testing

Test and debug any MCP server instantly in our integrated environment.

Centralized Billing

One monthly subscription for all your AI tool integrations and credits.

Scenarios

Standard Use Cases

Automated research and data gathering
Real-time monitoring and alerting systems
Content generation with current information
Competitive analysis and market intelligence
Decision support with live data feeds
API integration for AI applications

Frequently Asked Questions

What is Amazon Product Search Tools?

Amazon Product Search Tools is an MCP server that provides structured access to amazon product search tools capabilities through a standardized protocol, enabling AI models to retrieve and process real-time data.

Which AI models are supported?

Any model that supports MCP protocol including Claude (via Claude Desktop), GPT-4, Gemini, and open-source LLMs through compatible frameworks.

How do I authenticate?

The server supports OAuth 2.0 authentication with API keys. You'll receive credentials upon registration which can be configured in your MCP client.

Is there rate limiting?

Yes, rate limits apply based on your subscription tier. Free tier includes generous limits for development, with higher limits available in paid plans.

Can I use this in production?

Absolutely. Amazon Product Search Tools is designed for production use with enterprise-grade reliability, security, and performance.

Deploy AI agent with Amazon Product Search Tools today.

Start building production-ready AI agent integrations in minutes with standardized protocol access.

Enterprise Ready
Secure OAuth
24/7 Support