MCP SSE Server (sidharthrajaram)
A reference implementation of an MCP server/client over Server-Sent Events transport.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for MCP SSE Server (sidharthrajaram), derived from its capabilities.
These scores are auto-generated from public information (the agent's own listing, docs, and repository) using the canonical OWASP AIVSS formula and the MAESTRO framework — an estimate for guidance, not a penetration test, audit, or certification. See the scoring methodology. Are you the vendor? Factual corrections are free.
Overview
This project demonstrates a working decoupled MCP server and client using the SSE transport, a common pattern for remotely hosted MCP servers. It is primarily infrastructure/reference for building networked MCP tools. Security surface: SSE-hosted servers introduce remote-endpoint auth and network-exposure considerations that stdio servers avoid.
Key features
- MCP over Server-Sent Events transport
- Decoupled remote server/client example
- Reusable pattern for hosted MCP servers
Use cases
- Build a remotely hosted MCP server
- Learn the SSE transport for MCP