# Regions API
Regions are the datacenters where instances are hosted.
## List regions
Any user can list the available regions.
Regions are retrieved by sending a `GET` request to `https://api.civo.com/v2/regions`.
### Request
```shell
curl "https://api.civo.com/v2/regions" \
-H "Authorization: bearer $TOKEN"
```
### Response
```json
[
{
"code": "lon1",
"name": "London",
"default": true,
"country": "GB",
"type": "instance"
}
]
```
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tao12345666333/civo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server