Bidding MCP Server

[该MCP服务提供全面的招投标信息查询功能,包括中标统计、招标统计、采购统计、招投标信息查询、拟建项目查询等,帮助用户进行招投标分析和市场机会发现。](https://www.handaas.com/)

Remote serverstreamable-httpPython

What is the Bidding MCP server?

Bidding mcp server lets Claude, Cursor and other MCP clients work with Bidding directly. 该MCP服务提供全面的招投标信息查询功能,包括中标统计、招标统计、采购统计、招投标信息查询、拟建项目查询等,帮助用户进行招投标分析和市场机会发现。.

What Bidding does

该MCP服务提供全面的招投标信息查询功能,包括中标统计、招标统计、采购统计、招投标信息查询、拟建项目查询等,帮助用户进行招投标分析和市场机会发现。

Tools it exposes

Once connected, the assistant can call these 14 tools directly:

  • total — 总数
  • winbidAmountStatList — 中标金额分布
  • range — 金额范围
  • percent — 比例
  • count — 数量
  • winbidAreaStat — 区域分布
  • area — 区域
  • winbidStatList — 中标标的分布
  • subjectMatter — 标的物
  • winbidTrend — 中标趋势
  • year — 年份
  • biddingId — 招投标Id
  • infoType — 招投标公告类型
  • projectRegion — 项目地区

Installing the bidding mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 4 environment variables: PYTHONPATH, INTEGRATOR_ID, SECRET_ID, SECRET_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Bidding sits in that group, and the shape of its toolset — total, winbidAmountStatList, range among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This is a hosted server — you point your client at an endpoint rather than running a local process, so there is nothing to keep updated on your machine.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • With 14 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use Bidding.
  • Maintained by handaas, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the bidding mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
total总数
winbidAmountStatList中标金额分布
range金额范围
percent比例
count数量
winbidAreaStat区域分布
area区域
winbidStatList中标标的分布
subjectMatter标的物
winbidTrend中标趋势
year年份
biddingId招投标Id
infoType招投标公告类型
projectRegion项目地区

Configuration

VariableDescriptionRequired
PYTHONPATHFilesystem location the server is allowed to use.Optional
INTEGRATOR_IDConfiguration value read at startup.Optional
SECRET_IDCredential the server authenticates with.Yes
SECRET_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Bidding to total.
  • Use Bidding to winbidAmountStatList.
  • Use Bidding to range.

Frequently asked questions

It connects Bidding to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (total, winbidAmountStatList, range, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Bidding directly.