MCP Server for water pump industry — product database, price comparison, PDF parsing, and Excel export
Reason this release was yanked:
agent no apply by me
Project description
Pump Industry MCP Server
水泵行业 MCP 服务器 — 产品数据库、竞品对比、PDF 解析、Excel 导出
功能 (6 Tools)
| Tool | 说明 |
|---|---|
pump_search |
按型号/名称/功率搜索产品 |
pump_get_specs |
获取产品详细参数 |
pump_parse_pdf |
解析出厂价 PDF → 结构化数据 |
pump_compare_table |
生成竞品对比 Excel |
pump_list_categories |
列出产品分类 |
pump_export_excel |
导出产品目录 Excel |
安装
# 通过 uvx 直接运行(推荐)
uvx pump-industry-mcp
# 或 pip 安装
pip install pump-industry-mcp
集成到 Hermes Agent
hermes mcp add pump --command uvx --args pump-industry-mcp
集成到 Claude Desktop
{
"mcpServers": {
"pump": {
"command": "uvx",
"args": ["pump-industry-mcp"]
}
}
}
产品数据
首次运行会自动创建 SQLite 数据库并导入示例数据。
数据文件位于 ~/.pump-mcp/pumps.db
产品分类
| 编号 | 分类 | 说明 |
|---|---|---|
| 01 | 深井潜水泵 | QDX/QJ 系列 |
| 02 | 不锈钢潜水泵 | 304/316 材质 |
| 03 | 污水排污泵 | WQ 系列 |
| 04 | 自吸泵 | ZX/CZX 系列 |
| 05 | 多级离心泵 | CDL/CDLF 系列 |
| 06 | 变频泵 | 恒压供水 |
| 07 | 消防泵 | XBD 系列 |
| 08 | 管道泵 | ISG/ISW 系列 |
电压类型标注
single— 单相 220Vthree— 三相 380Vuniversal— 单相/三相通用vfd— 变频专用
款式分类
A— A 款(标准型)B— B 款(加强型)T— T 款(特种型)
浮球开关
F— 带浮球开关- 无标注 — 不带浮球开关
开发
git clone https://github.com/felix/pump-industry-mcp.git
cd pump-industry-mcp
pip install -e ".[dev]"
python -m pytest tests/
License
MIT
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
pump_industry_mcp-0.1.0.tar.gz
(108.9 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 pump_industry_mcp-0.1.0.tar.gz.
File metadata
- Download URL: pump_industry_mcp-0.1.0.tar.gz
- Upload date:
- Size: 108.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8be67d2b24c8ac2aa8dbe421e8e39c30bedefb003a8f815800b34f9e90aad47
|
|
| MD5 |
f016c91895e7b1f105229ab552e48faa
|
|
| BLAKE2b-256 |
88c1bc54902c7c356cbf42cf4f9336c7b3192ed635f55a28038bd5ae3a5e20a6
|
File details
Details for the file pump_industry_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pump_industry_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0049de71332ab2b8542ba7abf6e6c2a1d10d060553cef977549d551a15172dff
|
|
| MD5 |
378a8483d8e3ad33dc34ff15da74d204
|
|
| BLAKE2b-256 |
5c0ad21d144e8d250766dfdae973d1f9b3e9e7e18f333f95d6967d2741d5e782
|