API / MCP · the machine interface
VALUE API TODAYMCP SOONYour Room, readable by your tools.
A REST API for Value today. Next, an MCP server so any assistant can read your standings, matchups and Value numbers and act inside your Room with your permission. Keys are per Room, revocable, and never write to imported provider leagues.
- GET/v1/value/playersRanked Value for a league formatLIVE
- GET/v1/value/players/{id}One player, with inputsLIVE
- GET/v1/rooms/{room}/standingsYour Room's standingsSOON
- GET/v1/rooms/{room}/matchupsLive matchups and projectionsSOON
- MCPmcp.gloat.oneTools: standings, matchup, value, propose_tradeSOON
CURLapi.gloat.one/v1
curl https://api.gloat.one/v1/value/players?format=ppr&limit=3 \ -H "Authorization: Bearer ***"
RESPONSE200 · 41 ms
{
"format": "ppr",
"asOf": "2026-09-20T17:41:02Z",
"players": [
{ "id": "nfl:4430807", "name": "Bijan Robinson", "value": 742, "delta7d": 18 },
{ "id": "nfl:4362628", "name": "Ja'Marr Chase", "value": 731, "delta7d": 6 },
{ "id": "nba:3112335", "name": "Nikola Jokić", "value": 728, "delta7d": 0 }
]
}