← Registry

Data Collection

geckovision.tech

Provides an API to search for and retrieve sports fixtures data, including guest sessions and subscription activation.

1 endpoint19 known toolsFirst detected July 11, 2026Last detected July 11, 2026

ENDPOINT 1

https://mcp.geckovision.tech/txline/mcp

No auth detected

Known tools 19

search_capabilities

Find which endpoint/tool fits a natural-language intent.

postAuthGuestStart

Start a new guest session

postApiTokenActivate

Activate subscription and retrieve API token

postApiGuestPurchaseQuote

Request a partially signed purchase quote given the wallet public key and required TxLINE amount in whole units

getApiFixturesSnapshot

Get the latest snapshot of fixtures, optionally starting at or within 30 days after a given epoch day Optional: startEpochDay, competitionId.

getApiFixturesUpdatesEpochdayHourofday

Get all fixture updates for a single fixture on a given day Required: epochDay, hourOfDay.

getApiFixturesValidation

Get a Merkle proof for a specific fixture update Required: fixtureId.

getApiFixturesBatch-validation

Get a Merkle proof for an entire hourly batch of fixtures Required: epochDay, hourOfDay.

getApiOddsSnapshotFixtureid

Get snapshots of the latest odds for a fixture Required: fixtureId.

getApiOddsUpdatesFixtureid

Get currently live odds updates for a single fixture Required: fixtureId.

getApiOddsUpdatesEpochdayHourofdayInterval

Get a json array of all odd updates from a specific historical 5-minute interval Required: epochDay, hourOfDay, interval.

getApiOddsStream

Get a real-time Server-Sent Events stream of odds updates Optional: fixtureId, Last-Event-ID.

getApiOddsValidation

Get a Merkle proof for a specific odds update Required: messageId, ts.

getApiScoresSnapshotFixtureid

Get snapshots for each action in the latest score events for a fixture Required: fixtureId.

getApiScoresUpdatesEpochdayHourofdayInterval

Get a json array of all score updates from a specific historical 5-minute interval (no live data is returned) Required: epochDay, hourOfDay, interval.

getApiScoresUpdatesFixtureid

Get the sequence of score updates for a single fixture within the current 5-min interval Required: fixtureId.

getApiScoresHistoricalFixtureid

Get the full sequence of score updates for a single fixture Required: fixtureId.

getApiScoresStream

Get a real-time Server-Sent Events stream of scores updates Optional: fixtureId, Last-Event-ID.

getApiScoresStat-validation

Get a three-stage Merkle proof for a single score statistic Required: fixtureId, seq, statKey.