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?

Americans Are Now a Target for ICE

https://www.wsj.com/us-news/immigration-protests-noem-minneapolis-0b8bd496
1•JumpCrisscross•26s ago•0 comments

All Bench Leaderboard for Comparing LLMs Across Benchmarks

https://huggingface.co/blog/FINAL-Bench/all-bench
1•seawolf2357•31s ago•0 comments

Multimodal Coding Agents as In-Context Policy Learners for Robot Manipulation

https://arxiv.org/abs/2603.04466
1•vaishak2future•1m ago•1 comments

Kalshi and Polymarket Are Each Eyeing Roughly $20B Valuations

https://www.wsj.com/finance/kalshi-and-polymarket-are-each-eyeing-roughly-20-billion-valuations-d...
1•bookofjoe•1m ago•1 comments

State of WASI support for CPython: March 2026

https://snarky.ca/state-of-wasi-support-for-cpython-march-2026/
1•mariuz•1m ago•0 comments

Ethernity: Secure paper backups with age encryption and SSS

https://github.com/MinorGlitch/ethernity
1•minorglitch•5m ago•0 comments

Codeless: From Idea to Software

https://www.anildash.com/2026/01/22/codeless/
1•Garbage•6m ago•0 comments

If AI is so good, why don't we have an infinite supply of 10x engineers?

2•YounesDz•7m ago•0 comments

Attested TLS

https://engineering.chainbound.io/attested-tls-in-the-wild
1•pabs3•9m ago•0 comments

Heat Pump Guide – Everything You Need to Know

https://guide.heatpumped.org/
1•ssuds•11m ago•0 comments

Armin Ronacher on AI Agents and the Future of Programming [video]

https://www.youtube.com/watch?v=4zlHCW0Yihg
1•thunderbong•13m ago•0 comments

Israel Strikes Oil Facilities in Iran

https://www.nytimes.com/2026/03/07/world/middleeast/israel-iran-oil-strikes.html
4•toomuchtodo•14m ago•0 comments

Agentmarketpro

https://www.agentmarketpro.ai/
1•davidworld•14m ago•0 comments

Simple NextJS deployment engine built with Go

https://nextdeploy.one/docs
1•hersidev•15m ago•0 comments

Asteroid-Smashing NASA Mission Sped Up Space Rocks' Journey Around the Sun

https://www.nytimes.com/2026/03/06/science/nasa-dart-asteroid-sun-orbit.html
2•bookofjoe•16m ago•1 comments

Revisiting Time: UT1, UTC, NTP and NTS

https://www.potaroo.net/ispcol/2026-03/nts.html
1•pabs3•18m ago•0 comments

Will Claude Code ruin our team?

https://justinjackson.ca/claude-code-ruin
6•YounesDz•25m ago•0 comments

Agentic Email

https://martinfowler.com/bliki/AgenticEmail.html
2•jeffkumar•28m ago•2 comments

Ask HN: Any AI browswer that I can control by Claude Code?

1•johnnyfeng•29m ago•0 comments

AI found us before Google did

1•faruk_tugtekin•30m ago•0 comments

The web is bearable with RSS, Cory Doctorow

https://pluralistic.net/2026/03/07/reader-mode/
2•verisimi•30m ago•0 comments

Israel and the FBI manipulated assassination plots to goad Trump into Iran

https://thegrayzone.com/2026/03/06/israel-fbi-assassination-plots-trump-iran-war/
3•O1111OOO•30m ago•2 comments

Braided Essays

https://www.writersdigest.com/write-better-nonfiction/what-is-a-braided-essay-in-writing
1•marysminefnuf•31m ago•1 comments

Show HN: Pappardelle, a TUI for Multi-Clauding

https://github.com/chardigio/pappardelle
1•chardigio•32m ago•0 comments

Ask HN: Why do most analytics tools show what happened but not why?

1•HPSimulator•33m ago•0 comments

Death of the Flow State

https://1984commitlog.substack.com/p/week-10-the-death-of-flow-state
2•mdp•33m ago•1 comments

Show HN: Human Psychology Simulator – AI website conversion psychology

https://human-psychology-simulator.thequantumgrove.io/
1•HPSimulator•36m ago•0 comments

The Great AI Arbitrage

https://www.dodgycoder.net/2026/03/the-great-ai-arbitrage.html
3•damian2000•36m ago•0 comments

Show HN: A command center for CS students drowning in recruiting season

https://interviewtrackr.com
1•princierKevin•37m ago•0 comments

NASA Asteroid Observations Eliminate Chance of 2032 Lunar Impact

https://science.nasa.gov/blogs/planetary-defense/2026/03/05/new-nasa-asteroid-observations-elimin...
1•geox•38m ago•0 comments