Back to Home
peicodes icon

test-mcp-server

Verified Safe

by peicodes

Overview

A TypeScript-based Model Context Protocol (MCP) server for testing or providing a single tool via Server-Sent Events (SSE) transport.

Installation

Run Command
npm run dev

Environment Variables

  • VALID_API_TOKEN

Security Notes

The server uses a hardcoded placeholder for the API token (`VALID_API_TOKEN = "your-secret-api-token-here"`). While this is likely intended as an instruction for developers to replace, deploying the server with this default value would constitute a critical security vulnerability, as anyone could authenticate by sending `api-token: your-secret-api-token-here`. It should be an environment variable set to a strong, unique secret.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-05

Tags

MCPSSETypeScriptExpressTool Server