Make Your Website
AI-Agent Ready
Expose a standard MCP endpoint on your domain. Claude, ChatGPT, Perplexity, and every MCP-compatible agent gets structured access to your content and products — through 5 typed tools, not HTML scraping.
Three steps. Zero code changes.
Your origin server never sees MCP traffic.
Enable MCP
Toggle the MCP Server switch in your domain settings. The gateway starts serving /mcp, /.well-known/mcp.json, and /llms.txt.
Gateway Proxies
The edge proxy intercepts /mcp requests, authenticates via API key, and routes to the AI service with your domain context.
Agents Connect
AI agents discover your MCP endpoint automatically and start querying your content through 5 structured tools.
5 structured tools. One endpoint.
Every tool enforces multi-tenant isolation. Queries are scoped to your domain automatically.
search_contentContent Search
Semantic search across every crawled page — blog posts, policies, FAQs, docs. Returns ranked results with title, URL, and similarity score.
get_pagePage Retrieval
Get the full markdown content of any page by URL path. Clean, structured text with metadata — ready for AI reasoning.
search_productsProduct Search
Natural language product catalog search. Returns title, price, availability, brand, category, and relevance score.
get_product_detailsProduct Details
Full enriched product profile with 30+ AI-analyzed attributes — specs, FAQ, highlights, materials, dimensions, and more.
list_categoriesCategory Browser
Browse the complete product category hierarchy. Lets agents understand catalog structure before searching.
Auto-discoverable by every AI agent.
When MCP is enabled, the gateway automatically serves two discovery endpoints. AI agents find your MCP server without any manual configuration.
/.well-known/mcp.jsonJSON manifest with server info, endpoint URL, authentication requirements, and available tool descriptions. The standard discovery path for MCP clients.
/llms.txtPlain text discovery file following the emerging llms.txt standard. Describes your site and points agents to the MCP endpoint for structured access.
Connect in seconds.
Add your site to Claude Desktop with three lines of config.
{
"mcpServers": {
"your-site": {
"url": "https://your-domain.com/mcp",
"headers": {
"Authorization": "Bearer sw_prod_..."
}
}
}
}What MCP replaces.
Decision support
Questions & Answers
What is MCP and why does my site need it?
The Model Context Protocol (MCP) is an open standard from Anthropic that lets AI agents connect to data sources via structured tools. Without MCP, AI agents must scrape your HTML — losing structure, missing products, and hallucinating details. With MCP, they get direct access to your content through typed, searchable tools. Your site becomes a first-class data source for every AI assistant.
Which AI agents can connect to my MCP server?
Any MCP-compatible client — Claude Desktop, ChatGPT (via plugins/tools), Perplexity, Cursor, Windsurf, custom agents built with the MCP SDK, and more. The protocol is open and growing. Discovery endpoints (/.well-known/mcp.json and /llms.txt) help agents find your server automatically.
Do I need to change my origin code?
No. The MCP endpoint is served entirely by the SerpWise edge proxy. Your origin server never sees MCP traffic. Enable MCP in your domain settings and the gateway handles authentication, tool routing, and response formatting.
How does authentication work?
AI agents authenticate with a Bearer token — an API key you create in the SerpWise dashboard with the products:read scope. Keys can be scoped to specific domains and have configurable rate limits. The gateway validates every request before routing to the AI service.
What data can AI agents access?
Agents can search all crawled pages (blog posts, policies, FAQs, product pages), retrieve full page content as markdown, search and browse the product catalog with 30+ AI-enriched attributes, and list product categories. All queries are scoped to your organization — no cross-tenant data leakage.
Does MCP work with non-ecommerce sites?
Yes. The search_content and get_page tools work with any crawled content — SaaS docs, agency portfolios, news sites, anything. Product-specific tools (search_products, get_product_details, list_categories) activate when product intelligence data is available.
Make your site AI-agent ready today.
One toggle. Five structured tools. Every AI agent can query your content and products in seconds.