Tosheroon
Official12 toolsby tosheroon
Real-time Amazon prices, product search, 90-day history, AI forecasts, and price drop alerts.
Tracks Amazon prices, searches products, and forecasts price drops with AI.
Captured live from the server via tools/list.
search_products
Search for Amazon products by keyword, ASIN, or Amazon URL with optional filters for brand, category, price range, stock status, and sorting. Returns product IDs for use with other tools. Rate limited to 20 req/min without an API key — use the register_api_key tool for 120 req/min.
Parameters (9)
- brandstring
Filter by brand name (e.g. Apple, Samsung, Sony)
- categorystring
Filter by category (e.g. Laptops, Headphones, TVs)
- in_stockboolean
When true, only returns in-stock products. When false, returns both in-stock and out-of-stock products (it does NOT filter to out-of-stock only). Defaults to true.
- limitinteger
Number of results to return (1-50). Defaults to 20.
- max_pricenumber
Maximum price in the region's currency (e.g. 500 for £500)
- min_pricenumber
Minimum price in the region's currency (e.g. 100 for £100)
- querystring
Search keyword, Amazon ASIN (e.g. B08N5WRWNW), or Amazon product URL. Optional when using brand/category filters.
- regionstring
Country code (e.g. uk, us, de). Defaults to uk.
- sort_bystring
Sort order for results. Defaults to relevance.
get_product
Get detailed product information by product_id. Returns full product details including current price and affiliate buy link.
Parameters (1)
- product_idintegerrequired
The product ID returned by search_products or other discovery tools
get_price_history
Get price history for a product by product_id. Returns daily prices for up to 90 days.
Parameters (2)
- daysinteger
Number of days of history to return (1-90). Defaults to 90.
- product_idintegerrequired
The product ID returned by search_products or other discovery tools
get_price_drops
Get Amazon products with recent significant price drops. Returns products sorted by drop percentage.
Parameters (2)
- limitinteger
Number of results to return (1-20). Defaults to 10.
- regionstring
Country code (e.g. uk, us, de). Defaults to uk.
browse_by_category
Browse Amazon products by category. Omit category to list all available categories. Provide a category name to get products in that category.
Parameters (3)
- categorystring
Category name to browse. Omit to list all available categories.
- limitinteger
Number of products to return (1-50). Defaults to 20.
- regionstring
Country code (e.g. uk, us, de). Defaults to uk.
browse_by_brand
Browse Amazon products by brand name. Returns products matching the given brand.
Parameters (3)
- brandstringrequired
Brand name to search for (e.g. Sony, Apple, Samsung)
- limitinteger
Number of products to return (1-50). Defaults to 20.
- regionstring
Country code (e.g. uk, us, de). Defaults to uk.
get_price_statistics
Get price statistics for a product (all-time high/low, mean, median, histogram). Uses cached data for performance.
Parameters (1)
- product_idintegerrequired
The product ID returned by search_products or other discovery tools
get_price_forecast
Get a 30-day price forecast for a product. Requires sufficient price history. Returns predicted prices with confidence scores.
Parameters (1)
- product_idintegerrequired
The product ID returned by search_products or other discovery tools
create_price_alert
Create a price drop alert. You'll receive an email when the product drops to or below your target price.
Parameters (3)
- emailstringrequired
The email address to send the alert to
- product_idintegerrequired
The product ID returned by search_products or other discovery tools
- target_pricenumberrequired
The target price — alert is sent when the product drops to or below this price
create_in_stock_alert
Create a back-in-stock alert. You'll receive an email when the product becomes available again.
Parameters (2)
- emailstringrequired
The email address to send the alert to
- product_idintegerrequired
The product ID returned by search_products or other discovery tools
get_similar_products
Find products similar to a given product. Useful for discovering alternatives or related items.
Parameters (2)
- limitinteger
Number of similar products to return (1-20). Defaults to 6.
- product_idintegerrequired
The product ID to find similar products for
register_api_key
Register for a free API key to increase your rate limits from 20/min to 120/min. An API key will be emailed to you.
Parameters (1)
- emailstringrequired
Your email address. The API key will be sent here.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://tosheroon.com/mcpclaude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tosheroon.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.