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

# MCP

> Connect an MCP client to GoDizzy to manage environments, collections, and routing rules.

## Quick start

1. Add this MCP server URL in your client:

```text theme={null}
https://godizzy.dev/mcp
```

2. Sign in when your client prompts for authentication.
3. Start with `environments_list`, then use collections and rules tools as needed.

## Supported MCP tools

* `environments_list`
* `collections_list`
* `collections_create`
* `collections_get`
* `collections_update`
* `collections_delete`
* `rules_list`
* `rules_create`
* `rules_get`
* `rules_update`
* `rules_delete`

## Practical notes

* `environments_list` returns the environments visible to the authenticated user.
* `collections_create` requires `environmentId`, `name`, and `targetEndpoint`.
* Collection subdomains are generated by GoDizzy.
* New collections consume routing-rule capacity because they create a default rule.
* MCP access is limited to users who are provisioned in GoDizzy and are active members of an organization.
