frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

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

https://docs.mcp.run/blog/2025/05/16/mcp-implenda-est/
31•palmfacehn•5h ago

Comments

nip•4h 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•4h 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•3h 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.

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

Many come to HN also for the comments

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

Pyrefly: A new type checker and IDE experience for Python

https://engineering.fb.com/2025/05/15/developer-tools/introducing-pyrefly-a-new-type-checker-and-ide-experience-for-python/
12•homarp•1h ago•2 comments

JavaScript's New Superpower: Explicit Resource Management

https://v8.dev/features/explicit-resource-management
157•olalonde•8h ago•105 comments

Japan's IC cards are weird and wonderful

https://aruarian.dance/blog/japan-ic-cards/
140•aecsocket•2d ago•108 comments

Wow@Home – Network of Amateur Radio Telescopes

https://phl.upr.edu/wow/outreach
147•visviva•11h ago•16 comments

Push Ifs Up and Fors Down

https://matklad.github.io/2023/11/15/push-ifs-up-and-fors-down.html
25•goranmoomin•4h ago•7 comments

Laser-Induced Graphene from Commercial Inks and Dyes

https://advanced.onlinelibrary.wiley.com/doi/10.1002/advs.202412167
4•PaulHoule•2d ago•0 comments

Implementing a RISC-V Hypervisor

https://seiya.me/blog/riscv-hypervisor
40•ingve•6h ago•2 comments

Getting AI to write good SQL

https://cloud.google.com/blog/products/databases/techniques-for-improving-text-to-sql
401•richards•16h ago•245 comments

Popcorn: Run Elixir in WASM

https://popcorn.swmansion.com/
68•clessg•1d ago•7 comments

XTool – Cross-platform Xcode replacement

https://github.com/xtool-org/xtool
146•TheWiggles•11h ago•37 comments

Catalog of Novel Operating Systems

https://github.com/prathyvsh/os-catalog
62•prathyvsh•6h ago•18 comments

A kernel developer plays with Home Assistant

https://lwn.net/SubscriberLink/1017720/7155ecb9602e9ef2/
130•pabs3•11h ago•53 comments

Open Problems in Computational geometry

https://topp.openproblem.net/
22•nill0•4h ago•0 comments

Thoughts on thinking

https://dcurt.is/thinking
531•bradgessler•18h ago•343 comments

The Japanese method of creating forests comes to Mexico

https://english.elpais.com/climate/2025-05-17/miyawaki-in-nezahualcoyotl-the-japanese-method-of-creating-forests-comes-to-mexico.html
14•geox•1h ago•1 comments

A Research Preview of Codex

https://openai.com/index/introducing-codex/
454•meetpateltech•22h ago•388 comments

You do not need NixOS on the desktop

https://aruarian.dance/blog/you-do-not-need-nixos/
32•transpute•5h ago•15 comments

New high-quality hash measures 71GB/s on M4

https://github.com/Nicoshev/rapidhash
93•nicoshev11•3d ago•35 comments

MIT asks arXiv to withdraw preprint of paper on AI and scientific discovery

https://economics.mit.edu/news/assuring-accurate-research-record
334•carabiner•22h ago•174 comments

Rustls Server-Side Performance

https://www.memorysafety.org/blog/rustls-server-perf/
130•jaas•4d ago•39 comments

Why Moderna Merged Its Tech and HR Departments

https://www.wsj.com/articles/why-moderna-merged-its-tech-and-hr-departments-95318c2a
22•andy99•3d ago•24 comments

MCP: An in-depth introduction

https://www.speakeasy.com/mcp/mcp-tutorial
111•ritzaco•4d ago•44 comments

I'm Peter Roberts, immigration attorney, who does work for YC and startups. AMA

228•proberts•22h ago•402 comments

How can traditional British TV survive the US streaming giants

https://www.bbc.co.uk/news/articles/cx2enydkew3o
43•asplake•3d ago•132 comments

Show HN: Merliot – plugging physical devices into LLMs

https://github.com/merliot/hub
58•sfeldma•12h ago•13 comments

Transformer neural net learns to run Conway's Game of Life just from examples

https://sidsite.com/posts/life-transformer/
37•montebicyclelo•4h ago•22 comments

ClojureScript 1.12.42

https://clojurescript.org/news/2025-05-16-release
169•Borkdude•17h ago•32 comments

IM-2's Imperfect Landing Due to Altimeter Interference

https://spacepolicyonline.com/news/im-2s-imperfect-landing-due-to-altimeter-interference-south-pole-lighting-conditions/
6•verzali•2d ago•2 comments

Show HN: Visual flow-based programming for Erlang, inspired by Node-RED

https://github.com/gorenje/erlang-red
232•Towaway69•23h ago•96 comments

Show HN: Fahmatrix – A Lightweight, Pandas-Like DataFrame Library for Java

https://github.com/moustafa-nasr/fahmatrix
33•mousomashakel•9h ago•5 comments