← maestrocommerce.ai

INDIVIDUAL MCP TOOL

get_reviews

Reviews (read) — Read reviews for a single product.

maestrocommerce.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

maestrocommerce.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.maestrocommerce-ai]
url = "https://maestrocommerce.ai/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "maestrocommerce-ai": {
      "type": "http",
      "url": "https://maestrocommerce.ai/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: maestrocommerce-ai
Remote MCP URL: https://maestrocommerce.ai/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "maestrocommerce-ai": {
      "url": "https://maestrocommerce.ai/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "maestrocommerce-ai": {
      "type": "http",
      "url": "https://maestrocommerce.ai/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "maestrocommerce-ai",
  "transport": "streamable-http",
  "url": "https://maestrocommerce.ai/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ask_shop — Chat Sales (execute) — Multi-turn shopping conversation.
  • create_checkout_url — Checkout (execute) — Create a checkout URL for the shop.
  • track_order — Order (read) — Read the status of an order placed at the shop.
  • search_products_blurb — Storefront Search (read) — Sophisticated AI-ranked product search.
  • search_products — Storefront Search (execute) — Sophisticated AI-ranked product search.
  • discover_shops — Shop Discovery (execute) — Find shops in the Maestro registry by topic, locale, ships_to, category, niche, occasion, price tier, or specialty signals.
  • get_shop_info — Shop Info (read) — Read public information about a shop — locale, currency, shipping zones, policies, brand persona, and supported tools.
  • find_categories — Shop Categories (read) — Find the catalog category structure for a single shop — detected sub-verticals (flowers/bouquets, gifts/wine_spirits, etc.) with product counts + sample products, plus aggregated inferred-occasion counts.