Back to Home
sundar-nallalagappan icon

FastMCP_Samples

Verified Safe

by sundar-nallalagappan

Overview

Orchestrating multi-protocol communication protocol (MCP) tool servers with various LLM agent frameworks for diverse task execution.

Installation

Run Command
python weatherserver.py

Environment Variables

  • GROQ_API_KEY
  • OPENAI_API_KEY

Security Notes

The code uses environment variables for API keys (e.g., GROQ_API_KEY, OPENAI_API_KEY), which is good practice. No 'eval' or obvious malicious patterns were found. The 'weatherserver.py' runs an HTTP server on localhost, which is typical for local development/testing and not inherently insecure when confined to localhost. 'mathserver.py' uses stdio transport, which is generally secure. Observability fixes in ADK clients indicate attention to robustness.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2026-01-19

Tags

MCPLLM AgentsTool UseLangChainGoogle ADK