MCP.so
Sign In

SSE MCP

@KelvinQiu802

About SSE MCP

MCP Server SSE Impl

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

KelvinQiu802

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is SSE MCP?

SSE MCP is an educational Model Context Protocol server that uses Server Sent Events (SSE) as its transport layer. It demonstrates how to build a remote, hosted MCP server using the Hacker News API as a concrete example.

How to use SSE MCP?

Refer to the Wireshark capture and code examples in the README to understand the SSE transport flow. The server can be tested with MCP Inspector or an MCP client like CherryStudio.

Key features of SSE MCP

  • Uses SSE transport instead of local stdio.
  • Implements JSON-RPC 2.0 over SSE.
  • Provides Hacker News top stories, new stories, and best stories tool.
  • Demonstrates session‑based SSE endpoints via sessionId.
  • Shows full initialize → list tools → call tools flow.

Use cases of SSE MCP

  • Building remote

Comments

More Other MCP servers