goofish-z-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@goofish-z-mcpsearch items for DDR3 RECC 32G"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
goofish-z
闲鱼全功能整合包 — GUI + Agent 双驱动。
博采众长:goofish-cli(CLI/MCP/registry 架构)+ XianYuApis(refresh_token 自动维持)+ ai-goofish-monitor(监控/UI 思路)。
三通道
通道 | 入口 | 状态 |
CLI |
| ✅ |
HTTP API |
| ✅ |
MCP |
| ✅ (watch 通;search 见已知问题) |
Related MCP server: goofish-cli
快速开始
# 安装
cd ~/Documents/Projects/goofish-z
/opt/homebrew/bin/python3.14 -m venv .venv
.venv/bin/pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -e .
# 认证(从 Chrome 自动抓 cookie,或复制 ~/.goofish-cli/cookies.json 到 ~/.goofish-z/)
mkdir -p ~/.goofish-z && cp ~/.goofish-cli/cookies.json ~/.goofish-z/ 2>/dev/null
# CLI
.venv/bin/goofish-z search items "DDR3 RECC 32G" --limit 5
# 价格监控
.venv/bin/goofish-z watch add "DDR3 RECC 32G" --max-price 160
.venv/bin/goofish-z watch run --all
.venv/bin/goofish-z watch history 1
# GUI
.venv/bin/python -m goofish_z.api.app # → http://127.0.0.1:8787架构
GUI (Web面板) Agent (MCP / CLI / HTTP API)
└──────────┬──────────┘
▼
commands/ 命令层 — registry 注册, 三通道共享
core/ 签名(execjs+goofish_js_version_2.js) / 会话+refresh_token自愈 / 限流 / 熔断
db.py SQLite: watch_items / price_history / alerts认证自愈:请求 → 401 → refresh_token() 重签重试 → Chrome cookie 探测 → AuthRequiredError。
已知问题
MCP 里 search.items 卡住:search 走 playwright 系统 Chrome(launch_persistent_context),在 MCP 的 to_thread 线程环境无法启动。CLI/HTTP 正常。解决方向:给 browser.py 加线程安全启动,或 search 改用 HTTP API 代理。
Homebrew python 3.11/3.14 有
platform._syscmd_filedecode bug,直接跑 goofish auth 会炸;本项目 CLI 已绕过(browser-cookie3 路径不触发)。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn MCP server that automates Xianyu marketplace operations through Playwright, allowing users to manage listings and conduct market research via natural language. It features integrated tools for generating AI-powered product descriptions and cover images using DashScope.Last updated1121
- AlicenseBqualityCmaintenanceMCP server for automating Xianyu (Goofish) marketplace operations: publish, manage items, handle IM messages, and more via CLI or AI agents.Last updated1795Apache 2.0
- AlicenseAqualityAmaintenanceMCP server that enables AI agents to search Chinese web platforms (Taobao, JD, Xiaohongshu, Zhihu, ZSXQ) without being blocked.Last updated4016MIT
- Alicense-qualityBmaintenanceMCP server for Xiaohongshu (xiaohongshu.com) enabling login, note/video publishing, search, recommendations, and comment management via CLI or MCP protocol.Last updated1MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for Google search results via SERP API
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/E-R-Butch/Goofish-Z'
If you have feedback or need assistance with the MCP directory API, please join our Discord server