Build with Enabler · Consortium builders · research offices

Partner finder

CORDIS organisations plus delivered projects, ranked into a consortium shortlist.

The problem

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.

How it works

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.

The tool chain
  1. 01
    get_fund_summary

    Read the call and extract required capabilities and eligibility.

  2. 02
    search_cordis_organisations

    Find candidate partners by country, activity type and SME status.

  3. 03
    search_cordis_projects

    Verify each candidate against comparable projects they delivered.

What the user types

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.

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_cordis_organisations","arguments":{"query":"hydrogen storage materials","country":"NL","limit":5}}}'