MCP Hello Page

Hacker News Top News

Summary

The author describes a common user onboarding problem with MCP servers—users opening the endpoint in a browser and seeing a 401 error—and shares a simple hack: returning an HTML page that explains how to properly add the server to an LLM client, which drastically reduced support tickets.

No content available
Original Article
View Cached Full Text

Cached at: 05/17/26, 12:43 AM

# MCP Hello Page | Blog Source: [https://www.hybridlogic.co.uk/blog/2026/05/mcp-hello-page](https://www.hybridlogic.co.uk/blog/2026/05/mcp-hello-page) We've started offering an MCP Server for our main $WORK tool\. It's been fun, like a weird intersection between deterministic and non\-deterministic worlds Despite the fact that MCP is an utterly terrible attempt at a "specification", we have hit one annoying issue: customers keep on reporting the MCP server is not working\. The reason is simple and it shows the friction between devs vibe\-coding a spec and real\-world users actually onboarding: if you open mcp\.acme\.com/mcp in a browser you get a big fat 401 and a raw JSON blob saying Unauthorized\. \(If authentication isn't required, adjust accordingly\.\) This is a pain because users open the link, see the error, and immediately drop a support ticket saying the link isn't working\. It's not working though because they need to paste it into their client of choice, but no\-one thinks that far ahead\. The \(annoying\) solution is to package our server up into a connector/plugin and release it for each and every LLM client out there\. This is slow, painful, and a never ending game of whack\-a\-mole as we have a lot of customers starting to make their own clients embedded within their orgs\. Instead, I did something a little bit hacky: if the request is for`GET /mcp`and the Accept header includes`text/html`and NOT`application/json`or`text/event\-stream`, I return a HTML page explaining to the user they're trying to view an mcp server and they need to add it to their client\. And this has worked wonders\! Number of tickets has dropped off a cliff, CS is happy, customers are getting setup a lot more quickly, and I don't have to explain that not all errors are errors\. Wins all 'round, and no impact from what we can observe\. I wish the spec had some capability to mitigate for this but alas, like all things in this AI\-era, it's a case of move fast and hope the AI can fix bugs faster\. ## Sidebar #### [About](https://www.hybridlogic.co.uk/about) This is HybridLogic\. The personal homepage of Luke Lanchester, software engineer and occasional geek\.[Learn more](https://www.hybridlogic.co.uk/about) #### [Writing](https://www.hybridlogic.co.uk/writing)     And we are ghosts already; Written will and posted letters, To those back home who will never know\.   For we are ghosts already; [Part of Ghosts Already](https://www.hybridlogic.co.uk/writing/stories/ghosts-already) #### No AI, No BS This site was built with no AI\. It doesn't feature any invasive tracking\. It was built by hand, for fun\.

Similar Articles

GetMCP: Zero Trust for AI agents

Reddit r/AI_Agents

GetMCP is a self-hostable open-source tool that brings zero-trust security to AI agents by providing per-request audit, per-agent revocation, policy enforcement, and human-in-the-loop approvals for API calls. It generates MCP servers from OpenAPI specs and acts as a streaming proxy with tamper-evident audit logs.

@svpino: MCP is not dead. For the people who keep saying "bUt McP pUts GaRbaGe iN yOuR cOntExT", that's an outdated complaint: N…

X AI KOLs Following

A defense of MCP (Model Context Protocol) against criticism that it puts garbage in context, noting that modern tools like Claude Code, Codex, and Cursor implement progressive disclosure and load MCP tools on demand, making the complaint outdated. The author argues MCP is best for cloud-hosted platforms requiring authentication and discoverability.

FloMCP

Product Hunt

FloMCP is a tool that packages MCP servers with 32 built-in security checks and can deploy them in under five minutes.

Apideck MCP Server

Product Hunt

Apideck launches an MCP server to enable AI agents to access real-time data across more than 200 applications.