@openora/mcp 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,486 @@
1
+ {
2
+ "modules": [
3
+ {
4
+ "id": "aggregator",
5
+ "group": "player",
6
+ "tables": [
7
+ "aggregator_provider"
8
+ ],
9
+ "routes": []
10
+ },
11
+ {
12
+ "id": "bonus",
13
+ "group": "player",
14
+ "tables": [
15
+ "bonus",
16
+ "user_bonus"
17
+ ],
18
+ "routes": []
19
+ },
20
+ {
21
+ "id": "chat",
22
+ "group": "player",
23
+ "tables": [
24
+ "ChatMessage",
25
+ "ChatRoom"
26
+ ],
27
+ "routes": []
28
+ },
29
+ {
30
+ "id": "gaming",
31
+ "group": "player",
32
+ "tables": [
33
+ "Game",
34
+ "GameRound"
35
+ ],
36
+ "routes": []
37
+ },
38
+ {
39
+ "id": "lobby",
40
+ "group": "player",
41
+ "tables": [
42
+ "FeaturedSlot",
43
+ "LobbyCategory",
44
+ "LobbyCategoryGame"
45
+ ],
46
+ "routes": []
47
+ },
48
+ {
49
+ "id": "wallet",
50
+ "group": "player",
51
+ "tables": [
52
+ "wallet",
53
+ "wallet_transaction"
54
+ ],
55
+ "routes": []
56
+ },
57
+ {
58
+ "id": "admin-console",
59
+ "group": "backoffice",
60
+ "tables": [],
61
+ "routes": []
62
+ },
63
+ {
64
+ "id": "cms",
65
+ "group": "backoffice",
66
+ "tables": [
67
+ "banner",
68
+ "page"
69
+ ],
70
+ "routes": []
71
+ },
72
+ {
73
+ "id": "player-management",
74
+ "group": "backoffice",
75
+ "tables": [
76
+ "player"
77
+ ],
78
+ "routes": []
79
+ },
80
+ {
81
+ "id": "compliance",
82
+ "group": "platform",
83
+ "tables": [
84
+ "geo_rule",
85
+ "user_limit"
86
+ ],
87
+ "routes": []
88
+ },
89
+ {
90
+ "id": "identity",
91
+ "group": "platform",
92
+ "tables": [
93
+ "account",
94
+ "session",
95
+ "user",
96
+ "verification"
97
+ ],
98
+ "routes": []
99
+ },
100
+ {
101
+ "id": "localization",
102
+ "group": "platform",
103
+ "tables": [
104
+ "locale",
105
+ "translation"
106
+ ],
107
+ "routes": []
108
+ },
109
+ {
110
+ "id": "notifications",
111
+ "group": "platform",
112
+ "tables": [
113
+ "notification"
114
+ ],
115
+ "routes": []
116
+ }
117
+ ],
118
+ "adapters": [
119
+ {
120
+ "category": "aggregator",
121
+ "interface": "AggregatorAdapter",
122
+ "token": "AGGREGATOR_ADAPTER",
123
+ "status": "wired",
124
+ "boundIn": [
125
+ "packages/modules/player/aggregator/src/service/igaming-aggregator.service.ts"
126
+ ]
127
+ },
128
+ {
129
+ "category": "game",
130
+ "interface": "GameAdapter",
131
+ "token": "GAME_ADAPTER",
132
+ "status": "wired",
133
+ "boundIn": [
134
+ "packages/modules/player/gaming/src/plugin.ts",
135
+ "packages/modules/player/gaming/src/service/gaming.service.ts"
136
+ ]
137
+ },
138
+ {
139
+ "category": "geo-ip",
140
+ "interface": "GeoIpAdapter",
141
+ "token": "GEO_IP_ADAPTER",
142
+ "status": "wired",
143
+ "boundIn": [
144
+ "packages/modules/platform/compliance/src/service/compliance.service.ts"
145
+ ]
146
+ },
147
+ {
148
+ "category": "kyc",
149
+ "interface": "KycAdapter",
150
+ "token": "KYC_ADAPTER",
151
+ "status": "stub",
152
+ "boundIn": []
153
+ },
154
+ {
155
+ "category": "notification",
156
+ "interface": "NotificationDeliveryAdapter",
157
+ "token": "NOTIFICATION_DELIVERY_ADAPTER",
158
+ "status": "stub",
159
+ "boundIn": []
160
+ },
161
+ {
162
+ "category": "payment",
163
+ "interface": "PaymentAdapter",
164
+ "token": "PAYMENT_ADAPTER",
165
+ "status": "wired",
166
+ "boundIn": [
167
+ "packages/modules/player/wallet/src/plugin.ts",
168
+ "packages/modules/player/wallet/src/service/wallet.service.ts"
169
+ ]
170
+ }
171
+ ],
172
+ "events": [
173
+ "aggregator.callback.received",
174
+ "aggregator.sync.completed",
175
+ "bonus.claimed",
176
+ "chat.message.sent",
177
+ "cms.page.published",
178
+ "compliance.limit.removed",
179
+ "compliance.limit.upserted",
180
+ "gaming.round.ended",
181
+ "gaming.round.started",
182
+ "identity.user.login",
183
+ "identity.user.registered",
184
+ "localization.translation.deleted",
185
+ "localization.translation.upserted",
186
+ "notifications.created",
187
+ "wallet.deposit.completed",
188
+ "wallet.withdrawal.completed"
189
+ ],
190
+ "uiSlots": [
191
+ {
192
+ "name": "append",
193
+ "description": ""
194
+ },
195
+ {
196
+ "name": "dashboard:tiles",
197
+ "description": "Stat cards in the dashboard grid. Subject: void"
198
+ },
199
+ {
200
+ "name": "games:columns",
201
+ "description": "Games list page."
202
+ },
203
+ {
204
+ "name": "player:detail:actions",
205
+ "description": "Action buttons in the player detail page header. Subject: Player"
206
+ },
207
+ {
208
+ "name": "player:detail:sections",
209
+ "description": "Collapsible sections in the player detail body. Subject: Player"
210
+ },
211
+ {
212
+ "name": "players:columns",
213
+ "description": ""
214
+ },
215
+ {
216
+ "name": "players:toolbar",
217
+ "description": "Toolbar controls above the players DataTable. Subject: void"
218
+ },
219
+ {
220
+ "name": "user:detail:actions",
221
+ "description": "Action buttons in the user detail page header. Subject: AdminUser"
222
+ },
223
+ {
224
+ "name": "user:detail:sections",
225
+ "description": "Sections in the user detail body. Subject: AdminUser"
226
+ },
227
+ {
228
+ "name": "users:columns",
229
+ "description": ""
230
+ },
231
+ {
232
+ "name": "users:toolbar",
233
+ "description": "Toolbar controls above the users DataTable. Subject: void"
234
+ }
235
+ ],
236
+ "schemas": [
237
+ {
238
+ "name": "AdminTransactionSchema",
239
+ "file": "packages/contracts/orpc-contract/src/backoffice.ts"
240
+ },
241
+ {
242
+ "name": "AdminUserSchema",
243
+ "file": "packages/contracts/orpc-contract/src/backoffice.ts"
244
+ },
245
+ {
246
+ "name": "AggregatorProviderSummarySchema",
247
+ "file": "packages/contracts/orpc-contract/src/igaming-aggregator.ts"
248
+ },
249
+ {
250
+ "name": "BannerSchema",
251
+ "file": "packages/contracts/orpc-contract/src/cms.ts"
252
+ },
253
+ {
254
+ "name": "BonusSchema",
255
+ "file": "packages/contracts/orpc-contract/src/bonus.ts"
256
+ },
257
+ {
258
+ "name": "BonusTypeSchema",
259
+ "file": "packages/contracts/orpc-contract/src/bonus.ts"
260
+ },
261
+ {
262
+ "name": "BrandingSchema",
263
+ "file": "packages/contracts/shared-schemas/src/igaming-config.ts"
264
+ },
265
+ {
266
+ "name": "CallbackInputSchema",
267
+ "file": "packages/contracts/orpc-contract/src/igaming-aggregator.ts"
268
+ },
269
+ {
270
+ "name": "CallbackResultSchema",
271
+ "file": "packages/contracts/orpc-contract/src/igaming-aggregator.ts"
272
+ },
273
+ {
274
+ "name": "iGamingConfigSchema",
275
+ "file": "packages/contracts/shared-schemas/src/igaming-config.ts"
276
+ },
277
+ {
278
+ "name": "ChatMessageSchema",
279
+ "file": "packages/contracts/orpc-contract/src/chat.ts"
280
+ },
281
+ {
282
+ "name": "ChatRoomSchema",
283
+ "file": "packages/contracts/orpc-contract/src/chat.ts"
284
+ },
285
+ {
286
+ "name": "CountryCodeSchema",
287
+ "file": "packages/contracts/shared-schemas/src/igaming-config.ts"
288
+ },
289
+ {
290
+ "name": "CurrencyCodeSchema",
291
+ "file": "packages/contracts/shared-schemas/src/igaming-config.ts"
292
+ },
293
+ {
294
+ "name": "DepositInputSchema",
295
+ "file": "packages/contracts/orpc-contract/src/wallet.ts"
296
+ },
297
+ {
298
+ "name": "EndRoundInputSchema",
299
+ "file": "packages/contracts/orpc-contract/src/gaming.ts"
300
+ },
301
+ {
302
+ "name": "EndRoundOutputSchema",
303
+ "file": "packages/contracts/orpc-contract/src/gaming.ts"
304
+ },
305
+ {
306
+ "name": "FeaturedSlotSchema",
307
+ "file": "packages/contracts/orpc-contract/src/lobby.ts"
308
+ },
309
+ {
310
+ "name": "GameRoundSchema",
311
+ "file": "packages/contracts/orpc-contract/src/gaming.ts"
312
+ },
313
+ {
314
+ "name": "GameSchema",
315
+ "file": "packages/contracts/orpc-contract/src/gaming.ts"
316
+ },
317
+ {
318
+ "name": "GameSummarySchema",
319
+ "file": "packages/contracts/orpc-contract/src/lobby.ts"
320
+ },
321
+ {
322
+ "name": "GeoRuleSchema",
323
+ "file": "packages/contracts/orpc-contract/src/compliance.ts"
324
+ },
325
+ {
326
+ "name": "KycStatusSchema",
327
+ "file": "packages/contracts/orpc-contract/src/player.ts"
328
+ },
329
+ {
330
+ "name": "LimitSchema",
331
+ "file": "packages/contracts/orpc-contract/src/compliance.ts"
332
+ },
333
+ {
334
+ "name": "LimitsSchema",
335
+ "file": "packages/contracts/shared-schemas/src/igaming-config.ts"
336
+ },
337
+ {
338
+ "name": "LobbyCategoryDetailSchema",
339
+ "file": "packages/contracts/orpc-contract/src/lobby.ts"
340
+ },
341
+ {
342
+ "name": "LobbyCategorySchema",
343
+ "file": "packages/contracts/orpc-contract/src/lobby.ts"
344
+ },
345
+ {
346
+ "name": "LoginInputSchema",
347
+ "file": "packages/contracts/shared-schemas/src/identity.ts"
348
+ },
349
+ {
350
+ "name": "MemberSchema",
351
+ "file": "packages/contracts/shared-schemas/src/identity.ts"
352
+ },
353
+ {
354
+ "name": "NotificationSchema",
355
+ "file": "packages/contracts/orpc-contract/src/notifications.ts"
356
+ },
357
+ {
358
+ "name": "OrganizationSchema",
359
+ "file": "packages/contracts/shared-schemas/src/identity.ts"
360
+ },
361
+ {
362
+ "name": "PageSchema",
363
+ "file": "packages/contracts/orpc-contract/src/cms.ts"
364
+ },
365
+ {
366
+ "name": "PaginationSchema",
367
+ "file": "packages/contracts/shared-schemas/src/common.ts"
368
+ },
369
+ {
370
+ "name": "PlatformStatsSchema",
371
+ "file": "packages/contracts/orpc-contract/src/backoffice.ts"
372
+ },
373
+ {
374
+ "name": "PlayerRegistrationPointSchema",
375
+ "file": "packages/contracts/orpc-contract/src/player.ts"
376
+ },
377
+ {
378
+ "name": "PlayerSchema",
379
+ "file": "packages/contracts/orpc-contract/src/player.ts"
380
+ },
381
+ {
382
+ "name": "PlayerStatusSchema",
383
+ "file": "packages/contracts/orpc-contract/src/player.ts"
384
+ },
385
+ {
386
+ "name": "PlayerSummarySchema",
387
+ "file": "packages/contracts/orpc-contract/src/player.ts"
388
+ },
389
+ {
390
+ "name": "ProviderSelectionSchema",
391
+ "file": "packages/contracts/shared-schemas/src/igaming-config.ts"
392
+ },
393
+ {
394
+ "name": "RegisterInputSchema",
395
+ "file": "packages/contracts/shared-schemas/src/identity.ts"
396
+ },
397
+ {
398
+ "name": "StartRoundInputSchema",
399
+ "file": "packages/contracts/orpc-contract/src/gaming.ts"
400
+ },
401
+ {
402
+ "name": "StartRoundOutputSchema",
403
+ "file": "packages/contracts/orpc-contract/src/gaming.ts"
404
+ },
405
+ {
406
+ "name": "SyncResultSchema",
407
+ "file": "packages/contracts/orpc-contract/src/igaming-aggregator.ts"
408
+ },
409
+ {
410
+ "name": "TimestampSchema",
411
+ "file": "packages/contracts/shared-schemas/src/common.ts"
412
+ },
413
+ {
414
+ "name": "TransactionResultSchema",
415
+ "file": "packages/contracts/orpc-contract/src/wallet.ts"
416
+ },
417
+ {
418
+ "name": "UserBonusSchema",
419
+ "file": "packages/contracts/orpc-contract/src/bonus.ts"
420
+ },
421
+ {
422
+ "name": "UserBonusStatusSchema",
423
+ "file": "packages/contracts/orpc-contract/src/bonus.ts"
424
+ },
425
+ {
426
+ "name": "UserSchema",
427
+ "file": "packages/contracts/shared-schemas/src/identity.ts"
428
+ },
429
+ {
430
+ "name": "UuidSchema",
431
+ "file": "packages/contracts/shared-schemas/src/common.ts"
432
+ },
433
+ {
434
+ "name": "WalletBalanceSchema",
435
+ "file": "packages/contracts/orpc-contract/src/wallet.ts"
436
+ },
437
+ {
438
+ "name": "WalletTransactionSchema",
439
+ "file": "packages/contracts/orpc-contract/src/wallet.ts"
440
+ },
441
+ {
442
+ "name": "WithdrawInputSchema",
443
+ "file": "packages/contracts/orpc-contract/src/wallet.ts"
444
+ }
445
+ ],
446
+ "config": {
447
+ "token": "IGAMING_CONFIG",
448
+ "source": "packages/contracts/shared-schemas/src/igaming-config.ts",
449
+ "fields": [
450
+ {
451
+ "key": "branding",
452
+ "note": ""
453
+ },
454
+ {
455
+ "key": "currencies",
456
+ "note": "Currencies the igaming transacts in; the first is the default."
457
+ },
458
+ {
459
+ "key": "jurisdictions",
460
+ "note": "Jurisdictions the igaming is licensed to operate in."
461
+ },
462
+ {
463
+ "key": "blockedCountries",
464
+ "note": "Countries blocked regardless of licensing (geo-block list)."
465
+ },
466
+ {
467
+ "key": "enabledModules",
468
+ "note": "Module ids to enable. Empty/omitted = all registered plugins load."
469
+ },
470
+ {
471
+ "key": "limits",
472
+ "note": ""
473
+ }
474
+ ]
475
+ },
476
+ "pluginContract": [
477
+ "controllers",
478
+ "events",
479
+ "imports",
480
+ "mcp",
481
+ "providers",
482
+ "routers",
483
+ "slots"
484
+ ],
485
+ "httpRoutes": []
486
+ }
package/package.json ADDED
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "@openora/mcp",
3
+ "version": "0.4.0",
4
+ "description": "MCP server exposing the Openora iGaming framework catalog (routes, schemas, adapter seams, events) to AI coding agents in consumer repos",
5
+ "keywords": [
6
+ "ai-native",
7
+ "igaming",
8
+ "mcp",
9
+ "model-context-protocol",
10
+ "openora"
11
+ ],
12
+ "homepage": "https://github.com/blurifycom/openora",
13
+ "license": "AGPL-3.0-only",
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/blurifycom/openora.git",
17
+ "directory": "packages/mcp"
18
+ },
19
+ "files": [
20
+ "dist",
21
+ "docs",
22
+ "agents"
23
+ ],
24
+ "type": "module",
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
28
+ "dependencies": {
29
+ "@modelcontextprotocol/sdk": "1.29.0",
30
+ "zod": "4.4.3",
31
+ "@openora/core": "0.4.0"
32
+ },
33
+ "devDependencies": {
34
+ "@types/node": "25.9.2",
35
+ "typescript": "6.0.3"
36
+ },
37
+ "scripts": {
38
+ "build": "tsc",
39
+ "typecheck": "tsc --noEmit",
40
+ "clean": "rm -rf dist"
41
+ },
42
+ "bin": {
43
+ "mcp": "./dist/main.js"
44
+ }
45
+ }