Back to Home
Theeshs icon

mcp-adaptors

Verified Safe

by Theeshs

Overview

This project integrates multiple MCP (Multi-tool Communication Protocol) servers, specifically for math operations and weather information retrieval, with LangChain agents to enable LLMs to use these tools for query resolution.

Installation

Run Command
python servers/weather_server.py

Environment Variables

  • OPENAI_API_KEY

Security Notes

The code uses `load_dotenv()` for environment variables, which is good practice for managing secrets like API keys. The `weather_server.py` operates over SSE (Server-Sent Events) via a network connection, which is a standard approach but would require proper network configuration and access control in a production environment. No 'eval' or other directly exploitable malicious patterns are evident. Hardcoded absolute paths for server scripts in client configurations (e.g., `/Users/theesh/Desktop/.../math_server.py`) could be a minor information disclosure risk or lead to setup issues.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens170
Stars0
Forks0
Last Update2025-12-06

Tags

LangChainMCPAI AgentsToolingPython