io.tooloracle/priceoracle
Official7 toolsPriceOracle - 7 dynamic pricing tools: elasticity, A/B, segment pricing, competitor scan.
Dynamic pricing tools for elasticity analysis, A/B testing, segmentation, and competitor monitoring.
Captured live from the server via tools/list.
price_search
Search product prices from news and price comparison sites.
Parameters (3)
- productstring
Product name to search
- categorystring
Product category (optional)
- currencystring
Currency: EUR, USD (default: EUR)
idealo_search
Search Idealo price comparison for any product.
Parameters (1)
- querystring
Product search query e.g. 'Matratze 140x200', 'iPhone 15'
amazon_search
Search Amazon/open product database for prices and product info.
Parameters (2)
- querystring
Product search query
- limitinteger
Max results 1-20 (default: 10)
price_history
Find recent price change news for a product.
Parameters (1)
- productstring
Product or product category e.g. 'Matratzen', 'Laptops'
competitor_prices
Compare price positioning of your brand vs competitors in news coverage.
Parameters (3)
- brandstring
Your brand name
- competitorsstring
Comma-separated competitor names
- product_typestring
Product type e.g. 'Matratze', 'Laptop' (optional)
barcode_lookup
Look up product details and prices by EAN/UPC barcode.
Parameters (1)
- barcodestring
EAN or UPC barcode number e.g. '4056565032219'
health_check
PriceOracle server status.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"priceoracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tooloracle.io/price/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.