MCP server exposing 6 tools for squiggle.
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/squiggle/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
teams — List all AFL teams tracked by Squiggle, optionally filtered to a specific year; returns team IDs, names, and abbreviations used across other tools.games — Fetch AFL fixture and results from Squiggle, filtered by year, round, and/or completion status; returns scores, venues, dates, and match IDs.standings — Fetch the AFL ladder (standings) for a given year and optional round from Squiggle; returns wins, losses, points, and percentage for each team.sources — List all registered AFL tipping sources in Squiggle (models, pundits, bookmakers) with their numeric IDs; use IDs with `tips` and `ladder`.tips — Tips per game per source.ladder — Projected ladder per source.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/squiggle/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io