Comment by aubanel

5 hours ago

I think I have one explanation why for a website, exposing an MCP servers AND having captchas can make sense.

- an agent loading the real page is waste for the server, because the data sent is a few megavytes, and you don't have the usual returns of an user seeing your ads

- BUT API requests (or here, MCP) are much lighter, a few dozen kB, so that makes the ROI positive again

At least that's my view : please tell me, anyone, if that reason doesn't make sense!