MCP server exposing 3 tools for highlightly.
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/highlightly/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
highlightly_matches — Live scores / matches for a sport on a date or league. Returns id, home/away teams, score, status, kickoff date, and league. Example: highlightly_matches({ sport: "football", date: "2026-05-01", _apiKey: "your-key" })highlightly_highlights — Video highlight links for a match (or for a date / league). Returns title, video url + embedUrl, source, and the associated match. Example: highlightly_highlights({ sport: "football", matchId: 123456, _apiKey: "your-key" })highlightly_predictions — Prediction for a match (model win/draw/away probabilities, when available on your plan). Requires a match ID. Example: highlightly_predictions({ sport: "football", matchId: 123456, _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/highlightly/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io