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.
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.
- 01search_funds
Retrieve calls matching the client profile, filtered to open and forthcoming.
- 02get_fund_summary
Pull budget, eligibility and deadline for anything new since last run.
- 03generate_assessment_score
Attach a fast viability read so the digest ranks rather than lists.
“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.”
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}}}'