Unified CLI and Python client for Proboost TikTok, Patent, and Amazon MCP servers.
Project description
proboost-cli
统一 Proboost MCP 命令行工具,包含 TikTok、Patent、Amazon 三套 MCP 的交互式菜单、快捷命令、通用调用和 Python 客户端。
终端命令为 proboost(PyPI 包名 proboost-cli)。
完整使用说明见 使用文档.md。
安装
从源码开发安装
cd "/path/to/openboost-cli"
python3.12 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -e ".[dev]"
从 wheel 安装
| 文件 | 说明 |
|---|---|
proboost_cli-<版本>-py3-none-any.whl |
推荐:纯 Python,Python 3.10+ |
proboost_cli-<版本>.tar.gz |
源码分发包 |
pip install "/path/to/openboost-cli/dist/proboost_cli-1.0.3-py3-none-any.whl"
proboost --help
配置
proboost config set --secret-key "你的密钥"
proboost config set --mcp amazon --base-url "http://mcp.microdata-inc.com/mcp-servers/proboost-amazon-mcp"
环境变量:PROBOOST_SECRET_KEY、PROBOOST_TIKTOK_SECRET_KEY 等(见使用文档)。
快速示例
proboost list
proboost tiktok commodity category-tree
proboost patent search count "TACD: virtual reality"
proboost amazon hot cat-tree --site 1 --rank-type "Best Seller"
Python 客户端
from proboost_cli import Proboost
pb = Proboost()
text = pb.call("tiktok", "tt_commodity_get_commodity_cat_tree")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
proboost_cli-1.0.3.tar.gz
(35.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file proboost_cli-1.0.3.tar.gz.
File metadata
- Download URL: proboost_cli-1.0.3.tar.gz
- Upload date:
- Size: 35.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
110a498da193bd1102166e4248a968b891812a4faa5fc996b72033b2e4a12511
|
|
| MD5 |
f1c46f1ccdfbd6b42248209711d0b2ea
|
|
| BLAKE2b-256 |
fde5fc14b5a7a384dddec80c0aad7ad8fec3d44d4da163211c0dd4bba209bec8
|
File details
Details for the file proboost_cli-1.0.3-py3-none-any.whl.
File metadata
- Download URL: proboost_cli-1.0.3-py3-none-any.whl
- Upload date:
- Size: 66.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae49b4e86fca96dbcdee25ad608c447de7757e0201b3b731290c96fcf5af9184
|
|
| MD5 |
866bfdbcdfc360e3bc3d2baddd8927ca
|
|
| BLAKE2b-256 |
7615a56ba1230d26dd74180b4bcaac89e254932326034ab2764e7313f083d74b
|