frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

A Critical Look at "A Critical Look at MCP."

https://docs.mcp.run/blog/2025/05/16/mcp-implenda-est/
33•palmfacehn•1y ago

Comments

nip•1y ago
> Further, one of the issues with remote servers is tenancy

Excellent write-up and understanding of the current state of MCP

I’ve been waiting for someone to point it out. This is in my opinion the biggest limitation of the current spec.

What is needed is a tool invocation context that is provided at tool invocation time.

Such tool invocation context allows passing information that would allow authorizing, authentication but also tracing the original “requester”: think of it as “tool invoked on behalf of user identity”

This of course implies an upstream authnz that feeds these details and more.

If you’re interested in this topic, my email is in my bio: I’m of the architect of our multi-tenant tool calling implementation that we’ve been running in production for the past year with enterprise customers where authnz and auditability are key requirements.

jensneuse•1y ago
The way we've solved this in our MCP gateway (OSS) is that the user first needs to authenticate against our gateway, e.g. by creating a valid JWT with their identity provider, which will be validated using JWKS. Now when they use a tool, they must send their JWT, so the LLM always acts in their behalf. This supports multiple tenants out of the box. (https://wundergraph.com/mcp-gateway)
Yoric•1y ago
Is this really hard to code?

I mean, converting a tool-less LLM into a tool-using LLM is a few hundred lines of code, and then you can plug all your tools, with whichever context you want.

nip•1y ago
Indeed very easy to code!

My point is about the need for a spec of this mechanism: without a spec, every company / org will roll out their own and result in 500 flavors of the same concept.

That’s where MCP shines: tool calling and tool discovery is already 1.5 years old (an eternity in ai land).

The MCP spec ensures that we can all focus on solving problems with tool calling rather than wasting time in cobbling together services that re not interoperable (because developed without a common spec / standard)

__loam•1y ago
This is an advertisement
tomrod•1y ago
I wish this were critical, but it is an ad for MCP.run.
nip•1y ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

palmfacehn•1y ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•1y ago
> Server authors working on large systems likely already have an OAuth 2.0 API.

I think this biases towards sufficiently large engineering organizations where OAuth 2.0 was identified as necessary for some part of their requirements. In most organizations, they're still using `x-<orgname>-token` headers and the like to do auth.

I'm not sure that there's a better / easier way to do Auth with this use case, but it does present a signficant hurdle to adoption for those who have an API (even one ready for JSON-RPC!) that is practically ready to be exposed via MCP.

motorest•1y ago
> I think this biases towards sufficiently large engineering organizations where OAuth 2.0 was identified as necessary for some part of their requirements. In most organizations, they're still using `x-<orgname>-token` headers and the like to do auth.

I don't think that's it. Auth is a critical system in any organization, and larger organizations actually present more resistance to change, particularly in business critical areas. If anything, smaller orgs gave an easier time migrating critical systems such as authentication.

hirsin•1y ago
Touching on tenancy and the "real" gaps in the spec does help push the discussion in a useful direction.

https://vulnerablemcp.info/ is a good collection of the immediately obvious issues with the MCP protocol that need to be addressed. A couple low blows in there, that feel a bit motivated to make MCP look worse, but generally a good starting point overall.

owebmaster•1y ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•1y ago
Serious question:

If doing an extended, service-level session (like a GPT interaction) with a server known beforehand, would it make sense to set up a keypair and manage the interaction over SSH?

Restated: are we throwing away a lot of bandwidth establishing TLS trust for the more general HTTP?

Hikers rescued after using Google Gemini for planning

https://techcrunch.com/2026/09/05/hikers-rescued-after-using-google-gemini-for-planning/
1•sbulaev•54s ago•0 comments

Workforce behind AI spans 160M workers, many in the Global South

https://www.thecooldown.com/green-tech/global-south-data-workers-ai-labor-organization/
1•01-_-•5m ago•0 comments

Sense motion with the Wi-Fi using ESP32

https://github.com/francescopace/espectre/discussions/163
1•FloatArtifact•8m ago•0 comments

Show HN: Vibe code keeps running, even with the lid closed

https://touchmac.app/en/
1•Touchnow•15m ago•0 comments

You're paying for Claude's thinking and you're not getting it

