# 安装 three.ws x402 Bazaar

- 类型: MCP 工具
- 说明: 检索并对比 x402 网络中的付费智能体服务与价格
- 仓库: https://github.com/nirholas/three.ws
- ⚠ 安全: 整体看这是一个官方 Registry、开源且近期仍有维护的 MCP 工具，未声明需要密钥，供应链可信度较高。主要风险仅来自其会连接 three.ws 且具备本机代码执行能力，属于 MCP 工具常规能力，应列为留意而非高风险。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "three.ws x402 Bazaar" MCP 服务：
执行：claude mcp add --transport http 'io-github-nirholas-threews-x402-bazaar' 'https://three.ws/api/mcp-bazaar'
```

### Codex
```
请帮我安装 askskill 上的 "three.ws x402 Bazaar" MCP 服务：
在 ~/.codex/config.toml 中添加：
[mcp_servers.io-github-nirholas-threews-x402-bazaar]
url = "https://three.ws/api/mcp-bazaar"
然后重启 Codex 生效
```

### Cursor
```
请帮我安装 askskill 上的 "three.ws x402 Bazaar" MCP 服务：
在 .cursor/mcp.json 的 "mcpServers" 中添加：
"io-github-nirholas-threews-x402-bazaar": { "url": "https://three.ws/api/mcp-bazaar" }
然后在 Cursor 设置 > MCP 中启用
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
claude mcp add --transport http 'io-github-nirholas-threews-x402-bazaar' 'https://three.ws/api/mcp-bazaar'
```

### Codex
```bash
codex mcp add 'io-github-nirholas-threews-x402-bazaar' --url 'https://three.ws/api/mcp-bazaar'
```
配置文件 ~/.codex/config.toml：
```toml
[mcp_servers.io-github-nirholas-threews-x402-bazaar]
url = "https://three.ws/api/mcp-bazaar"
```

### Cursor
配置文件 .cursor/mcp.json：
```json
{
  "mcpServers": {
    "io-github-nirholas-threews-x402-bazaar": {
      "url": "https://three.ws/api/mcp-bazaar"
    }
  }
}
```
一键安装：cursor://anysphere.cursor-deeplink/mcp/install?name=io-github-nirholas-threews-x402-bazaar&config=eyJ1cmwiOiJodHRwczovL3RocmVlLndzL2FwaS9tY3AtYmF6YWFyIn0
