Back to Home
azzizulhakim810 icon

Basic_Mcp_Server

Verified Safe

by azzizulhakim810

Overview

A Model Context Protocol (MCP) server providing basic utilities like arithmetic, conversational prompts, and Google Calendar integration for AI agent consumption.

Installation

Run Command
npx my-mcp-server

Environment Variables

  • GOOGLE_PUBLIC_API_KEY
  • CALENDAR_ID

Security Notes

The server correctly uses environment variables (`process.env`) for sensitive information like the Google API Key and Calendar ID, preventing hardcoding. No 'eval' or obfuscation is present. The primary security consideration is the secure management of these environment variables in the deployment environment. The naming `GOOGLE_PUBLIC_API_KEY` for an authentication credential could be misleading, as such keys are typically sensitive and should not be publicly exposed.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-09

Tags

Model Context ProtocolToolsGoogle CalendarTypeScriptServer