Vistoya
Google for agentic fashion shopping/discovery. Indexed fashion brand e-coms. Semantic search.
Vistoya MCP
The Vistoya MCP server gives AI agents direct access to a curated, multi-brand fashion catalog. Agents can search by structured filters, discover products through natural language, find similar items, and retrieve full product details — all over a single Streamable HTTP connection.
What is MCP?
The Model Context Protocol is an open standard that lets AI applications connect to external data sources and tools. Instead of building custom integrations for every AI platform, you expose a single MCP server and any compatible agent can use it.
Vistoya's MCP server exposes 5 read-only tools that cover the full product discovery workflow:
| Tool | Purpose |
|---|---|
| discover_products | Natural language semantic search with AI embeddings |
| get_product | Full product details by ID |
| find_similar | "More like this" recommendations |
| list_stores | Browse connected stores |
| get_filters | Available filter values and catalog stats |
Endpoint
POST https://api.vistoya.com/mcp
The server uses Streamable HTTP transport — the current MCP standard for remote servers. No WebSocket upgrade required.
Key features
- Semantic search — agents can query with natural descriptions like "breathable linen dress for a beach wedding under $200"
- Rich taxonomy — every product is AI-classified with category, subcategory, colors, materials, gender, occasion, season, style, fit, and silhouette
- Stateful sessions — the server maintains sessions via the
mcp-session-idheader with a 30-minute idle timeout
相关服务器
The Movie Database (TMDB)
Integrates with The Movie Database (TMDB) API, allowing AI assistants to search for movies, retrieve details, and generate related content.
OpenStreetMap
Enhances LLMs with location-based services and geospatial data from OpenStreetMap.
YaCy MCP Server
MCP (Model Context Protocol) Server implementation that provides AI tools to search using YaCy web search API.
Perplexity MCP Server
Web search using Perplexity's API.
Google Search by CData
An MCP server for Google Search provided by CData, which requires an external CData JDBC Driver.
Sci-Hub MCP Server
Search and access academic papers from Sci-Hub by DOI, title, or keyword.
SearXNG
A privacy-respecting metasearch engine powered by a self-hosted SearXNG instance.
Yahoo Finance
An MCP server for querying Yahoo Finance data using the yfinance library.
Tavily
Search engine for AI agents (search + extract) powered by Tavily
iMessage Query
An MCP server for querying your iMessage database on macOS, allowing LLMs to safely access and search conversations.