Hi LC555,
It seems you're experiencing issues with the web chat MCP calls not reaching the server, although web calls work successfully. Given that web calls function with the same configuration, the issue might relate to differences in how web chat communicates with the MCP server. Here are a few steps to consider for troubleshooting:
1. **Configuration Check**: Ensure that your web chat configuration includes your MCP server settings correctly. Visit [Vapi's quickstart guide](
https://docs.vapi.ai/sdk/mcp-server) for detailed configuration instructions specifically for the web environment.
2. **Network and Security**: Verify that there are no network restrictions or security settings that might be blocking the web chat's communication with the MCP server. Firewall or proxy settings can sometimes interfere with specific protocols.
3. **Debugging Logs**: Utilize Vapi's logging tools to check for any error messages or logs from the Vapi dashboard that detail failed attempts or connectivity issues.
4. **Recent Updates**: Check the [Vapi changelog](
https://docs.vapi.ai/changelog/2025/6/25) to see if there have been recent updates or changes that might affect how tools are integrated or communicate within web chat environments. Issues can sometimes arise due to breaking changes or newly introduced features.
If the problem persists after these checks, consider reviewing any differences in your implementation of web chat versus web calls, as any subtle differences might influence communication success.