←back to thread

MCP is eating the world

(www.stainless.com)
335 points emschwartz | 2 comments | | HN request time: 0.001s | source
Show context
Animats ◴[] No.44368767[source]
> At Stainless, we’re betting it’s here to stay.

By a seller of MCP.

The trouble with MCP is that it requires a trip through an LLM for every transaction. It's not like the ends negotiate a simple protocol so that later queries are cheap. That's a huge cost increase as traffic increases.

replies(3): >>44369217 #>>44371911 #>>44378534 #
1. taberiand ◴[] No.44371911[source]
There is no reason you couldn't design the system to hand off to a simple protocol through an MCP call, it's entirely up to what works in the specific situation. There is nothing in the design that mandates a path through the LLM for every request or transaction.
replies(1): >>44373343 #
2. Animats ◴[] No.44373343[source]
Except that that's the easy path to implement.