@pmxt/mcp 2.33.3 → 2.33.5

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.
@@ -203,7 +203,7 @@ export const TOOLS = [
203
203
  },
204
204
  {
205
205
  "name": "compareMarketPrices",
206
- "description": "Compare prices across venues for identity matches of a market.",
206
+ "description": "Compare live prices for the same market across venues. Finds identity matches and returns side-by-side best bid/ask prices so you can spot price differences at a glance.",
207
207
  "inputSchema": {
208
208
  "type": "object",
209
209
  "properties": {
@@ -470,7 +470,7 @@ export const TOOLS = [
470
470
  },
471
471
  {
472
472
  "name": "fetchArbitrage",
473
- "description": "Scan for arbitrage opportunities across identity matches.",
473
+ "description": "Scan for arbitrage opportunities across venues. Finds identity matches where the same market is priced differently on different venues, returning opportunities sorted by spread size.",
474
474
  "inputSchema": {
475
475
  "type": "object",
476
476
  "properties": {
@@ -809,7 +809,7 @@ export const TOOLS = [
809
809
  },
810
810
  {
811
811
  "name": "fetchEventMatches",
812
- "description": "Fetch cross-venue matches for a given event.",
812
+ "description": "Find the same or related event on other venues. Given an event on one venue, discover semantically equivalent events across every other venue PMXT ingests — including market-level match details for each child market.",
813
813
  "inputSchema": {
814
814
  "type": "object",
815
815
  "properties": {
@@ -993,7 +993,7 @@ export const TOOLS = [
993
993
  },
994
994
  {
995
995
  "name": "fetchHedges",
996
- "description": "Find hedging opportunities via subset/superset matches across venues.",
996
+ "description": "Find hedging opportunities across venues. Discovers subset/superset market relationships where one market's outcome implies another, enabling cross-venue hedging strategies with live prices.",
997
997
  "inputSchema": {
998
998
  "type": "object",
999
999
  "properties": {
@@ -1342,7 +1342,7 @@ export const TOOLS = [
1342
1342
  },
1343
1343
  {
1344
1344
  "name": "fetchMatches",
1345
- "description": "Fetch cross-venue matches for a given market.",
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.",
1346
1346
  "inputSchema": {
1347
1347
  "type": "object",
1348
1348
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pmxt/mcp",
3
- "version": "2.33.3",
3
+ "version": "2.33.5",
4
4
  "description": "MCP server for PMXT - the unified prediction market API",
5
5
  "type": "module",
6
6
  "bin": {