Add the ability to use credentials in MCP functions. At least the primitive ones. If possible

The idea is:

My idea is to add credentials to the MCP (trigger and tool) functions

My use case:

I want to build an MCP server based on n8 that will manage data in CRM. But I’m afraid that anyone with a url address will be able to access the server.

I think it would be beneficial to add this because:

Sooner or later, this problem will be relevant. This is one of the basic things of Internet security.

Are you willing to work on this?

I have not delved into the authorization mechanisms of MCP servers. But I hope it’s possible.

The MCP trigger node already supports a couple of auth mechanisms, and so does the tool.
Are there any specific auth types that you need that are missing right now?