Build with Enabler · Bid teams · public-sector suppliers

Tender monitor

CPV-scoped procurement alerts for a bidding team.

The problem

Procurement notices arrive as a firehose. Teams either subscribe to everything and stop reading, or scope too tightly and miss the lot that mattered.

How it works

Scope by CPV code and country, but let the semantic layer catch notices whose wording does not match your vocabulary.

Summarise each hit into decision shape: authority, procedure, lots, estimated value, deadline.

Route by threshold. Anything above the team's bid-no-bid line goes to a person; the rest goes to a weekly log.

The tool chain
  1. 01
    search_tenders

    Retrieve notices by CPV, country and status, with semantic ranking on the bid profile.

  2. 02
    get_tender_summary

    Expand shortlisted notices into authority, procedure, lots and value.

What the user types

Alert me to open Belgian and Dutch tenders for IT consultancy above €200k, and tell me which authority published each one.

First call, raw
JSON-RPC · bash
curl -X POST https://enabler.heeyuu.eu/api/mcp/protocol \
  -H "Authorization: Bearer YOUR_HEEYUU_KEY" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_tenders","arguments":{"query":"IT consultancy services","limit":10}}}'