Build with Enabler · Large organisations · universities

Intranet answer bot

The MCP behind a company's own assistant.

The problem

Everyone in the organisation asks the same five funding questions, and they all ask the two people who know. Those two people are the bottleneck.

How it works

Add the MCP to the assistant your organisation already runs. No new interface, no new login for staff.

Answers arrive with references, so the two experts audit rather than answer.

Log the questions. What people ask is a map of where your funding capability is thin.

The tool chain
  1. 01
    search_funds

    Answer 'is there money for X' with real, current calls.

  2. 02
    search_knowledge_base

    Answer process questions with curated guidance rather than folklore.

  3. 03
    search_cordis_projects

    Answer 'has anyone done this' with delivered precedent.

What the user types

Is there any European funding for a university spin-out working on marine sensors, and what has already been funded in that space?

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":"marine sensor technology","limit":5}}}'