Skip to main content
Glama
magudeshwaran-hmw

Amazon MCP Server

Amazon MCP Server - Enhanced Edition

A high-performance MCP (Model Context Protocol) server for searching Amazon India products with advanced features, fast caching, and many powerful tools.

Run instantly with npx (no installation required):

npx -y @magudeshwaran-hmw/amazon-mcp-server

Related MCP server: Amazon MCP Server

🛠️ Configuration

Add this to your MCP settings (Cursor, Claude Desktop, etc.):

{
  "mcpServers": {
    "amazon-search": {
      "command": "npx",
      "args": ["-y", "@magudeshwaran-hmw/amazon-mcp-server"]
    }
  }
}

Note: Requires Python to be installed and available in your system PATH.

✨ Features

  • 🔍 Fast Product Search - Search Amazon products with intelligent caching

  • 📦 Product Details - Get price, rating, reviews, images, descriptions

  • 🔥 Trending Products - Discover popular products based on access patterns

  • 🏷️ Category-based Search - Filter by categories (electronics, etc.)

  • 💸 Price Tracking - Track historical price changes

  • Favorites System - Save your favorite products

  • 📜 Search History - Track your search history

  • 🔄 Batch Operations - Search multiple products at once

  • 📤 Export/Import - Export product data to JSON format

  • 🎯 Recommendations - Get product recommendations (simulated)

📦 Local Development

If you want to run or modify the code locally:

  1. Install Dependencies:

    pip install -r requirements.txt
  2. Run Server:

    python main.py
  3. Test Functionality:

    python test_server.py

🛠️ Available Tools

1. search_product

Search for Amazon products by name.

  • query (string): Product name

  • limit (int): Max results

2. get_product_details

Get detailed information.

  • url (string): Product URL

3. get_trending_products

Get popular products.

4. get_price_history

  • product_id (string): ASIN

5. add_to_favorites / remove_from_favorites

Manage your wishlist.

6. batch_search

Search multiple queries at once.

7. export_data

Export database to JSON.

⚡ Tech Stack

  • Python: Core logic (mcp, aiosqlite, beautifulsoup4)

  • Node.js: Distribution wrapper (npx)

  • SQLite: Local caching

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables interaction with Amazon's Product Advertising API to search for and retrieve product information from Amazon marketplaces. Supports multiple Amazon regions and marketplaces with configurable host, region, and partner credentials.
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables users to search for products, retrieve details, and manage their shopping cart on Amazon through the MCP framework. It also supports viewing order history and provides a demonstration of ordering capabilities within AI interfaces.
    7
    40
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI-powered Amazon product searches and recommendations by integrating the Amazon API with Hugging Face models. It allows users to filter products by price and specific features to receive tailored shopping suggestions.

View all related MCP servers

Related MCP Connectors

  • Track prices & price history on any online shop, with alerts and an API

  • Search and get fashion products recommendations across multiple e-ecom stores

  • Shopping MCP for AI agents: search, compare, Amazon buy links. Auto-register.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/magudeshwaran-hmw/amazon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server