integrations.sh
← all integrations

Ovios Home

MCP server openai

Browse and discover outdoor furniture from Ovios Home. Chat naturally about what you're looking for — whether it's a patio sofa set, dining table, or lounge chair — and get personalized recommendations based on your space, style, and budget. View product details, compare options side by side, and find direct links to purchase. Powered by Ovios Home's full product catalog with real-time availability and pricing.

Homepage
https://www.ovios-home.com/
Remote URL
https://mcp.mervia.ai/mcp/s/ovios-furn-b85c0919
Auth
NONE

Tools (4)

Extracted live via the executor SDK.

  • discuss_shopping_needs

    Discuss what the customer is looking for to understand their shopping needs.

    Use this tool for ALL shopping conversations:

    • When the user describes what they're looking for
    • For follow-up questions and back-and-forth dialogue
    • When the user gives feedback on previously shown products (e.g., "too expensive", "too big")
    • When the user asks about products, categories, or features

    The shopping advisor asks thoughtful questions, searches the product catalog (using AI-powered search and matching), and builds an understanding of the customer's needs. IMPORTANT: When the response includes has_products: true, you MUST immediately call view_product_suggestions with the same session_id to display them visually. The user cannot see products until view_product_suggestions is called — never skip this step.

    Always start here. Do NOT call view_product_suggestions without discussing needs first, unless the user asks for a very specific product search.

  • view_product_suggestions

    View personalized product suggestions in an interactive display. Call this AFTER using discuss_shopping_needs when the response includes has_products: true.

    Pass the same session_id from the conversation — this ensures the displayed products match exactly what the advisor recommended based on the customer's needs.

    Only use query parameter for direct product searches without prior conversation (e.g., user says "show me all sofas").

  • start_new_conversation

    Start a new shopping conversation by clearing the current session.

    Use this when the customer wants to start over with a completely different shopping need, or when switching to a new customer.

  • view_product_information

    View detailed information about a specific product including specifications, reviews, and pricing. Use this when the customer wants to learn more about a product from their suggestions.

    Returns full product specifications, expert reviews, ratings, and pricing from all available retailers. When a session_id is provided, also generates personalized insights explaining why this product fits the customer's stated needs (using AI-powered analysis).