全国工程招投标标讯查询 MCP Server — 标橙橙出品
Project description
biaochengcheng-mcp · 标橙橙标讯查询 MCP
查询全国工程招投标标讯的 MCP Server,数据由 标橙橙 提供,实时更新。
支持接入 Claude、Cursor、Cherry Studio 等任意 MCP 客户端;可在 ModelScope MCP 广场一键托管部署。
前置条件
当前免费使用,最高额度20000条数据
后续可在 biaochengcheng.com 注册账号并开通数据订阅,获取 API Key。
方式一:ModelScope 托管(推荐)
进入 ModelScope MCP 广场 搜索 biaochengcheng-mcp,点击「部署」,填写:
BIAOCHENGCHENG_API_KEY = 你的 API Key
平台自动生成专属 SSE 地址,直接填入 AI 客户端即可。
方式二:uvx 本地运行(Claude Desktop / Cursor)
无需 clone 代码,直接配置:
{
"mcpServers": {
"biaochengcheng-mcp": {
"command": "uvx",
"args": ["biaochengcheng-mcp@latest"],
"env": {
"BIAOCHENGCHENG_API_KEY": "your-api-key-here"
}
}
}
}
Claude Desktop 配置文件路径:
~/Library/Application Support/Claude/claude_desktop_config.json
方式三:pip 安装后本地运行
pip install biaochengcheng-mcp
export BIAOCHENGCHENG_API_KEY=你的key
biaochengcheng-mcp
可用工具
mcp_bid_query — 标讯列表查询
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
keyWord |
list[str] |
✅ | 搜索关键词数组,支持多关键词,例如 ["通讯工程", "光纤设备"] |
searchScope |
list[str] |
搜索范围,字符串数组,取值:1=标题,2=内容,4=招标人;可组合,默认 ["1", "2"] |
|
searchMode |
str |
搜索模式,1=精确匹配,2=分词匹配,默认 1 |
|
projectAmount |
float |
项目金额(单值匹配),不推荐使用,建议使用 minAmount + maxAmount 组合 |
|
startTime |
str |
开始时间,格式 yyyy-mm-dd hh:mm:ss,默认近3个月 |
|
endTime |
str |
结束时间,格式 yyyy-mm-dd hh:mm:ss,默认当前时间 |
|
maxAmount |
float |
项目最大金额(单位:元),例如 1000000 |
|
minAmount |
float |
项目最小金额(单位:元),例如 50000 |
|
selectAddr |
list[str] |
省份全称数组,例如 ["湖南省", "内蒙古自治区"] |
|
city |
list[str] |
城市全称数组,例如 ["长沙市", "呼和浩特市"] |
|
pageSize |
int |
每页返回条数,范围 1-50,默认 10 |
|
pageNum |
int |
页码,从1开始,默认 1 |
示例 Prompt:
查询关键词"通讯工程"的招标公告,返回前10条
环境变量
| 变量 | 必填 | 默认 | 说明 |
|---|---|---|---|
BIAOCHENGCHENG_API_KEY |
✅ | — | 标橙橙 API Key |
MCP_TRANSPORT |
stdio |
stdio 本地 / sse 自托管HTTP |
|
PORT |
8000 |
SSE 模式端口 |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 biaochengcheng_mcp-1.0.6.tar.gz.
File metadata
- Download URL: biaochengcheng_mcp-1.0.6.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
022cad26eb4f11211e45ae7cf117dbca1de8555faa828e2b2d5786c3e0154011
|
|
| MD5 |
783ee7072bca271ec625298fe809414e
|
|
| BLAKE2b-256 |
87ec71e98a7cd67933ae42e7e446535d421320186d5aefe443abefa497cfe252
|
File details
Details for the file biaochengcheng_mcp-1.0.6-py3-none-any.whl.
File metadata
- Download URL: biaochengcheng_mcp-1.0.6-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b64e38fafda4e92bdce13a0995f9b7ea30ca9bfe20e5fd2ad43b94aa52e23c0
|
|
| MD5 |
fd5233a95b26cc3ab64f4c646c90b75c
|
|
| BLAKE2b-256 |
296d6e24c2c168d640058d480bc357f51fc5e1ab6ab69975ac3c0081905ddf4c
|