Back to Home
VaishnaviSh14 icon

MCP-AGENT

Verified Safe

by VaishnaviSh14

Overview

Develop, automate, and integrate AI agents by connecting them to external tools and Model Context Protocol (MCP) servers for multi-step workflows and task completion.

Installation

Run Command
mcp run server/weather.py

Environment Variables

  • GROQ_API_KEY

Security Notes

The project uses `os.getenv` for API keys, which is good practice. External API calls to `api.weather.gov` via `httpx` include timeouts and explicit user agents. No `eval` or direct `os.system` calls from user input were found. The `weather.json` configuration contains hardcoded absolute paths to an executable, which is a portability concern and could be a security risk if the executable's integrity or source path were compromised, but is not an immediate vulnerability within the Python code itself.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-25

Tags

AI AgentsMCP ProtocolWorkflow AutomationPythonTool Use