Back to Home
annmalavet icon

MCP-SERVER

Verified Safe

by annmalavet

Overview

This server acts as a Model Context Protocol (MCP) tool provider, exposing functionalities like email search, appointment creation, and email sending for consumption by an MCP client or AI agent.

Installation

Run Command
npm run build && npm start

Environment Variables

  • PORT
  • RESEND_API_KEY
  • EMAIL_SEARCH_API_URL
  • APPOINTMENT_SERVICE_URL

Security Notes

The server correctly uses environment variables for API keys and external service URLs, preventing hardcoded secrets. Input validation is performed using Zod schemas for the registered tools. The use of `cors({ origin: true })` allows requests from any origin, which is common for public APIs but could be a concern if strict origin control is needed without relying on the MCP client's authentication/authorization layers. No 'eval' or obvious malicious patterns were found. The security of the external services (Resend, email search API, appointment service) is outside the scope of this code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-11-26

Tags

MCPAI ToolsAgentic WorkflowAPICommunication