7 ms·
A layer than honestly doesn't do much, as I understand it. What does MCP as a protocol actually solve? Is it more than a bandwagon?
by allknowingfrog 12d ago
A layer than honestly doesn't do much, as I understand it. What does MCP as a protocol actually solve? Is it more than a bandwagon?
- woofcat 12d agoMy company uses MCP in production to connect different AI products together that were developed by different teams. It makes the connections very easy, where a REST interface often has quirks and features that you have to understand.
- allknowingfrog 12d agoThat's fair. REST isn't much of a standard. MCP can be just as badly designed and documented as REST, but at least there's a standard for authenticating and listing the options. Reading through other top-level comments, this seems to be the theme. MCP usage is mostly driven by ease of connection.
- KellyCriterion 12d agoIm not deep in there, but Id guess it offers some discovery mechanisms? (not sure if my understanding is correct)
- saalweachter 12d agoBasically it's just bundling the API documentation into a standard format to plug into LLMs, if you're comfortable running prompt injection on yourself and downloading random text from random websites and telling your favorite LLM to use it to access your banking information.
- bavell 12d agoIt's a bit of a nothingburger IMO, but charitably you could think of it as a rest API + bundled agent instructions.
- edgyquant 8d agoIt tells an agent what tools are available and the scenarios when they should be called. This does a ton of work when working with agents