Back to Home
rishitha-max icon

MCP-Servers-with-Tools

Verified Safe

by rishitha-max

Overview

Integrates external APIs (National Weather Service, Rick and Morty GraphQL) into an MCP-compatible server to expose them as tools for AI agents and interactive clients.

Installation

Run Command
uv run mcpserver/server.py

Environment Variables

  • GROQ_API_KEY

Security Notes

The server uses `httpx` for external API requests, which are wrapped with `try...except` blocks and `response.raise_for_status()` for basic error handling. Sensitive API keys like `GROQ_API_KEY` are correctly sourced from environment variables. No 'eval' or obvious obfuscation. External API calls inherently carry risk, but the implementation adheres to good practices.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-12-15

Tags

MCPAPI IntegrationWeatherGraphQLAI AgentChatbot