bidding-mcp-server

handaas/bidding-mcp-server

3.2

If you are the rightful owner of bidding-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP server provides comprehensive bidding data services, enabling users to analyze bidding activities and discover market opportunities.

The Bidding MCP Server is a robust platform designed to offer extensive data services related to bidding and procurement activities. It provides users with the ability to perform detailed analyses of bidding statistics, procurement trends, and market opportunities. The server supports various functionalities such as keyword-based enterprise searches, statistical analyses of bid wins, tenders, and procurements, as well as detailed queries into bidding information and planned projects. With its comprehensive data coverage, the server is an invaluable tool for government procurement, enterprise bidding, market analysis, risk assessment, business development, and industry research. The server is built on Python 3.10+ and requires specific dependencies like python-dotenv, requests, and mcp. It can be deployed locally or accessed via official remote services, offering flexibility in integration with different platforms.

Features

  • Enterprise keyword fuzzy search
  • Bid win statistical analysis
  • Tender statistical analysis
  • Procurement statistical analysis
  • Planned project queries

Usages

usage with local stdio

{
  "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"
      }
    }
  }
}

usage with remote streamable http

{
  "mcpServers": {
    "handaas-mcp-server": {
      "type": "streamableHttp",
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}

usage with official remote service

{
  "mcpServers": {
    "bidding-mcp-server": {
      "type": "streamableHttp",
      "url": "https://mcp.handaas.com/bidding/bidding_bigdata?token={token}"
    }
  }
}

Tools

  1. bid_bigdata_fuzzy_search

    Enterprise keyword fuzzy search

  2. bid_bigdata_bid_win_stats

    Enterprise bid win statistical analysis

  3. bid_bigdata_bidding_info

    Enterprise bidding information query

  4. bid_bigdata_tender_stats

    Enterprise tender statistical analysis

  5. bid_bigdata_procurement_stats

    Enterprise procurement statistical analysis

  6. bid_bigdata_bid_search

    Bidding information search

  7. bid_bigdata_planned_projects

    Planned project queries