Back to Home
korplydev icon

minimal_mcp_server_httpStreamable

Verified Safe

by korplydev

Overview

A minimal Model Context Protocol (MCP) server demonstrating tool registration and exporting data in TOON format via a streamable HTTP transport.

Installation

Run Command
npm run dev

Environment Variables

  • PORT

Security Notes

The server uses CORS with 'origin: *', which is generally acceptable for development or internal APIs but not recommended for production-facing applications without specific origin restrictions. No other critical vulnerabilities like 'eval', obfuscation, hardcoded secrets, or malicious patterns were found in the provided source code. Input validation is handled using Zod schemas.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-01

Tags

MCPExpressTypeScriptTOON formatAPI Server