Consortium building runs on personal networks. When a call needs a partner in a country you have never worked in, the search starts from zero — and the people who have actually delivered comparable projects are invisible.
Take the call text as input and let the assistant derive the missing capabilities and the geographic balance the topic implies.
Search CORDIS organisations for those capabilities, then check each candidate against the projects they have actually delivered.
Rank on delivered precedent rather than website copy, and hand back a shortlist with the project IDs behind each name.
- 01get_fund_summary
Read the call and extract required capabilities and eligibility.
- 02search_cordis_organisations
Find candidate partners by country, activity type and SME status.
- 03search_cordis_projects
Verify each candidate against comparable projects they delivered.
“For HORIZON-CL5-2026-D2-01-01, propose a five-partner consortium: two research organisations, two SMEs, one city. Show what each has already delivered.”
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_cordis_organisations","arguments":{"query":"hydrogen storage materials","country":"NL","limit":5}}}'