https://gist.github.com/64-megabyte/bc218bd074fa56c26b7dce828adf21a2
2•zerotoken•31m ago•0 comments

Should coding agents have persistent understanding of a codebase?

https://github.com/thecolourfoundation/rune
1•malikfyua•33m ago•0 comments

Flight Over the Earth game (based on Google Maps)

https://flightoverearth.com/
1•yeellow•33m ago•0 comments

Luxuries as an Adult

https://argentumaspicio806903.substack.com/p/luxuries-as-an-adult
1•rickyyean•34m ago•0 comments

Halv used 51% fewer tokens per correct answer on SWE-rebench

https://halv.ai/blog/halv-swe-rebench-20-pairs/
2•handfuloflight•35m ago•0 comments

Is AI ruining my brain?

https://thoughtbot.com/blog/is-ai-ruining-my-brain
3•encyclopedism•42m ago•1 comments

Higher semaglutide dose associated with lower psych events ind. of weight loss

https://www.nature.com/articles/s44324-026-00131-3
1•jtc331•43m ago•0 comments

Blockchained

https://www.blockchainednovel.com/read.html
1•mck-•47m ago•0 comments

Spatiotemporal Composability and Cordis

https://spatiotemporal-composability.pages.dev/
1•srid•48m ago•0 comments

Good AI Slop

https://blog.bilus.dev/posts/good-ai-slop/
1•bilus•49m ago•3 comments

StoryScope: Investigating Idiosyncrasies in AI Fiction

https://arxiv.org/abs/2604.03136
1•efavdb•50m ago•0 comments

OKF Agent Memory – Git-native persistent memory for AI coding agents

https://github.com/okf-memory/okf-agent-memory
3•okf_memory•52m ago•0 comments

Nvidia Lambda Circular Deal [video]

https://www.youtube.com/shorts/II2BEkrJ2Zc
1•Betelbuddy•53m ago•0 comments

The Roadmap of Mathematics for Machine Learning

https://thepalindrome.org/p/the-roadmap-of-mathematics-for-machine-learning
3•gmays•54m ago•0 comments

Show HN: Twinrun – run old and new code on the same inputs, diff the outputs

https://github.com/prian3003/twinrun
1•satineeee•59m ago•0 comments

Falsehoods Programmers Believe About LANs

https://dreamstation.systems/personal/lanfalsehoods.html
14•robinpie•59m ago•0 comments

Breaking GitLab's GraphQL Layer: CVE-2026–19478 and CVE-2026–19650

https://medium.com/peakcyber/breaking-gitlabs-graphql-layer-cve-2026-19478-cve-2026-19650-acf16e4...
1•syumei•1h ago•0 comments

AI push is putting banks at mercy of tech firms, warns Moody's

https://www.theguardian.com/business/2026/aug/09/ai-push-banks-tech-firms-moodys-risks-financial-...
5•prmph•1h ago•0 comments

GPT-6 Astra: the harness is the product

https://fewshotacademy.com/blog/gpt-6-astra-the-harness-is-the-product
4•mangatgoyal•1h ago•1 comments

An LLM runtime that boots from USB

https://nightrun.io/
1•NickNaraghi•1h ago•0 comments

Biomimetic SNN simulator in pure Rust (zero-deps, lock-free parallelism)

https://github.com/strahinjastojanovic826-code/biomimetic-snn-rust
1•srbin•1h ago•0 comments

Nix: Life OS

https://github.com/sianachi/Nix
1•osinachi88•1h ago•0 comments

Tyranny of Optionality

https://hvpandya.com/tyranny-of-optionality
2•aray07•1h ago•0 comments

Apple's first foldable iPhone may cost $2k

https://finance.yahoo.com/markets/stocks/article/apples-first-foldable-iphone-may-cost-2000-11073...
3•evo_9•1h ago•0 comments

Russian Drones Forced Ukraine to Park Its M1 Abrams Tanks

https://www.twz.com/land/how-russian-drones-forced-ukraine-to-park-its-m1-abrams-tanks
4•cisc•1h ago•0 comments

America's Two Largest School Districts Impose AI Moratoriums

https://www.techpolicy.press/americas-two-largest-school-districts-impose-ai-moratoriums/
23•cdrnsf•1h ago•10 comments