mcp-server-earthquake
Verified Safeby BarrosEdu
Overview
Provides an AI-powered server for analyzing earthquake data and seismic risk using a multi-agent system and external APIs.
Installation
python src/mcp_server_news.pyEnvironment Variables
- AGENTOPS_API_KEY
- OPENAI_API_KEY
- API_KEY
- PORT
Security Notes
Relies on environment variables for sensitive API keys (OpenAI, AgentOps, custom earthquake API), which is good practice. No 'eval' or malicious obfuscation found. Network calls are made to specified external APIs (earthquake data, OpenAI, AgentOps) and a local sub-MCP server, introducing typical network dependency risks. The nested execution of `mcp/earthquake_mcp_server.py` is controlled and not arbitrary code execution.
Similar Servers
pipelex-mcp
Enables AI agents to build and execute Pipelex pipelines from natural language descriptions via the Model Context Protocol (MCP).
donetick-mcp-server
This project appears to be a server application, possibly related to the Minecraft Protocol (MCP), providing a backend service.
MCP_Server
A custom server implementation designed to interact with the Minecraft protocol, likely for hosting or developing custom game logic and player experiences.
mcp-python-server
Provides a server implementation using Python, likely for a specific protocol or game environment (e.g., Minecraft Coder Pack) based on the 'MCP' naming convention.