frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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•9mo ago

Comments

nip•9mo 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•9mo 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•9mo 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•9mo 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•9mo ago
This is an advertisement
tomrod•9mo ago
I wish this were critical, but it is an ad for MCP.run.
nip•9mo ago
It’s both in my opinion and discussions can stem from the linked article

Many come to HN also for the comments

palmfacehn•9mo ago
Personally, I'm not a fan. I thought the proponent's view might stimulate a discussion.
FunnyLookinHat•9mo 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•9mo 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•9mo 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•9mo ago
This post has too many "shameless plugs" to be taken seriously.
smitty1e•9mo 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?

Our First Proof Submissions

https://openai.com/index/first-proof-submissions/
1•gmays•1m ago•0 comments

For a new golden age of FOSS

https://ogirardot.writizzy.com/p/for-a-new-golden-age-of-foss
1•ssaboum•1m ago•1 comments

3D-Printed electric motor manufactured via multi-modal, multi-material extrusion

https://www.tandfonline.com/doi/full/10.1080/17452759.2026.2613185#d1e259
1•fightling•2m ago•0 comments

Show HN: I rebuilt my 13-year-old budgeting app from scratch in Flutter

https://www.budgt.ch/blog/budgt-13-rebuilt-from-scratch-whats-new/
1•sfluecki-dev•3m ago•0 comments

The Myth of the Bayesian Brain

https://link.springer.com/article/10.1007/s00421-025-05855-6
1•paraschopra•3m ago•0 comments

Red/Green TDD

https://simonwillison.net/guides/agentic-engineering-patterns/red-green-tdd/
1•tomwphillips•4m ago•1 comments

Who's in Charge? Disempowerment Patterns in Real-World LLM Usage

https://arxiv.org/abs/2601.19062
1•Gillesray•5m ago•1 comments

Show HN: Claudedash – real-time local dashboard for Claude Code agents

1•yunusemregurlu•12m ago•1 comments

OpenCrabs: AI terminal-native orchestration layer for software development

https://github.com/adolfousier/opencrabs
1•otterwise•15m ago•0 comments

Show, Don't Tell

https://blog.exe.dev/show-dont-tell
1•tosh•15m ago•0 comments

Raya: Compiled TypeScript with Go-Concurrency

https://raya.land/
1•adityapurwa•19m ago•0 comments

A fast Ruby code formatter build in Rust

https://github.com/sorafujitani/rfmt
1•walski•19m ago•0 comments

60 Year old vibe coder create revenue SaaS with vibe agent and vibe testing tool

1•Thorin_scout•21m ago•1 comments

Show HN: Launching for the full public on 17th May 2026

https://waitlist-j5z9.onrender.com/
1•Sechele•22m ago•0 comments

BrowserPicker: Smart Browser Selector for Windows

https://github.com/mortenn/BrowserPicker
1•Klaster_1•22m ago•0 comments

Magical Mushroom – Europe's first industrial-scale mycelium packaging producer

https://magicalmushroom.com/index
3•microflash•23m ago•0 comments

Apixies – 39 utility APIs (SSL, DNS, email, QR, PDF) behind one key

https://apixies.io
2•bicibg•26m ago•1 comments

Investigating an LLM generated C compiler

https://shape-of-code.com/2026/02/22/investigating-an-llm-generated-c-compiler/
2•rsaarelm•26m ago•0 comments

Which web frameworks are most token-efficient for AI agents?

https://martinalderson.com/posts/which-web-frameworks-are-most-token-efficient-for-ai-agents/
3•martinald•27m ago•0 comments

Is the Swipe Era Over?

https://www.nytimes.com/2026/02/22/podcasts/the-daily/is-the-swipe-era-over.html
2•vednig•30m ago•0 comments

Show HN: Mellon – Free local speech-to-text for Mac with phonetic corrections

https://voice.mellon.chat/
2•xavpoon•32m ago•1 comments

Three thoughts on the future of writing software

https://twitter.com/awnihannun/status/2025752613749399609
2•tosh•32m ago•0 comments

Pope tells priests to use their brains, not AI, to write homilies

https://www.ewtnnews.com/vatican/pope-leo-xiv-tells-priests-to-use-their-brains-not-ai-to-write-h...
40•josephcsible•33m ago•7 comments

Zlinter – An Extendable and Customizable Zig Linter

https://github.com/KurtWagner/zlinter
2•TheWiggles•35m ago•0 comments

Show HN: DoFast – I built a tool that shows me my next best action

https://dofast.xyz
1•gisverygood•35m ago•1 comments

Show HN: I made and app to stop living on autopilot

https://apps.apple.com/us/app/unpilot-stop-doom-scrolling/id6756385928
1•pabloschz•37m ago•2 comments

Clip to source: contextualizing Instagram reels by building a search engine

https://mrks.se/clip-to-source/
1•maekoos•39m ago•0 comments

Snake Charmer – A nicer way to view Python docs

https://snake-charmer.work/3.14/tutorial/appetite
1•spikepuppet•39m ago•1 comments

Show HN: Code Lantern– A self-hosted, local code-analysis and visualization tool

https://github.com/Tjindl/code-lantern
1•tjindl•42m ago•0 comments

Scheme 9 from Empty Space (2014)

https://t3x.org/s9book/index.html
2•emigre•44m ago•0 comments