io.tooloracle/shoporacle
Official11 toolsE-Commerce Intelligence MCP — 11 tools: price comparison, stock, reviews. 18 countries.
Compares product prices, inventory, and reviews across e-commerce sites in 18 countries.
Captured live from the server via tools/list.
product_search
Search for products across Google Shopping, Amazon, and eBay. Returns prices, ratings, links. Supports country-specific results (DE, US, UK, etc.) and sorting by price or reviews.
Parameters (5)
- querystring
Product name or search terms (required)
- countrystring
Country code: DE, US, UK, FR, etc. (default: DE)
- sourcesstring
Which marketplaces: 'all' (default), 'google', 'amazon', 'ebay'
- sort_bystring
Sort: 'relevance' (default), 'price_low', 'price_high', 'review'
- limitinteger
Results per source (1-10, default: 5)
track_price
Track the current price of a product and build price history over time. Supply an Amazon ASIN for exact product tracking, or a search query for best-price discovery.
Parameters (3)
- querystring
Product search query
- asinstring
Amazon ASIN for exact product tracking
- countrystring
Country code (default: DE)
compare_prices
Compare prices for the same product across Google Shopping, Amazon, and eBay. Returns best price, worst price, potential savings, and a ranked price list.
Parameters (3)
- querystring
Product to compare prices for (required)
- countrystring
Country code (default: DE)
- limitinteger
Results per source (1-5, default: 3)
review_summary
Get review ratings, score breakdown, and top customer reviews for a product from Amazon. Useful for purchase decisions and product quality assessment.
Parameters (3)
- querystring
Product search query
- asinstring
Amazon ASIN for exact product
- countrystring
Country code (default: DE)
price_history
View stored price history for a product with trend analysis (rising/falling/stable). Tracks min, max, average prices over time. Call track_price first to build up history data.
Parameters (3)
- querystring
Product search query
- asinstring
Amazon ASIN for exact product
- limitinteger
Max history entries to return (default: 50)
bestseller_list
Get top-selling products in a category from Amazon or Google Shopping. Returns ranked list with prices, ratings, and reviews. Great for market research.
Parameters (4)
- categorystring
Product category (e.g. 'headphones', 'laptops', 'gaming mice') (required)
- countrystring
Country code (default: DE)
- sourcestring
Source: 'amazon' (default), 'google', 'all'
- limitinteger
Number of results (1-20, default: 10)
competitor_pricing
Compare pricing of two specific products or brands side by side across all marketplaces. Shows which is cheaper, price difference, and offers from each source.
Parameters (3)
- product_astring
First product name or brand (required)
- product_bstring
Second product name or brand (required)
- countrystring
Country code (default: DE)
price_alert
Set, check, list, or delete price alerts. Get notified when a product drops below your target price. Actions: 'set' (create alert), 'check' (check current price vs target), 'list' (show all alerts), 'delete' (remove alert).
Parameters (5)
- actionstring
Action: 'check' (default), 'set', 'list', 'delete'
- querystring
Product search query
- asinstring
Amazon ASIN for exact product
- target_pricenumber
Target price to alert on (required for action='set')
- countrystring
Country code (default: DE)
stock_monitor
Check product availability and stock status across Amazon and Google Shopping. Shows in-stock/out-of-stock, prices, delivery info, and sellers.
Parameters (3)
- querystring
Product search query
- asinstring
Amazon ASIN for exact product
- countrystring
Country code (default: DE)
market_position
Analyze where a product ranks in its category — price positioning (budget/mid/premium/luxury), rating comparison, cheaper and pricier alternatives.
Parameters (3)
- querystring
Product to analyze (required)
- categorystring
Category to compare against (auto-derived if not set)
- countrystring
Country code (default: DE)
health_check
Server health, API connectivity status, supported sources and countries, tool list, pricing info.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"shoporacle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tooloracle.io/shop/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.