@pmxt/mcp 2.33.5 → 2.34.1

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.
@@ -501,6 +501,20 @@ export const TOOLS = [
501
501
  "limit": {
502
502
  "type": "number"
503
503
  },
504
+ "relations": {
505
+ "type": "array",
506
+ "items": {
507
+ "type": "string",
508
+ "enum": [
509
+ "identity",
510
+ "subset",
511
+ "superset",
512
+ "overlap",
513
+ "disjoint"
514
+ ]
515
+ },
516
+ "description": "Comma-separated relation types to include (default: 'identity')."
517
+ },
504
518
  "verbose": {
505
519
  "type": "boolean",
506
520
  "description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
@@ -831,6 +845,14 @@ export const TOOLS = [
831
845
  ],
832
846
  "description": "The prediction market exchange to target."
833
847
  },
848
+ "event": {
849
+ "allOf": [
850
+ {
851
+ "$ref": "#/components/schemas/UnifiedEvent"
852
+ }
853
+ ],
854
+ "description": "Pass a UnifiedEvent directly instead of eventId/slug."
855
+ },
834
856
  "eventId": {
835
857
  "type": "string"
836
858
  },
@@ -1015,6 +1037,14 @@ export const TOOLS = [
1015
1037
  ],
1016
1038
  "description": "The prediction market exchange to target."
1017
1039
  },
1040
+ "market": {
1041
+ "allOf": [
1042
+ {
1043
+ "$ref": "#/components/schemas/UnifiedMarket"
1044
+ }
1045
+ ],
1046
+ "description": "Pass a UnifiedMarket directly instead of marketId/slug/url."
1047
+ },
1018
1048
  "marketId": {
1019
1049
  "type": "string"
1020
1050
  },
@@ -1175,6 +1205,88 @@ export const TOOLS = [
1175
1205
  }
1176
1206
  ]
1177
1207
  },
1208
+ {
1209
+ "name": "fetchMarketMatches",
1210
+ "description": "Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.",
1211
+ "inputSchema": {
1212
+ "type": "object",
1213
+ "properties": {
1214
+ "exchange": {
1215
+ "type": "string",
1216
+ "enum": [
1217
+ "polymarket",
1218
+ "kalshi",
1219
+ "kalshi-demo",
1220
+ "limitless",
1221
+ "probable",
1222
+ "baozi",
1223
+ "myriad",
1224
+ "opinion",
1225
+ "metaculus",
1226
+ "smarkets",
1227
+ "polymarket_us",
1228
+ "router"
1229
+ ],
1230
+ "description": "The prediction market exchange to target."
1231
+ },
1232
+ "market": {
1233
+ "allOf": [
1234
+ {
1235
+ "$ref": "#/components/schemas/UnifiedMarket"
1236
+ }
1237
+ ],
1238
+ "description": "Pass a UnifiedMarket directly instead of marketId/slug/url."
1239
+ },
1240
+ "marketId": {
1241
+ "type": "string"
1242
+ },
1243
+ "slug": {
1244
+ "type": "string"
1245
+ },
1246
+ "url": {
1247
+ "type": "string"
1248
+ },
1249
+ "relation": {
1250
+ "type": "string",
1251
+ "enum": [
1252
+ "identity",
1253
+ "subset",
1254
+ "superset",
1255
+ "overlap",
1256
+ "disjoint"
1257
+ ]
1258
+ },
1259
+ "minConfidence": {
1260
+ "type": "number"
1261
+ },
1262
+ "limit": {
1263
+ "type": "number"
1264
+ },
1265
+ "includePrices": {
1266
+ "type": "boolean"
1267
+ },
1268
+ "verbose": {
1269
+ "type": "boolean",
1270
+ "description": "Return full uncompacted response. Default false returns a compact, agent-friendly summary."
1271
+ }
1272
+ },
1273
+ "required": [
1274
+ "exchange"
1275
+ ]
1276
+ },
1277
+ "annotations": {
1278
+ "readOnlyHint": true
1279
+ },
1280
+ "method": "fetchMarketMatches",
1281
+ "args": [
1282
+ {
1283
+ "name": "params",
1284
+ "kind": "object",
1285
+ "optional": false,
1286
+ "flatten": true
1287
+ }
1288
+ ]
1289
+ },
1178
1290
  {
1179
1291
  "name": "fetchMarkets",
1180
1292
  "description": "Fetch markets with optional filtering, search, or slug lookup. Always hits the exchange API — results reflect the live state at the time of the call.",
@@ -1342,7 +1454,7 @@ export const TOOLS = [
1342
1454
  },
1343
1455
  {
1344
1456
  "name": "fetchMatches",
1345
- "description": "Find the same or related market on other venues. Given a market on one venue, discover semantically equivalent markets across every other venue PMXT ingests — each with a relation type (identity, subset, superset, overlap, disjoint), confidence score, and reasoning.",
1457
+ "description": "Find Similar Markets (Deprecated)",
1346
1458
  "inputSchema": {
1347
1459
  "type": "object",
1348
1460
  "properties": {
@@ -1364,6 +1476,14 @@ export const TOOLS = [
1364
1476
  ],
1365
1477
  "description": "The prediction market exchange to target."
1366
1478
  },
1479
+ "market": {
1480
+ "allOf": [
1481
+ {
1482
+ "$ref": "#/components/schemas/UnifiedMarket"
1483
+ }
1484
+ ],
1485
+ "description": "Pass a UnifiedMarket directly instead of marketId/slug/url."
1486
+ },
1367
1487
  "marketId": {
1368
1488
  "type": "string"
1369
1489
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmxt/mcp",
3
- "version": "2.33.5",
3
+ "version": "2.34.1",
4
4
  "description": "MCP server for PMXT - the unified prediction market API",
5
5
  "type": "module",
6
6
  "bin": {