Back to Home
rishit2264 icon

mcp-servers

Verified Safe

by rishit2264

Overview

This project demonstrates setting up and interacting with multiple MCP servers (Multi-Compute Protocol) using a client and a ReAct agent powered by an LLM for tool orchestration.

Installation

Run Command
python weather.py

Environment Variables

  • GROQ_API_KEY

Security Notes

The code loads API keys from environment variables, which is a good practice. Servers run locally by default (127.0.0.1) using HTTP, which is generally safe for local execution. No 'eval', obfuscation, or hardcoded secrets were found. The primary security considerations would stem from how the underlying 'mcp' library handles tool execution and if the HTTP server is exposed to external networks without proper security.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-19

Tags

LLMAgentMCPTool UseMulti-server