E-Commerce Price Intelligence MCP Server avatar

E-Commerce Price Intelligence MCP Server

Pricing

Pay per usage

Go to Apify Store
E-Commerce Price Intelligence MCP Server

E-Commerce Price Intelligence MCP Server

Compare product prices across Amazon, Walmart, Target, eBay, and Best Buy. Find the best deals, track price changes over time, and get alerts when prices drop. Built for e-commerce sellers and shoppers.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Adam Hartman

Adam Hartman

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Compare product prices across Amazon, Walmart, Target, eBay, and Best Buy. See who has the best deal. Track price history. All from inside your AI assistant.

What This Does

You tell your AI assistant to check a product price and this server goes out and finds it across major retailers. Current prices, sale prices, ratings, images, direct links to buy. Everything you need to make a purchase decision or track the market.

Want to know if that AirPods deal is actually good? Check the price history and see what they normally sell for.

Want to compare across stores? One call gives you prices from Amazon, Walmart, Target, eBay, and Best Buy side by side.

This is an MCP (Model Context Protocol) server. Your AI assistant (Claude, GPT, or any MCP-compatible client) can call these tools directly in conversation. Ask "what's the best price for AirPods Pro right now" and your assistant does the work.

How It Works

  1. Install this server in your MCP client (Claude Desktop, Cursor, or any MCP-compatible app)
  2. Your AI assistant gets access to the tools below
  3. Ask about any product and your assistant calls the right tool
  4. Prices come back as structured data with links

No browser tabs. No coupon hunting. Just ask.

Tools

check_price

Look up the current price for a product on a specific retailer.

Example request:

{
"product": "AirPods Pro",
"retailer": "amazon"
}

Example response:

{
"product": "Apple AirPods Pro (2nd Generation)",
"retailer": "Amazon",
"current_price": 199.99,
"original_price": 249.00,
"on_sale": true,
"discount": "20%",
"rating": 4.7,
"reviews_count": 89432,
"url": "https://amazon.com/dp/B0D1XD1ZV3",
"in_stock": true,
"image": "https://m.media-amazon.com/images/I/61SUj2aKoEL._AC_SL1500_.jpg"
}

compare_prices

Compare prices for a product across multiple retailers in one call.

Example request:

{
"product": "AirPods Pro",
"retailers": ["amazon", "walmart", "target", "bestbuy"]
}

Example response:

{
"product": "Apple AirPods Pro (2nd Generation)",
"results": [
{
"retailer": "Amazon",
"price": 199.99,
"original_price": 249.00,
"on_sale": true,
"in_stock": true,
"url": "https://amazon.com/dp/B0D1XD1ZV3"
},
{
"retailer": "Walmart",
"price": 199.00,
"original_price": 249.00,
"on_sale": true,
"in_stock": true,
"url": "https://walmart.com/ip/1535469670"
},
{
"retailer": "Target",
"price": 249.99,
"original_price": 249.99,
"on_sale": false,
"in_stock": true,
"url": "https://target.com/p/A-85978109"
},
{
"retailer": "Best Buy",
"price": 199.99,
"original_price": 249.99,
"on_sale": true,
"in_stock": true,
"url": "https://bestbuy.com/site/6447382.p"
}
],
"best_price": {
"retailer": "Walmart",
"price": 199.00
}
}

price_history

See how a product's price has changed over time on a given retailer.

Example request:

{
"product": "AirPods Pro",
"retailer": "amazon",
"period": "6months"
}

Example response:

{
"product": "Apple AirPods Pro (2nd Generation)",
"retailer": "Amazon",
"current_price": 199.99,
"lowest_price": 169.99,
"lowest_date": "2025-11-29",
"highest_price": 249.99,
"average_price": 224.50,
"history": [
{ "date": "2025-09-01", "price": 249.99 },
{ "date": "2025-10-15", "price": 229.99 },
{ "date": "2025-11-29", "price": 169.99 },
{ "date": "2026-01-10", "price": 249.99 },
{ "date": "2026-03-01", "price": 199.99 }
]
}

Pricing

ToolCost
check_price$0.008 per product
compare_prices$0.15 per comparison
price_history$0.10 per lookup

Pay per use. No monthly fees.

Other OnetapStudio MCP Servers