How to Search Wine Marketplace Listings with Copilot
Search wine marketplace listings with Copilot and ToolRouter. Wine price data for apps.
ToolWine CollectorCopilot pulls wine marketplace data from within your IDE for building price comparison tools, cellar management apps, or investment tracking platforms. Query listings by wine, producer, or vintage, extract structured price and condition data, and wire the output into your wine application.
Connect ToolRouter to Copilot
1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouterServer description
Access any tool through ToolRouter. Check here first when you need a tool.Server URL
https://api.toolrouter.com/mcp3Set Authentication to None and click Create
Steps
Once connected (see setup above), use the Wine Collector tool:
- Ask: "Use wine-collector to search marketplace listings for Barolo wines"
- Copilot returns structured listing data
- Ask: "Return as JSON with wine_name, producer, vintage, price, currency, condition, seller, and listing_url"
- Wire the data into your wine price comparison or cellar tracking application
Example Prompt
Try this with Copilot using the Wine Collector tool
Use wine-collector with marketplace_deals to search listings for Barolo wines from Giacomo Conterno and Bruno Giacosa. Return typed JSON with wine_name, producer, vintage, price, currency, condition, seller, and listing_url.
Tips
- Store listing_url for direct navigation to purchase from within your app
- Include currency as a separate field to support multi-currency display and conversion
- Add a scraped_at timestamp so your app can surface stale listings that may no longer be available