Replies: 0 comments 6 replies
-
We just added an example URL fetching server which has some of this configurability via User-Agent. I'm curious if that's sort of along the lines you're thinking about? (cc @jackadamson, who worked on it) |
Beta Was this translation helpful? Give feedback.
-
Just to clarify, are you asking about how site owners can specifically block / rate-limit requests from MCP servers? Or more generally, how authentication / authorization might work between an MCP server and a remote web server? |
Beta Was this translation helpful? Give feedback.
-
I was thinking more as a site owner that is currently blocking bots, how can I allow MCP servers to access my content. Moreover, how can I allows an MCP server to get access to privileged data on behalf of the prompter. I love this idea of making agent systems generally more useful, but know there is a practical side I have to consider as a site owner. |
Beta Was this translation helpful? Give feedback.
-
Read the blog post and started looking at the code (but haven't had time to run it). I'm looking into options for allowing MCP to hit various websites which have typically had bot protections enabled. It would be smart to start thinking about how to allow and/or throttle requests from various MCP based tools...maybe even include a permissioning scheme to the protocol.
Some initial thoughts might be to include a specific
User-Agent
header, maybe a set ofx-mcp-*
headers, or maybe some handshake that grants a bearer token. Personally, I really like the idea of a bearer token, because it allows for something like OAuth, where an MCP server can get access to private data as granted by a user.Do you all have any thoughts on where bot detection and/or permissions might go in the future?
Beta Was this translation helpful? Give feedback.
All reactions