Steam and Twitch data an agent can buy by the call.
Steam best‑seller and discount rankings, per‑app player counts and review data, IGDB metadata and Twitch hype scores — plus a set of agent utilities for email verification, site intelligence, extraction, guardrails and mock data. Twelve endpoints, each priced between $0.001 and $0.02, with a free truncated preview on every one.
No wallet for /sample/* — every endpoint below has
a free, truncated preview.
Try before you pay
Every endpoint has a free, truncated preview.
This is the fastest way to decide whether
GameDataKit is useful to you. /sample/* runs the real pipeline against a capped result, with
no wallet, no signup and no rate‑limit key required.
Steam & game data
from $0.005Top sellers, deals, per‑app detail, IGDB metadata and similar‑games lookups.
Twitch hype
$0.02A hype scan across current Twitch activity for a title.
Agent utilities
from $0.001Verification, extraction, guardrails, mock data and a JSON toolkit.
/sample/steam/top-sellers, /sample/util/* and every
other path under /sample/ mirror the paid endpoint one‑for‑one, so you can check the
shape and freshness of the data before spending anything.
Endpoint reference
Twelve endpoints, one price list.
No minimum, no monthly floor, no card. A
402 challenge comes back, your client settles it in USDC on Base, you get your data.
Game & market data
| Endpoint | What it returns | Price |
|---|---|---|
GET /paid/steam/top-sellers?country=US |
Current best‑selling Steam games by region, cached 10 minutes. | $0.005 |
GET /paid/steam/deals |
Value‑ranked Steam discounts. | $0.005 |
GET /paid/steam/app/{appid} |
Details, live player count, review summary and owner estimate for any
numeric Steam AppID, e.g. 2429640. |
$0.005 |
GET /paid/game/metadata |
IGDB metadata plus a list of similar games. | $0.005 |
GET /paid/twitch/hype |
Twitch hype scan. | $0.02 |
GET /sample/steam/* and /sample/game/*,
/sample/twitch/* |
Free, truncated preview of every endpoint above. | free |
Agent utilities
Built on free public data and compute, rather than a licensed feed — the kind of small, frequent calls an agent makes while doing something else.
| Endpoint | What it does | Price |
|---|---|---|
GET /paid/util/email-verify?email= |
Checks whether an address is properly formed and likely deliverable. | $0.003 |
GET /paid/util/site-intel?target= |
Public intelligence on a domain or URL. | $0.005 |
GET /paid/util/extract?url= |
Clean structured content pulled from a page. | $0.005 |
GET /paid/util/guard?text= |
Prompt‑injection, PII and secret detection. | $0.004 |
GET /paid/util/mock?kind=&n= |
Synthetic test data, by kind and record count. | $0.003 |
GET /paid/util/json?op=&data= |
A small JSON toolkit — pass an operation and the data to run it on. | $0.002 |
GET /paid/ping |
x402 connectivity test. | $0.001 |
GET /sample/util/* |
Free, truncated preview of every utility above. | free |
Prices are per call in USD, settled in USDC. There is no subscription and no minimum spend.
Integration
Sample free, pay per call, or wire it into MCP.
Every path under /sample/* runs
with no wallet at all. A paid call returns a standard 402 challenge that any x402 client
settles in USDC on Base. The same tools are also exposed as an MCP server at
mcp.borisinc.com, and as Apify actors for agents that already
live in that ecosystem.
# free — real pipeline, capped output, no wallet
curl "https://api.borisinc.com/sample/steam/top-sellers"
# paid — 402 challenge, settled by your x402 client
curl "https://api.borisinc.com/paid/steam/app/2429640"
# connectivity check
curl "https://api.borisinc.com/paid/ping"from aegis_buy import Aegis
ax = Aegis(wallet=PRIVATE_KEY, max_spend_usd=0.50)
deals = ax.buy("https://api.borisinc.com/paid/steam/deals")
hype = ax.buy("https://api.borisinc.com/paid/twitch/hype",
params={"game": "hollow knight silksong"}){
"mcpServers": {
"gamedatakit": { "url": "https://mcp.borisinc.com/mcp" }
}
}
// tools: steam_top_sellers $0.005 · steam_deals $0.005
// steam_app_intel $0.005 · game_metadata $0.005
// twitch_hype $0.02Verified, not just listed
A trust score of 96.9, earned by delivering.
GameDataKit is listed on Aegis, the registry that ranks x402 services by what happens when someone actually pays them. We carry a trust score of 96.9 and the trusted tier — delivery‑proven, not self‑reported.
Payment is authorised before the call and captured only once real data comes back. A timeout or an empty result releases the authorisation — you are not charged, and the failure is recorded against us in the same public registry as everyone else.
Aegis listing
Re‑probed on the same 30‑minute schedule as every other listed service. No paid placement and no sponsored tier — including for services we operate ourselves.
Sample it free. Pay only for what delivers.
No accounts, no API keys — a wallet and a URL is the entire integration.
llms.txt · agent card ·
network: eip155:8453 · x402/v2