iGaming Tools
tools.i-gaming/igaming-dataStructured iGaming reference: slot specs & RTP variants, providers, regulators, news and jobs.
Tools · 17
Search/list iGaming slot providers (casino game studios). query: free-text, matches provider name and aliases (icontains). has_news: filter to providers with at least one published news artic…
Get full provider profile: firmographics, licensing, offices, counts, HATEOAS links. slug: URL-friendly unique provider identifier (from search_providers results).
List slots made by a specific provider, with structural filters. slug: provider slug (from search_providers/get_provider). volatility: low/med_low/medium/med_high/high/very_high. mechanic…
Get demand/popularity snapshot for a provider: computed_at, metrics, top_slots. Empty snapshot (no demand data yet) returns 200 with nulls/empty fields, not 404. slug: provider slug.
Search & list public slots (Pragmatic Play catalog). Also includes table games (blackjack, roulette, …) — game_category='table' items expose game_subtype (raw string, e.g. 'blackjack') alongsi…
Get full slot profile: data (RTP/volatility/mechanics), spec_sheet, assets. data.rtp_default is the default-variant RTP (string or null). data.rtp_variants[] is the full per-variant breakdown…
Get per-slot search-demand: aggregate + Country x Month matrix. Aggregate: volume_12m, prev_12m, yoy_pct, trend ('growing'|'declining'|'flat'), sparkline. Matrix (Phase D2): months: up …
List slot series (game families, e.g. Big Bass, Wolf Gold), limited to series that have at least one public slot. provider: exact slug filter — restrict to series from one provider. Each …
Get a slot series (game family) summary: aggregate stats plus a short roster. slug: series slug (from list_series results). Returns slots_count, years/rtp/max_win ranges, and distributions …
List slot themes (visual/narrative setting, e.g. Egyptian, Ancient Rome, Fantasy), limited to themes that have at least one public slot. Each result has slug, name, slots_count, and aliases: …
List slot features (gameplay mechanics, e.g. Bonus Buy, Cluster Pays, Ante Bet), limited to features that have at least one public slot. Each result has slug, name, slots_count, and aliases: …
Demand cut: which slots are searched in a given market, ranked by 12-month volume. country: REQUIRED ISO-2 code (e.g. 'BR'). Unlike the REST endpoint (where country is optional and omitting…
List iGaming industry news articles. brand_slug / brand_kind: filter by attributed brand. host: filter by source host (FQDN). language: article language code. published_after / publis…
List iGaming job vacancies. igaming_segment / remote_mode / employment_type / seniority: exact filters. country: location ISO-2 country code. company / city: slug filters. q: free-tex…
Search/list iGaming regulators (UKGC, MGA, GGL, ANJ, etc.). query: free-text, matches regulator name and aliases (icontains). country: exact ISO country match. cursor: opaque pagination c…
Get full regulator profile: jurisdiction, authority_for, statutory_authority, hosts. slug: regulator slug (from list_regulators results).
List active news-parsing sources (hosts) with brand attribution. cursor: opaque pagination cursor from a previous response.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"igaming_tools": {
"url": "https://mcp.i-gaming.tools/mcp",
"transport": "streamable-http"
}
}
}