| ▲ | tymscar 5 hours ago | ||||||||||||||||
So basically the best way to use MCP is not to use it at all and just call the APIs directly or through a CLI. If those dont exist then wrapping the MCP into a CLI is the second best thing. Makes you wonder whats the point of MCP | |||||||||||||||||
| ▲ | crazylogger an hour ago | parent | next [-] | ||||||||||||||||
Then you inevitably have to leak your API secret to the LLM in order for it to successfully call the APIs. MCP is a thin toolcall auth layer that has to be there so that ChatGPT and claude.ai can "connect to your Slack", etc. | |||||||||||||||||
| ▲ | ianm218 4 hours ago | parent | prev | next [-] | ||||||||||||||||
This was my initial understanding but if you want ai agents to do complex multi step workflows I.e. making data pipelines they just do so much better with MCP. After I got the MCP working my case the performance difference was dramatic | |||||||||||||||||
| |||||||||||||||||
| ▲ | paulddraper 2 hours ago | parent | prev [-] | ||||||||||||||||
MCP is just JSON-RPC plus dynamic OAuth plus some lifecycle things. It’s a convention. That everyone follows. | |||||||||||||||||