Paste an MCP server URL and see every tool, resource and prompt it exposes, with full schemas and the raw request log. Nothing to install.
Point MCP Showcase at the same URL and get a live playground your prospects can try in a browser, with generated docs for every tool.
Any public MCP endpoint. Add a bearer token if the server needs one — it is used once and never stored.
Streamable HTTP first, SSE as a fallback. You see which transport answered and the protocol version that was negotiated.
Every tool with its input schema, plus resources, prompts and the raw request and response log for debugging.
Paste any Model Context Protocol endpoint above and this MCP Inspector performs a real MCP handshake against it, then lists everything the server advertises: each tool with its full JSON input schema, any resources and prompts, the negotiated protocol version, and the transport the server actually answered on. It is the fastest way to see what an AI agent will see when it connects.
Unlike the local npx @modelcontextprotocol/inspector workflow, this one runs
entirely in your browser against a hosted endpoint. There is nothing to install, no Node version
to match, and no mcp dev process to keep alive — useful when you want to check a
deployed server rather than one running on your laptop.
Accept header, or an auth requirement.MCP servers are served over two transports in practice. This inspector tries streamable HTTP first, then falls back to SSE, and tells you which one answered. If your server is reachable but reports no tools, that mismatch is very often the reason — the endpoint is live but is speaking the transport you did not expect.
Public servers need nothing. For a server behind a bearer token, open the authentication section
and paste one; it is used for that single request and is never stored. If the endpoint answers
an unauthenticated request with a 401, the inspector reports that the server
requires OAuth rather than silently showing an empty tool list.
mcp dev and testing every tool.Inspecting tells you the server works. It does not help the person on the other side of a sales call understand what it does — a wall of JSON schemas rarely does. That is the gap MCP Showcase fills: point it at the same URL and it generates a live, shareable playground page where anyone can try the tools in a browser, read AI-generated documentation for each one, and copy the setup for their own client. Every result from this inspector can be turned into one from the button above.