> ## 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.

# List countries

> See which countries you can view Sovrnti's sovereignty insights through.

Call it when you need a valid `country` value, or when you want to know where Sovrnti has coverage. Some entries show as coming soon and can't be selected yet.

## What you get

A list of countries with names and two-letter codes:

```json theme={null}
{
	"data": [
		{
			"geographyId": "geo-france",
			"name": "France",
			"isoCode": "FR",
			"geoType": "country",
			"publishStatus": "published"
		},
		{
			"geographyId": "geo-switzerland",
			"name": "Switzerland",
			"isoCode": "CH",
			"geoType": "country",
			"publishStatus": "published"
		}
	]
}
```

The `isoCode` value is what you pass as `country` to the market tools. `published` countries have data you can use; `roadmap` ones are coming soon and can't be selected yet.

## How to use it

Ask your assistant:

```text theme={null}
Which countries can I view this market through?
```

The assistant calls this tool automatically and lists your options.

## Troubleshooting

* `insufficient-scope` — revoke the connection and reconnect; the authorization flow will re-request the missing scope.

## See also

* [Get Snapshot](/mcp/tools/sovrnti_market_get_snapshot) — pin a market to one of these countries.
* [List markets](/mcp/tools/sovrnti_markets_list) — the other discovery step.
