MCP server exposing 4 tools for eu-funding-tenders.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/eu-funding-tenders/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
eu_search_calls — Search Horizon Europe and every other EU funding call (grant topics) on the EU Funding & Tenders Portal by keyword. Returns the topic identifier to quote in an application (e.g. HORIZON-CL5-2026-09-D4-03), title, parent call identifier, submission deadline, status word (Open, Forthcoming, Closed), type of action, framework programme and portal URL. Answers "is there EU funding for hydrogen storage", "which Horizon Europe calls cover AI in health", "what LIFE or Erasmus+ or Digital Europe calls mention circular economy".eu_open_calls — Currently open EU funding calls ordered by nearest submission deadline first, with days remaining computed at request time. Answers "what EU grants can I still apply for", "which Horizon Europe calls close soon", "what is the next EU funding deadline for renewable energy". Each row carries the topic identifier, title, deadline date, days until deadline, type of action, framework programme and portal URL.eu_get_topic — Full detail for one EU funding call topic by its identifier, e.g. "HORIZON-CL5-2026-09-D4-03". Returns the tag-stripped expected-outcome and scope description, the admissibility and eligibility conditions, indicative budget with expected number of grants and EU contribution per project, types of action and grant-agreement types, deadline and deadline model, framework programme, destination, cross-cutting priorities, keywords and the submission links. Answers "what does this Horizon Europe topic fund", "how much budget does topic X have", "what are the conditions and page limits for topic X".eu_search_tenders — Search EU tenders and procurement opportunities published on the EU Funding & Tenders Portal (European Commission external-action contracts and EuropeAid calls). Returns the reference, title, contract budget and currency, submission deadline, status word, geographical zone and portal URL. Answers "what EU contracts are open in Nigeria", "which EU tenders cover water infrastructure", "EU procurement opportunities for technical assistance services".Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/eu-funding-tenders/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io