Back to Home
Rayaannotfound icon

mcppractice

Verified Safe

by Rayaannotfound

Overview

This MCP server provides tools for an AI agent to fetch cryptocurrency news and prices, send emails, and create tasks in an external system.

Installation

Run Command
python email_mpc.py

Environment Variables

  • SMTP_HOST
  • SMTP_PORT
  • SMTP_USER
  • SMTP_PASS
  • SMTP_FROM
  • TASK_API_BASE
  • TASK_API_TOKEN
  • USER_INTRO

Security Notes

The code uses environment variables for all sensitive information (SMTP credentials, API tokens, API base URLs), which is a good security practice. It uses standard, secure libraries for network operations (requests with timeout, smtplib with SSL/TLS context). No 'eval' or other dynamic code execution is present. External API calls (CoinGecko, Google News RSS, custom task API) are made over HTTPS. The 'Trust Vox Tech' branding within the email footer and advice section, while part of the agent's personality, could be considered a minor social engineering aspect to be aware of in a real-world deployment.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens600
Stars0
Forks0
Last Update2025-11-20

Tags

emailcryptonewstask managementagent