Procurement notices arrive as a firehose. Teams either subscribe to everything and stop reading, or scope too tightly and miss the lot that mattered.
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.
- 01search_tenders
Retrieve notices by CPV, country and status, with semantic ranking on the bid profile.
- 02get_tender_summary
Expand shortlisted notices into authority, procedure, lots and value.
“Alert me to open Belgian and Dutch tenders for IT consultancy above €200k, and tell me which authority published each one.”
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}}}'