Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

iGaming Tools

tools.i-gaming/igaming-data

Structured iGaming reference: slot specs & RTP variants, providers, regulators, news and jobs.

Uptime
100.0%
1 direct probes · 30d
Response
834ms
last probe
Tools
17
callable
Resources
0
readable
Prompts
0
available

Tools · 17

search_providers

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_provider

Get full provider profile: firmographics, licensing, offices, counts, HATEOAS links. slug: URL-friendly unique provider identifier (from search_providers results).

list_provider_slots

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_provider_demand

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_slots

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_slot

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_slot_demand

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_series

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_series

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_themes

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_features

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: …

get_demand_cut

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_news

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_jobs

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…

list_regulators

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_regulator

Get full regulator profile: jurisdiction, authority_for, statutory_authority, hosts. slug: regulator slug (from list_regulators results).

list_sources

List active news-parsing sources (hosts) with brand attribution. cursor: opaque pagination cursor from a previous response.

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"
    }
  }
}