Skip to content

ask_webflow_ai always returns "Failed to fetch from FAI chat service" (both production and beta servers) #144

Description

@bigmmind

Summary

The ask_webflow_ai tool consistently returns {"error":"Failed to fetch from FAI chat service"} for any input, and has been doing so for roughly a month. Every other MCP tool works normally in the same session, so this looks isolated to the FAI/AI chat backend that ask_webflow_ai proxies to — not a connection, auth, transport, or version issue.

Reproduced on BOTH servers

  • Production: https://mcp.webflow.com/mcp
  • Beta: https://mcp.webflow.com/beta/mcp

Identical error on both.

Steps to reproduce

  1. Connect the Webflow MCP server (Claude Desktop native remote connector, macOS).
  2. Call ask_webflow_ai with any message, e.g. { "message": "test connectivity" }.
  3. Response is always:
    {"error":"Failed to fetch from FAI chat service"}

Expected

A normal AI answer about the Webflow API.

Actual

{"error":"Failed to fetch from FAI chat service"} — every call, on both the production and beta servers.

Scope / isolation

Everything else on the same connector is healthy in the same session, which points at the ask_webflow_ai → FAI chat service hop specifically:

  • data_sites_tool → list_sites returns all sites successfully.
  • designer_tool, data_component_tool, data_component_props_tool, data_element_tool, data_scripts_tool, data_pages_tool all work — used them to add a component property, bind it, and DevLink-export, with no errors.

So the MCP server, OAuth handshake, and bridge app are all fine; only this one tool's backend fetch fails.

Environment

  • Client: Claude Desktop, native remote MCP connector (macOS)
  • Servers: mcp.webflow.com/mcp and mcp.webflow.com/beta/mcp
  • webflow CLI 2.2.0 (unrelated to the remote tool; included for completeness)

Notes

Duration ~1 month. Possibly adjacent to the recent "missing tooling from the Webflow MCP Server" incidents (status.webflow.com, 8 and 16 July 2026), though this presents differently: the tool is present and callable, but its downstream fetch to the FAI chat service fails, rather than the tool being absent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions