About
Taoke Affiliate (淘客助手) is an affiliate marketing tool for Chinese e-commerce platforms that helps users discover profitable products and generate commission-earning promotional links across Taobao, JD.com, and Pinduoduo. Key capabilities include: - Product search with filtering and sorting by price and commission rates across all three platforms - Automatic conversion of regular product URLs to affiliate tracking links with embedded promotion codes - Short link generation and mobile-optimized Taobao password (淘口令) creation for social media sharing - Activity and campaign URL conversion for special promotional events - Promotion slot (PID) management and creation for tracking different marketing channels - Real-time order tracking, commission monitoring, and coupon status queries - Penalty order detection and detailed transaction reporting - Docker deployment support with configurable environment variables for API credentials
README
淘宝客 MCP 服务
[](https://smithery.ai/server/@liuliang520530/taoke-mcp)
淘宝联盟,京东联盟,多多进定全平台 MCP 服务是一个基于 Model Context Protocol (MCP) 的服务,支持淘宝、京东、拼多多三大电商平台的链接转换和商品推广功能,商品搜索等等一系列工具
github:
https://github.com/liuliang520530/taoke-mcp/
视频教程
https://www.bilibili.com/video/BV1QZ1jB2ENk
smithery服务托管
https://smithery.ai/server/@liuliang520530/taoke-mcp支持docker部署
https://hub.docker.com/r/liuliang520500/taoke-mcpdocker run -dit \
--name taoke-mcp \
--restart always \
-p 8081:8081 \
-e ENV_URL=https://config.sinataoke.cn/api/mcp/secret \
-e ENV_SECRET=url:mcp.sinataoke.cn \
-e ENV_OVERRIDE=false \
liuliang520500/taoke-mcp你可以添加更多的环境变量 -e,参考下面的stdio配置
官方文档
https://mcp.sinataoke.cn/docs
在 Cherry Studio 上的工具展示
交流群,扫码入群
使用方法
环境变量配置
服务需要配置以下环境变量:
# 环境变量加载配置
ENV_URL=https://config.sinataoke.cn/api/mcp/secret
ENV_SECRET=url:mcp.sinataoke.cn
ENV_OVERRIDE=false # 可选,是否覆盖当前已存在的环境变量,这个一定要为false,不然下面的配置将不生效淘宝客API配置
TAOBAO_PID=your-pid # 淘宝联盟PID
TAOBAO_SESSION=your-session # 你的授权ID,下面有授权链接京东联盟API配置
JD_KEY=your-jd-key # union.jd.com后台获取的
JD_PID=your-pid-id # PID的第一段拼多多API配置
PDD_PID=your-pid # jinbao.pinduoduo.com上获取的,需要授权
PDD_SESSION_TOKEN=your-session-token # 授权token,授权链接在下面
淘宝联盟授权链接:
https://oauth.taobao.com/authorize?response_type=token&client_id=34297717&state=1212&view=web
拼多多授权链接
https://jinbao.pinduoduo.com/open.html?client_id=313cc43a30cf487da0a336d9f2df7de2&response_type=code&redirect_uri=http%3A%2F%2Fddk.weiququ.cn%2FApi%2Fget_access_token&view=web
拼多多 PID 授权
与 Claude Desktop 或 Cherry Studio 集成
要在 Claude Desktop 中使用此服务
使用 MCP 配置文件
您也可以使用 MCP 配置文件来启动服务。创建一个名为 mcp.json 的文件,内容如下【stdio配置】:
{
"mcpServers": {
"taobao-mcp": {
"name": "导购助手",
"type": "stdio",
"isActive": true,
"command": "npx",
"args": [
"-y",
"@liuliang520500/sinataoke_cn@latest",
"g:win11desktop/logs/" // 可选,日志文件夹路径,,如果要填写,要换成你自己本地电脑上的一个文件夹
],
"env": {
"ENV_URL": "https://config.sinataoke.cn/api/mcp/secret",
"ENV_SECRET": "url:mcp.sinataoke.cn",
"ENV_OVERRIDE": "false",
"TAOBAO_PID": "淘宝PID",
"TAOBAO_SESSION": "淘宝授权token,上面有授权链接,授权后,复制token到这里",
"JD_KEY": "union.jd.com上去取",
"JD_PID": "union.jd.com上去取",
"PDD_PID": "拼多多PID",
"PDD_SESSION_TOKEN": "拼多多授权token,上面有授权链接"
}
}
}
}
支持的功能
淘宝平台
京东平台
拼多多平台
许可证
ISC
作者 VX
有任务使用问题联系作者,请认准包名:
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support