mock-sse-server

A local fake server that communicates with MCP clients over HTTP and SSE, a web connection that can send live events. It is designed to test the mcp-httpserver-proxy connection from end to end.

In plain words
What is it for?
Use it to start a test MCP endpoint, connect the proxy to it, and verify that the proxy connects and forwards messages correctly.
Why use it?
It lets you test the proxy without relying on a real remote MCP service. This makes connection and message-forwarding problems easier to reproduce locally.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/shailesh17/mcp-httpserver-proxy/mock-sse-server
Any agent
npx skills add shailesh17/mcp-httpserver-proxy --skill mock-sse-server
Clone the repo
git clone --depth 1 https://github.com/shailesh17/mcp-httpserver-proxy

Made for: Claude Code, Codex.

Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 200 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00029 $0.00200
Opus 5 $0.00015 $0.00100
Sonnet 5 $0.00006 $0.00040
Haiku 4.5 $0.00003 $0.00020

Measured yesterday against content hash 4eb76000916a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mock-sse-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/mock-server.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/mock-sse-server/SKILL.md · 28 lines

What it actually says

Mock SSE MCP Server

Use this skill when you want to verify that mcp-httpserver-proxy connects properly to an HTTP/SSE MCP endpoint and forwards messages.

Quick Start

  1. Start the mock SSE server:

    node .agents/skills/mock-sse-server/scripts/mock-server.js
    

    This will listen on http://127.0.0.1:8123/sse.

  2. In another terminal, test the proxy against the mock server:

    node dist/index.js http://127.0.0.1:8123/sse
    
  3. The proxy should output Proxy running. Connected to http://127.0.0.1:8123/sse on stderr.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 28 lines · 29 tokens per session scan A 4eb76000916a

Subscribe to this mod's changes

mock-sse-server is a skill published in the GitHub repository shailesh17/mcp-httpserver-proxy (2 stars, last pushed 9d ago), licensed MIT. It adds 29 tokens to every session and 200 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

apple-music

Apple Music integration — AppleScript (local Music.app) and the Apple Music API / web player (cross-platform library, playlists, playback, and queue).

epheterson/applemusic-mcp · 35 tokens

outlook

Use Microsoft Outlook end-to-end — read, search, triage, and send mail; manage calendar events and meeting invites; work with contacts, tasks, color categories, and mail rules; check Out-of-Office. Trigger this skill whenever the user asks to do anything with their inbox, email, calendar, meetings, contacts, or to-do…

anasahmed07/Outlook-Classic-MCP · 239 tokens

vibebrowser

Control the user's real local browser through the Vibe Browser CLI bridge. Use for ANY task against the user's own Vibe-connected browser — their tabs, cookies, logged-in sessions, extensions, opening pages, snapshots, clicks. ALWAYS load this skill before responding to a browser request, so you can recover the user's…

VibeTechnologies/vibe-mcp · 85 tokens

agent-memory

Use the agent-memory MCP server to retrieve, verify, and store durable project knowledge and global user knowledge before and after non-trivial work.

RashadAnsari/myagents · 31 tokens

dev-conventions

Development conventions: think before coding, simplicity first, reuse and duplication discipline, surgical scope, localization, UI consistency, validation, data alignment, and verifiable success criteria. Activate when writing, reviewing, or refactoring code in any project, or when the user asks to "improve…

RashadAnsari/myagents · 76 tokens

setup

Set up Vibe Browser so Claude Code can drive the user's real Chrome. Use when the vibe MCP tools are missing, return "No connection to Vibe extension", time out, or when the user asks how to install/connect/configure Vibe, the Vibe Chrome extension, or remote browser control.

VibeTechnologies/vibe-mcp · 63 tokens