Comment by Yeroc
10 hours ago
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.
The point of the example seemed to be connecting easily to a scoped GraphQL API.