logoalt Hacker News

Yeroctoday at 3:14 AM1 replyview on HN

Easy if you ignore the security aspects. You want to hand over your tokens to your LLM so it can script up a tool that can access it? The value I see in MCP is that you can give an LLM access to services via socket without giving it access to the tokens/credentials required to access said service. It provides at least one level of security that way.


Replies

DANmodetoday at 6:02 AM

The point of the example seemed to be connecting easily to a scoped GraphQL API.