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?

Charity Majors on AI, Determinism, Instrumentation, & Eating Your Broccoli

https://redmonk.com/videos/charity-majors/
1•mooreds•1m ago•0 comments

Let Them: A Developer's Guide to UMA for Agents

https://multiplierpartners.ai/blog/2026-08-06-let-them-a-developers-guide-to-u4a/
1•mooreds•1m ago•0 comments

India is starting to pay for apps, not just download them

https://techcrunch.com/2026/07/31/india-is-starting-to-pay-for-apps-not-just-download-them/
1•deepmem•5m ago•0 comments

Trademark Application for "Rails"

https://tsdr.uspto.gov/#caseNumber=99727487&caseType=SERIAL_NO&searchType=statusSearch
1•rmoriz•5m ago•0 comments

A puzzle to test your abstract reasoning skills

https://www.decryptiq.net/
1•rochansinha•6m ago•1 comments

Python 3.14.7

https://www.python.org/downloads/release/python-3147/
1•tosh•7m ago•0 comments

Waymo opens up robotaxi service in Dallas to everyone

https://techcrunch.com/2026/08/04/waymo-opens-up-robotaxi-service-in-dallas-to-everyone/
3•qikouki•9m ago•0 comments

Solar vehicle built by a programmer. Runs on solar energy, battery, or pedals [video]

https://www.youtube.com/watch?v=_kPNKJnAkoY
1•moltean•9m ago•0 comments

A partial digestion of the HRT counterexample

https://terrytao.wordpress.com/2026/08/06/a-partial-digestion-of-the-hrt-counterexample/
2•ijustlovemath•14m ago•0 comments

Scientists Used AI to Create 16 New Viruses

https://www.wired.com/story/scientists-used-ai-to-create-16-new-viruses/
2•ashurandi•15m ago•0 comments

Russia's Starlink replacement. What is known about the Rassvet system?

https://www.pravda.com.ua/eng/articles/2026/08/08/8047858/
1•uxhacker•17m ago•0 comments

Captaining your AI: new human-agent UX paradigm

https://everythingengineer.substack.com/p/captains-read-the-outputs-a-better-human-agent-ux
1•mikecarroll•18m ago•0 comments

Three Ways to Sell the Same Software

https://nicolo.xyz/note/three-ways-to-sell-the-same-software/
2•coconido•23m ago•0 comments

Building Groovie, an Advanced Web-Based Drum Machine / Beat Sequencer

https://pointersgonewild.com/2026-08-06-building-groovie-an-advanced-web-based-drum-beat-sequencer/
2•ibobev•25m ago•0 comments

Differential Heuristics

https://www.redblobgames.com/blog/2026-08-08-differential-heuristics/
1•ibobev•25m ago•0 comments

Spritework on the ZX Spectrum: Rendering

https://bumbershootsoft.wordpress.com/2026/07/04/spritework-on-the-zx-spectrum-rendering/
1•ibobev•25m ago•0 comments

Show HN: Augmented Violin Finger Choice Recommendation

https://violin-fingering.unstacked.cc
2•lennart-rth•27m ago•2 comments

ParallelClusterMaker – CLI toolkit to manage AWS ParallelCluster stacks

https://github.com/rmarable/ParallelClusterMaker
1•rmarable•31m ago•0 comments

Brain scans reveal widespread changes in patients following COVID-19 infection

https://www.psypost.org/brain-scans-reveal-widespread-structural-and-functional-changes-in-patien...
2•amichail•31m ago•0 comments

Who Should Pay for Source Code Availability?

https://kristoff.it/blog/source-code-availability/
2•kristoff_it•32m ago•0 comments

An Israeli professor lost a prestigious US job offer after speaking out on Gaza

https://www.theguardian.com/us-news/ng-interactive/2026/aug/06/professor-israel-gaza-university-o...
3•khaledh•33m ago•2 comments

Interview with Amit Patel, Creator of "Solar Realms Elite"

https://breakintochat.com/blog/2013/02/18/amit-patel-creator-of-solar-realms-elite/
1•bananaboy•33m ago•0 comments

Ask HN: Why can't we use both doors?

1•Dfol•35m ago•1 comments

John C. Lilly on solid state intelligence and the elimination of man (1978)

https://kibotronics.net/unlisted/lilly-machines/
2•Kiboneu•36m ago•0 comments

ScientistOne: Towards Human-Level Autonomous Research via Chain-of-Evidence

https://arxiv.org/abs/2605.26340
1•simonpure•40m ago•0 comments

Big Tech's Ten Most Interesting Patents This Week (8/9/2026)

https://patentlyze.com/big-tech-ten-most-interesting-patents-july-30-2026/
3•Dfol•40m ago•0 comments

Science One Framework: Verifiable Autonomous Research via Chain-of-Evidence

https://research.google/blog/science-one-framework-a-verifiable-autonomous-research-framework-via...
1•simonpure•42m ago•0 comments

Debugging Information for Inlined Functions

https://lwn.net/Articles/1083985/
1•pykello•46m ago•0 comments

Ask HN: My dev blog has 11k followers. I stopped writing it. What would you do?

1•zlatkov•48m ago•4 comments

Halftone QR Codes

https://cgv.cs.nthu.edu.tw/Projects/Recreational_Graphics/Halftone_QRCodes/
1•karagenit•48m ago•1 comments