Amazon Product Advertising API

by jademind

Not rated
GitHub

About

Integrate with the Amazon Product Advertising API to search for products and access product information.

Details

Author
jademind
Categories
Search, Other, API

Setup

Install Amazon Product Advertising API in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/jademind/mcp-amazon-api

Follow the installation instructions in the repository README, then restart your MCP client.

Integrate with the Amazon Product Advertising API to search for products and access product information.

A Model Context Protocol (MCP) service for Amazon Product Advertising API integration. This project uses the Python SDK officially provided atProduct Advertising API 5.0.

For configuring host, region and markeplace, consult theLocale Reference for Product Advertising APIdocumentation.

{ "mcpServers": { "amazon-paapi": { "command": "uvx", "args": [ "mcp-amazon-paapi" ], "env": { "PAAPI_ACCESS_KEY": "your-access-key", "PAAPI_SECRET_KEY": "your-secret-key", "PAAPI_PARTNER_TAG": "your-partner-tag", "PAAPI_HOST": "webservices.amazon.de", // select EU or US servers and region "PAAPI_REGION": "eu-west-1", "PAAPI_MARKETPLACE": "www.amazon.de" // set your preferred marketplace } } } }
mcp-amazon-paapi/ ├── src/ │ └── mcp_amazon_paapi/ # Main package │ ├── __init__.py # Package initialization │ ├── service.py # Amazon PA-API service class with dependency injection │ ├── server.py # FastMCP server implementation │ └── _vendor/ # Vendored dependencies │ └── paapi5_python_sdk/ # Amazon PA-API Python SDK ├── test/ # Test suite │ ├── __init__.py # Test package initialization │ └── test_service.py # Tests for service module ├── pyproject.toml # Project configuration and dependencies ├── uv.lock # Dependency lock file ├── README.md # Project documentation
# Sync dependencies from uv.lock (creates virtual environment automatically) uv sync # Alternatively, activate the virtual environment manually source .venv/bin/activate # Linux/Mac # or .venv\Scripts\activate # Windows
export PAAPI_ACCESS_KEY="your-access-key" export PAAPI_SECRET_KEY="your-secret-key" export PAAPI_PARTNER_TAG="your-partner-tag" export PAAPI_HOST="webservices.amazon.de" # optional defaults to webservices.amazon.de export PAAPI_REGION="eu-west-1" # optional defaults to eu-west-1 export PAAPI_MARKETPLACE="www.amazon.de" # optional, defaults to www.amazon.de
# Run all tests with uv (recommended) uv run python -m pytest test/test_service.py -v # Or if you have activated the virtual environment pytest test/test_service.py -v

- Service initialization tests
- Configuration management tests
- Search functionality tests with mocking
- Error handling tests

from service import AmazonPAAPIService # Create service (uses environment variables) service = AmazonPAAPIService() # Search for items items = service.search_items("echo dot", "Electronics", 5)
# Run directly with uv (recommended) uv run python server.py # Or if you have activated the virtual environment python server.py

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Search for electronic components and products using the DigiKey Product Search API.

Real-time search API for AI agents. Search Google, Amazon, Walmart, and YouTube with 9 tools -- product search, product details, video search, transcripts, and more. Build price comparison agents, retail arbitrage tools, content research pipelines, and brand monitors. 500 free credits/month.

Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, Claude Code, OpenClaw, and HTTP-capable MCP clients.

Integrates with the Amazon Product Advertising API to search for products.

MCP server for Walmart Connect Ads (Sponsored Search + Display) — automatic RSA-SHA256 signing, multi-region config, and bundled API docs.

Rakuten API integration for product search, hotel and travel booking, and recipe lookup across Japan's largest e-commerce platform.

One MCP server for 160+ live web-data APIs (search, social, e-commerce, real estate, jobs, finance) — clean JSON, free tier.

Search product catalogs across thousands of Central European e-shops. Semantic search, keyword matching, GTIN/EAN lookup — via REST API or MCP. ~2,500 e-shops | ~8.5M products | 7 countries (CZ, SK, PL, HU, RO, DE, AT)

Search the web using Kagi's search API

Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.