PluginBench
MCP Server

Xavio Merchant MCP Server

in.xavio/merchant

What is the Xavio Merchant MCP server?

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

How to install Xavio Merchant

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer xv_live_<key> — create one at https://xavio.in/developers

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "merchant": {
      "url": "https://xavio.in/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "merchant": {
      "serverUrl": "https://xavio.in/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "merchant": {
      "type": "http",
      "url": "https://xavio.in/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "merchant": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://xavio.in/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http merchant https://xavio.in/api/mcp

Related MCP servers

Search the public Xavio catalog and create firm checkout quotes.