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

# Use MCP API

> Use MCP to let assistants call Veryfront tools.

Use the MCP API when an assistant needs to inspect or operate Veryfront projects.

## Configure

```json title="mcp.json" theme={null}
{
  "mcpServers": {
    "veryfront": {
      "transport": "http",
      "url": "https://api.veryfront.com/mcp",
      "headers": {
        "Authorization": "Bearer <API_KEY>"
      }
    }
  }
}
```

Restart the MCP client, then ask it to list Veryfront tools.

## Next

| Page                                        | Goal                         |
| ------------------------------------------- | ---------------------------- |
| [MCP API](/cloud/mcp)                       | Review the MCP overview.     |
| [MCP tools](/cloud/mcp/tools/list-projects) | Open the MCP tool reference. |
