Skip to main content
Delta
  • New MCP tool sovrnti_market_get_delta and REST endpoint GET /v1/markets/{marketId}/delta: see how far each product moves when sovereign controls are engaged — its published scores, the same scores under those controls, and the distance between them. It completes the set of three readings over one market: the Capability Index ranks capability with no control applied, SovrntiMAX ranks what survives full controls, Delta is the movement between them. The country you pick selects which sovereign configuration applies, so it decides what moves at all. Includes an interactive chart in clients that support MCP Apps, with two views over the same data — a map of Innovation against Control with a streak per product, or the ranking with a ghost ceiling showing what each gives up. Pick which one opens with view=map (the default) or view=bars; the data is identical either way. Uses the same Market.Read.All scope as the Snapshot.
SovrntiMAX
  • New MCP tool sovrnti_market_get_sovrntimax and REST endpoint GET /v1/markets/{marketId} /sovrntimax: rank a technology market’s products by the capability they retain once every sovereign control is engaged. The sovereign counterpart to the Capability Index — read the two together to see what sovereignty costs. The response carries every product in both states (off, on) plus the distance between them, and the country you pick selects which sovereign configuration applies. Includes an interactive ranked-bar chart in clients that support MCP Apps. Uses the same Market.Read.All scope as the Snapshot.
Capability Index
  • New MCP tool sovrnti_market_get_capaindex and REST endpoint GET /v1/markets/{marketId} /capaindex: rank a technology market’s products by capability — their Innovation score at face value, irrespective of any control requirement. Includes an interactive ranked-bar chart in clients that support MCP Apps. Uses the same Market.Read.All scope as the Snapshot.
v0.1.0
  • MCP tools sovrnti_geographies_list, sovrnti_markets_list and sovrnti_market_get_snapshot.