PluginBench
MCP Server

Xavio Storefront MCP Server

in.xavio/storefront

What is the Xavio Storefront MCP server?

Search the public Xavio catalog and create firm checkout quotes.

How to install Xavio Storefront

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "storefront": {
      "url": "https://xavio.in/api/mcp/storefront"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "storefront": {
      "serverUrl": "https://xavio.in/api/mcp/storefront"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "storefront": {
      "type": "http",
      "url": "https://xavio.in/api/mcp/storefront"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "storefront": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://xavio.in/api/mcp/storefront"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http storefront https://xavio.in/api/mcp/storefront

Related MCP servers

Authenticated MCP for Xavio merchants: stories, products, schedules.