Provides comprehensive bidding and tender information query services, including statistics, searches, and planned project queries.
该MCP服务提供全面的招投标信息查询功能,包括中标统计、招标统计、采购统计、招投标信息查询、拟建项目查询等,帮助用户进行招投标分析和市场机会发现。
git clone https://github.com/handaas/bidding-mcp-server
cd bidding-mcp-server
python -m venv mcp_env && source mcp_env/bin/activate
pip install -r requirements.txt
复制环境变量模板并配置:
cp .env.example .env
编辑 .env
文件,配置以下环境变量:
INTEGRATOR_ID=your_integrator_id
SECRET_ID=your_secret_id
SECRET_KEY=your_secret_key
python server/mcp_server.py streamable-http
服务将在 http://localhost:8000
启动。
{
"mcpServers": {
"handaas-mcp-server": {
"type": "streamableHttp",
"url": "http://127.0.0.1:8000/mcp"
}
}
}
{
"mcpServers": {
"bidding-mcp-server": {
"command": "uv",
"args": ["run", "mcp", "run", "{workdir}/server/mcp_server.py"],
"env": {
"PATH": "{workdir}/mcp_env/bin:$PATH",
"PYTHONPATH": "{workdir}/mcp_env",
"INTEGRATOR_ID": "your_integrator_id",
"SECRET_ID": "your_secret_id",
"SECRET_KEY": "your_secret_key"
}
}
}
}
{
"mcpServers": {
"bidding-mcp-server":{
"type": "streamableHttp",
"url": "https://mcp.handaas.com/bidding/bidding_bigdata?token={token}"
}
}
}
功能: 企业关键词模糊查询
根据提供的企业名称、人名、品牌、产品、岗位等关键词模糊查询相关企业列表。
参数:
matchKeyword
(必需): 匹配关键词 - 查询各类信息包含匹配关键词的企业pageIndex
(可选): 分页开始位置pageSize
(可选): 分页结束位置 - 一页最多获取50条数据返回值:
total
: 总数功能: 企业中标统计分析
根据企业名称、统一社会信用代码等获取企业标讯信息中中标信息统计项,包括标的分布、金额分布、区域分布及中标趋势等。
参数:
matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业idkeywordType
(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码返回值:
winbidAmountStatList
: 中标金额分布
range
: 金额范围percent
: 比例count
: 数量winbidAreaStat
: 区域分布
area
: 区域count
: 数量winbidStatList
: 中标标的分布
subjectMatter
: 标的物count
: 数量percent
: 比例winbidTrend
: 中标趋势
year
: 年份count
: 数量功能: 企业招投标信息查询
根据输入的企业标识符,查询并返回该企业参与的招投标信息,包括招投标公告类型、项目地区、公告详情及与之相关的企业信息。
参数:
matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业idpageSize
(可选): 分页大小 - 一页最多获取50条数据keywordType
(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码pageIndex
(可选): 页码 - 从1开始返回值:
total
: 总数biddingId
: 招投标IdinfoType
: 招投标公告类型projectRegion
: 项目地区publishDate
: 公告发布时间subjectMatterList
: 标的物title
: 公告标题role
: 招投标角色 - 招标,中标projectAmount
: 项目金额winningBidderList
: 中标企业purchasingBidderList
: 招标企业功能: 企业招标统计分析
根据企业名称、统一社会信用代码等获取企业标讯信息中招标信息统计项,包括标的分布、金额分布、区域分布及招标趋势等。
参数:
matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业idkeywordType
(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码返回值:
tenderAmountStatList
: 招标金额分布
range
: 金额范围percent
: 比例count
: 数量tenderAreaStat
: 区域分布
area
: 区域count
: 数量tenderStatList
: 招标标的分布
subjectMatter
: 标的物count
: 数量percent
: 比例tenderTrend
: 招标趋势
year
: 年份count
: 数量功能: 企业采购统计分析
根据企业名称或ID,获取企业采购统计信息,包括采购产品分布、采购区域分布等。
参数:
keywordType
(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id返回值:
purchasingProductStatList
: 采购产品分布
count
: 采购数量percent
: 占比product
: 产品名称purchasingAreaStatList
: 采购区域分布
times
: 客户数area
: 地区功能: 招投标信息搜索
查询和筛选招投标信息,通过提供多种过滤条件返回符合条件的招投标公告详细信息。
参数:
matchKeyword
(可选): 搜索关键词 - 默认按最新发布时间返回全部biddingType
(可选): 信息类型 - 招标类型枚举biddingRegion
(可选): 项目地区 - 多选,支持省份,城市biddingAnncPubStartTime
(可选): 发布开始日期 - 格式:"2024-08-01"biddingAnncPubEndTime
(可选): 发布结束日期 - 格式:"2024-11-01"searchMode
(可选): 搜索模式 - 标题匹配,标的物匹配,全文匹配biddingProjectMaxAmount
(可选): 项目金额最大值 - 单位:万biddingPurchasingType
(可选): 招标单位类型 - 政府,学校,医院等biddingProjectMinAmount
(可选): 项目金额最小值 - 单位:万pageIndex
(可选): 分页索引pageSize
(可选): 分页大小 - 一页最多获取50条返回值:
total
: 总数biddingAnncTitle
: 公告标题biddingContent
: 正文biddingId
: 公告idbiddingInfoType
: 公告类型biddingProjectType
: 项目类型biddingPublishTime
: 公告时间biddingEndTime
: 招标截止时间biddingProjectID
: 项目编号biddingAgentInfoList
: 招标代理机构信息列表biddingPurchasingInfoList
: 招标单位相关信息列表biddingWinningInfoList
: 中标单位相关信息列表biddingRegion
: 招投标所属地区hasFile
: 有无附件功能: 拟建项目查询
查询企业拟建公告的信息,提供通过企业名称、注册号、社会信用代码或企业ID等多种方式检索拟建项目的相关详情。
参数:
matchKeyword
(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业idpageIndex
(可选): 页码 - 从1开始pageSize
(可选): 分页大小 - 一页最多获取50条数据keywordType
(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码返回值:
total
: 总数ppId
: 项目iddeviceList
: 待采设备ppRegion
: 建设地点ppTitle
: 项目名称ppContent
: 项目内容ppPublishTime
: 发布时间ppApprovalTime
: 评审时间Access the Wolfram Alpha API for computational knowledge and real-time data.
An MCP server for web and similarity search, designed for Claude Desktop. It integrates with various external embedding and API services.
Performs deep web searches for information using the Tavily API.
Provides knowledge base search and dialogue completion using the Volcengine Knowledge Base service. Requires external credential configuration.
RAG MCP for your Agentset data.
An enhanced MCP server for SearXNG web searching, utilizing a category-aware web-search, web-scraping, and includes a date/time retrieval tool.
Access Google Search results using the Serper API.
Performs web searches using the Gemini Web Search Tool via the local gemini-cli.
Exa AI Search API
Retrieve parsed search engine results using the SerpApi API.