> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sovrnti.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Sovrnti Max

> Find out which product stays most capable when sovereignty requirements are enforced.

See which products stay most capable once every sovereign control is enforced. In Claude.ai and supported clients you also get an interactive view.

It is the sovereign counterpart to the [Capability Index](/mcp/tools/sovrnti_market_get_capaindex). Same market, same bars, opposite question: the Capability Index ranks products by their published Innovation at face value, with no control applied; Sovrnti Max ranks them by the Innovation that survives with every control on. Read the two together and the gap between them is what sovereignty costs you.

The country matters more here than anywhere else in the API. It doesn't filter the list — it selects which **sovereign configuration** the scores are resolved under. The same market viewed through France and through the global view can give different answers, and that is the point.

## What you get

Every product in the market in **both** sovereign states, plus the configuration the `on` state was resolved under:

```json theme={null}
{
	"market": {
		"marketId": "mkt-collaboration",
		"name": "Collaboration & Productivity",
		"lastUpdated": "2026-06-25T05:55:47.051Z"
	},
	"products": [
		{
			"productId": "prod-microsoft-365",
			"name": "Microsoft 365",
			"scaleScore": 90.6,
			"off": { "i": 84.7, "c": 53.4 },
			"on": { "i": 76.2, "c": 53.3 },
			"delta": 8.5
		},
		...
	],
	"sovereignConfig": {
		"sovConfigId": "sovconfig-france",
		"name": "France Sovereign Configuration",
		"description": "..."
	},
	"countryFilter": "FR",
	"methodology": "..."
}
```

* `off` — the published scores, exactly what the Snapshot and the Capability Index report.
* `on` — the same scores re-resolved with every control of `sovereignConfig` engaged. **This is what Sovrnti Max ranks and draws.**
* `delta` — how far the product moved between the two.

Render it as a bar chart sorted by `on.i` descending, or a ranked list.

<Note>
  A product whose `on` equals its `off` — `delta: 0` — is one that **no control in this
  configuration touches**. That is a real result, not missing data, and it ranks normally on its
  unchanged score. `sovereignConfig: null` means no configuration covers the requested country yet,
  so nothing moves anywhere; the market still exists and every product still ranks.
</Note>

## How to use it

Ask your assistant:

```text theme={null}
Which collaboration products hold up under full French sovereignty requirements?
```

Or, to see the tradeoff directly:

```text theme={null}
Compare the collaboration market's capability with and without sovereign controls.
```

Your assistant calls [List markets](/mcp/tools/sovrnti_markets_list) first if needed to confirm the market, then pulls Sovrnti Max.

## Troubleshooting

* **`market-not-found`** — the market name is well-formed but doesn't exist. Ask your assistant to list markets first.
* **`insufficient-credits`** — wallet empty. Top up in your organization's billing page.
* **Every product shows `delta: 0`** — not a bug. Either no sovereign configuration covers your country (check `sovereignConfig`), or no control in it affects these products.

## See also

* [Get Capability Index](/mcp/tools/sovrnti_market_get_capaindex) — the same products ranked with no control applied. The other half of the tradeoff.
* [Get snapshot](/mcp/tools/sovrnti_market_get_snapshot) — the same products on Innovation × Control × Scale.
* [List markets](/mcp/tools/sovrnti_markets_list) — find the right market first.
