Back to Home
hoyeoy icon

my-mcp-server

Verified Safe

by hoyeoy

Overview

A backend API server providing 'tools' for key-value storage, email sending via multiple providers, and Google Sheets data retrieval, likely for integration with AI agents or other applications.

Installation

Run Command
No command provided

Environment Variables

  • RESEND_API_KEY
  • GMAIL_USER
  • GMAIL_PASS
  • GOOGLE_SERVICE_ACCOUNT_JSON

Security Notes

Broad CORS ('Access-Control-Allow-Origin: *') is enabled on all Node.js API endpoints, which allows requests from any origin. While common for public APIs or development, it generally reduces security if not specifically needed. The 'tool_calls' mechanism in 'api/mcp.js' is implemented safely by checking specific tool names, but dynamic function dispatch patterns should always be carefully reviewed. All secrets are correctly handled via environment variables.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-25

Tags

API GatewayServerlessAI ToolsData StorageEmail Service