MCP.so
Sign In

discoverGPTVerifiedFeatured

@Joe Monastiero

About discoverGPT

discoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 24 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI catalog enrichment and quality scoring, AI-discovery feeds and GEO visibility (ACP, UCP, Schema.org JSON-LD), and virtual try-on image composition. Connect over SSE at https://api.vairetail.com/mcp/sse — auth is OAuth 2.0 with a one-time browser consent screen (Dynamic Client Registration, no API keys to copy or rotate). The same MCP tools run on the same infrastructure and canonical catalog as discoverGPT's REST API, so agents and your own code share one account, one set of credentials, and one data model. Founding offer: the first 500 developers get discoverGPT Starter free for life — no card required. Sign up at https://developer.vairetail.com/sign-up.

Connection details

https://api.vairetail.com/mcp/sse

Setup

claude mcp add discovergpt --transport http https://api.vairetail.com/mcp/sse

Tools

No tools detected

Fetch the live tool list directly from this server's endpoint using the button above.

Overview

What is discoverGPT?

discoverGPT is visualAI's unified MCP gateway for AI-native commerce. It exposes 24 tools, backed by one canonical product catalog, so any MCP-aware agent (Claude, ChatGPT, Cursor, or a custom host) can search, enrich, and act on a merchant's product data without hand-written API glue code.

Capabilities

  • Search — natural-language, precise-color, and image-similarity product search, faceted catalog browsing, full product detail, and "goes well with" recommendations
  • Data cleaning — AI catalog enrichment and quality scoring
  • Feeds & GEO — AI-discovery feed generation and visibility scoring across ACP, UCP (Universal Commerce Protocol), and Schema.org JSON-LD
  • Virtual try-on — image composition for apparel/product try-on, plus usage metrics

24 tools total; see the full list under MCP transport in the docs.

Connecting

  • Endpoint: https://api.vairetail.com/mcp/sse (SSE transport)
  • Auth: OAuth 2.0 with Dynamic Client Registration — your host authorizes once via a browser consent screen, no API keys to copy or rotate
  • One-click installs are documented for Cursor, Codex CLI, and VS Code in the IDE Quickstarts

Why it exists

A growing share of shopping and merchandising happens through AI agents. Instead of every agent author hand-writing REST calls, paginating results, and reshaping responses for a model to reason over, discoverGPT hands the agent ready-to-use tools running on the same canonical catalog and infrastructure as the REST API — one account, one set of credentials, one data model, across every MCP-compliant host.

Full documentation: https://developer.vairetail.com/docs

Frequently asked questions

What is the discoverGPT remote MCP server?

The discoverGPT remote MCP server is a hosted Model Context Protocol endpoint at https://api.vairetail.com/mcp/sse, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the discoverGPT MCP server?

Add the endpoint https://api.vairetail.com/mcp/sse to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the discoverGPT MCP server require authentication?

Yes. discoverGPT uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the discoverGPT MCP server use?

discoverGPT exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments