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

Configure

mcp.json
{
  "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

PageGoal
MCP APIReview the MCP overview.
MCP toolsOpen the MCP tool reference.