Build with Enabler · Consultants · innovation managers

Call radar

A weekly digest agent that watches European calls for one client profile.

The problem

Someone on the team opens the Funding & Tenders Portal every Monday, filters the same way they did last week, and pastes what looks new into an email. It takes an hour, it misses things, and nobody can say why a call was skipped.

How it works

Store a short profile per client — themes, country, organisation type, budget range. That is your only database.

On a schedule, ask the MCP for open and forthcoming calls matching each profile, then diff against what you sent last time.

Write the digest with the assistant, quoting the canonical reference of every call so the recipient can open the source.

The tool chain
  1. 01
    search_funds

    Retrieve calls matching the client profile, filtered to open and forthcoming.

  2. 02
    get_fund_summary

    Pull budget, eligibility and deadline for anything new since last run.

  3. 03
    generate_assessment_score

    Attach a fast viability read so the digest ranks rather than lists.

What the user types

Every Monday, find open Horizon Europe and LIFE calls for a Dutch SME working on circular textiles, closing in the next six months. Summarise what changed since last week.

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_funds","arguments":{"query":"circular textiles recycling","statuses":["Open for submission","Forthcoming"],"limit":10}}}'