Back to Home
azzizulhakim810 icon

Basic_Mcp_Server

Verified Safe

by azzizulhakim810

Overview

This server acts as a Model Context Protocol (MCP) provider, exposing tools for basic utilities like echoing text, summing numbers, and integrating with Google Calendar to retrieve events.

Installation

Run Command
node dist/server.js

Environment Variables

  • GOOGLE_PUBLIC_API_KEY
  • CALENDAR_ID

Security Notes

The server correctly uses environment variables (GOOGLE_PUBLIC_API_KEY, CALENDAR_ID) for sensitive information, adhering to good security practices. There is no evidence of 'eval' usage, code obfuscation, or direct network port exposure (it uses StdioServerTransport, typically for local I/O communication). Input validation for the date parameter in the calendar tool is present but relies on `Date.parse()`, which can be lenient, though not a severe security vulnerability. Overall, the security posture is good, with the primary risk lying in the secure management of the environment variables by the deployer.

Similar Servers

Stats

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

Tags

Model Context ProtocolToolingGoogle CalendarTypeScriptNode.js