Back to Home
HectorHernandez1 icon

ClaudeMCP

Verified Safe

by HectorHernandez1

Overview

This collection of Model Context Protocol (MCP) servers empowers Claude AI with real-time access to stock market data, weather information, news articles, personal financial data from a PostgreSQL database, and Gmail management capabilities.

Installation

Run Command
python /absolute/path/to/ClaudeMCP/servers/<server_name>/<server_script>.py

Environment Variables

  • ALPHA_VANTAGE_API_KEY
  • OPENWEATHER_API_KEY
  • NEWS_API_KEY
  • DB_PORT
  • DB_NAME
  • DB_USER
  • DB_PASSWORD

Security Notes

The project demonstrates a strong focus on security, especially in the database and Gmail servers. The database server hardcodes 'localhost' for database connections, explicitly prevents SQL injection through parameterized queries, and blocks dangerous SQL keywords (INSERT, UPDATE, DELETE, etc.). The Gmail server uses Google OAuth 2.0, handles credentials and tokens securely with explicit warnings not to commit them, and includes a safety limit for email deletion. All API keys are loaded from environment variables, preventing hardcoded secrets. Error handling for API rate limits and invalid keys is robust across all servers.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

MCPAI ToolsReal-time DataFinancialProductivity