highlightly_highlights
Pack: highlightly · Endpoint: https://gateway.pipeworx.io/highlightly/mcp
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” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sport | string | no | Sport slug. Default “football” (soccer). “soccer” is normalized to “football”. |
matchId | string,number | no | Numeric match ID to fetch highlights for (optional) |
date | string | no | Date in YYYY-MM-DD format to list highlights for (optional) |
leagueId | string,number | no | Numeric league ID to filter by (optional) |
_apiKey | string | yes | Highlightly API key (free 100/day at highlightly.net) |
Example call
curl -X POST https://gateway.pipeworx.io/highlightly/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"highlightly_highlights","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"highlightly": {
"url": "https://gateway.pipeworx.io/highlightly/mcp"
}
}
}
See Getting Started for client-specific install steps.