36 points maharshi365 5 hours ago 59 comments
tobyhinloopen 5 hours ago | parent
It basically is called like “capture some-cli” and it… captures the CLI output, outputting a subset of it + a handle to continue querying.
This for me solves the danger of a tool returning tons of content.
honoluluxyz 5 hours ago | parent
maharshi365 5 hours ago | parent
I think something like infiscial ai proxy could be useful here. Never store the creds on device.
pixl97 5 hours ago | parent
BadBadJellyBean 5 hours ago | parent
vitamark 5 hours ago | parent
(leaving out cases where your genius GPT-12 Galaxy Ultra agent hacks the sandboxing from inside)
lowbloodsugar 4 hours ago | parent
This is the biggest problems with most “sandboxes”. Some people aren’t even running a sandbox. But even the best have a big problem: APIs where GET verbs provide write features.
This is the value of MCP: minimize the surface to known APIs and identify read-only from mutating so I can trust, approve or block. The MCP server, in this case, does NOT run in an environment that the read/write or shell can see.
rimeice 5 hours ago | parent
maharshi365 5 hours ago | parent
well_ackshually 5 hours ago | parent
oh would you look at that, Vercel suggesting to abuse how standard headers have been used for decades so it can send Accept-Language: rust because it's too lazy to ask for standardising an X-Prefers-Lang or anything else, and Shopify is here to shit on the internet too. Great.
therein 5 hours ago | parent
That's craziness.
urbandw311er 4 hours ago | parent
graypegg 4 hours ago | parent
I don't think the agents are struggling with the idea that different URLs have different responses, and that checking the sitemap is a good idea.
Tangential: A rare en–dash user out in the wild!
maharshi365 4 hours ago | parent
youngtaff 4 hours ago | parent
pjmlp 5 hours ago | parent
Plus the performance issues to restarting processes all the time.
fooster 4 hours ago | parent
Also you are seriously comparing process startup time with the latency of a network call, or worse an llm call?
pjmlp 4 hours ago | parent
Welcome to CGIs, a great 1990's technology for Web applications.
fooster 3 hours ago | parent
darkoob12 5 hours ago | parent
air217 5 hours ago | parent
fweimer 4 hours ago | parent
There's also another aspect Quite a few API providers provide automatic renewal for MCP server registrations, but not for personal access tokens. This may be less relevant when models just drive the user's browser.
AndrewDucker 4 hours ago | parent
mgaunard 4 hours ago | parent
There is no reason not to use the native API directly.
dofm 4 hours ago | parent
doctaj 4 hours ago | parent
Microsoft has defined how to do that in the MCP. It's trivial to add the MCP to the machine and reliable in execution.
The alternative would be the model having to get the documentation directly from their documentation website, it sounds like. If this was the case, then MS would likely have great docs and probably support that markdown header... but everything hinges on finding a specific web page on the internet? Seems worse in every way than MCP to me.
rvz 4 hours ago | parent
The spec was poorly designed to begin with. Even saw some folks here thinking it was a good idea to enable MCP directly on a production database for what? Risking exfiltration of sensitive data for bad AI agents.
Given the increased security capabilities of these new models (Mythos, Astra, K3), it sounds like MCP would not be able to justify on making sense from a security perspective and would be a very bad idea to use anyway.
So no thanks and no deal.
mstank 4 hours ago | parent
mbreese 4 hours ago | parent
But please don’t try to redefine the Accept-Language header. These things are well defined for a reason and redefining things isn’t helpful. Trying to figure out protocols on the fly for LLMs is how we got into the current mess. For all of the cruft that W3C has, I think that working with standards committees could help the AI vendors here.
whazor 4 hours ago | parent
mstank 4 hours ago | parent
I was anti-MCP at one point when it was eating up a substantial amount of context in Claude code. That’s largely been fixed now.
From my perspective, they are a great way to wrap an API for agent consumption. I can see a future where every major commercial or service website (think airline websites) have an MCP your agent can use to check flight status, rebook, or check you in.
graypegg 4 hours ago | parent
I know this is pedantic, but IMO that should just be in the URL if the resource is going to be totally different. Accept-Language is already a bit weird for the same reason in my mind, but I think the intention behind it is the resource itself is attempting to communicate the exact same resource. Obviously, two different languages from two different cultures are going to have different interpretations of the same direct translation, but the intention is the service has at least tried to avoid that as much as possible.
Adding programming language into that same concept just makes it seems like you're serving both /docs/typescript/vx/... and /docs/python/vx/... from /docs/vx/... despite them (in theory) having many more differences in between implementations/context than that would imply.
Agents should read sitemaps. Does anyone's harness do specifically that when looking up documentation?
0x445442 4 hours ago | parent
graypegg 4 hours ago | parent
But seriously, just publishing OAS docs at a /.well-known URI seems very sensible. https://www.rfc-editor.org/rfc/rfc9727.html
simonw 4 hours ago | parent
Sure, there's almost no reason to use MCPs if you are running a full-blown terminal agent (Claude Code, Codex, Meta Muse, OpenClaw etc) with unfettered internet access - just let it call APIs directly.
If you want to operate something that's less YOLO than that, you'll find yourself wanting:
1. Control over exactly which external services it can access
2. A way to handle authentication that doesn't allow the agent to directly access API keys
3. A sensible UI to allow users to connect and authenticate further services
4. Strong audit logging for what's going on
MCP makes all of that so much easier to provide.
Thinking MCP is obsolete because full coding agents don't need it misses out on all of the other things we might want to build.
maharshi365 4 hours ago | parent
rsolva 4 hours ago | parent
0x445442 4 hours ago | parent
piva00 4 hours ago | parent
Best of both worlds in my view.
0x696C6961 14 minutes ago | parent
0x696C6961 4 hours ago | parent
hypfer 4 hours ago | parent
Was that a real thing? I mean it must've been for it to be mentioned there, but, rephrased: what was the scale of that?
How many individuals were involved in that? 1? 10? 100? 1000? 10000? 100000?
thehamkercat 4 hours ago | parent
a lot of websites that never bothered to provide a REST API are now exposing MCP server because it has become popular, and you can use those servers to write normal automation for yourself, without plugging in any LLM etc
dnlosx 4 hours ago | parent
CLI tools are great if you always use the same environment. But try using them from your iPhone, and they simply won't work; a remote MCP will work seamlessly.
HTTP APIs solve a different problem. APIs are designed to be predictable and consistent, so the client always knows the response shape in advance. The MCPs are designed to be dynamically discovered. This lets agents connect to new and unknown ones.
Trying to give APIs extra responsibilities so they can replace MCPs would just create more confusion. It's like creating an MCP server but calling it an API.
ismailperim 4 hours ago | parent
0x445442 4 hours ago | parent
Of course Mario, Sammy, Jensen et al. would be for this.
0x696C6961 4 hours ago | parent
OutOfHere 3 hours ago | parent
I can do this trivially when my tool functions are closures that have the user-id pre-bound, but with MCP and HTTP I naively assume that the callables are pre-set.
cesarsk 3 hours ago | parent
Without, I feel they are more confused on how to get an outcome, as they may try, infra or inter sessions, different approaches
brycehamrick 1 hour ago | parent
levelZero 1 hour ago | parent