Data Collection
geckovision.tech
Provides an API to search for and retrieve sports fixtures data, including guest sessions and subscription activation.
ENDPOINT 1
https://mcp.geckovision.tech/txline/mcp
Known tools 19
search_capabilitiesFind which endpoint/tool fits a natural-language intent.
postAuthGuestStartStart a new guest session
postApiTokenActivateActivate subscription and retrieve API token
postApiGuestPurchaseQuoteRequest a partially signed purchase quote given the wallet public key and required TxLINE amount in whole units
getApiFixturesSnapshotGet the latest snapshot of fixtures, optionally starting at or within 30 days after a given epoch day Optional: startEpochDay, competitionId.
getApiFixturesUpdatesEpochdayHourofdayGet all fixture updates for a single fixture on a given day Required: epochDay, hourOfDay.
getApiFixturesValidationGet a Merkle proof for a specific fixture update Required: fixtureId.
getApiFixturesBatch-validationGet a Merkle proof for an entire hourly batch of fixtures Required: epochDay, hourOfDay.
getApiOddsSnapshotFixtureidGet snapshots of the latest odds for a fixture Required: fixtureId.
getApiOddsUpdatesFixtureidGet currently live odds updates for a single fixture Required: fixtureId.
getApiOddsUpdatesEpochdayHourofdayIntervalGet a json array of all odd updates from a specific historical 5-minute interval Required: epochDay, hourOfDay, interval.
getApiOddsStreamGet a real-time Server-Sent Events stream of odds updates Optional: fixtureId, Last-Event-ID.
getApiOddsValidationGet a Merkle proof for a specific odds update Required: messageId, ts.
getApiScoresSnapshotFixtureidGet snapshots for each action in the latest score events for a fixture Required: fixtureId.
getApiScoresUpdatesEpochdayHourofdayIntervalGet a json array of all score updates from a specific historical 5-minute interval (no live data is returned) Required: epochDay, hourOfDay, interval.
getApiScoresUpdatesFixtureidGet the sequence of score updates for a single fixture within the current 5-min interval Required: fixtureId.
getApiScoresHistoricalFixtureidGet the full sequence of score updates for a single fixture Required: fixtureId.
getApiScoresStreamGet a real-time Server-Sent Events stream of scores updates Optional: fixtureId, Last-Event-ID.
getApiScoresStat-validationGet a three-stage Merkle proof for a single score statistic Required: fixtureId, seq, statKey.