AgentHubAgentHub

The Others

MCP ServerMCP Registry官方收录

shop.theothers/theothers · v1.0.0

The Others — an agentic t-shirt shop. Browse products and buy t-shirts via AI agents.

概览

The Others 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、sse 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "theothers": {
      "url": "https://theothers.shop/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "shop.theothers/theothers",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "The Others",
  "description": "The Others — an agentic t-shirt shop. Browse products and buy t-shirts via AI agents.",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://theothers.shop/mcp"
      },
      {
        "transport": "sse",
        "url": "https://theothers.shop/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "shop.theothers/theothers",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/shop.theothers%2Ftheothers/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
The Others — MCP Server 安装与配置 · AgentHub