Servidores icon

Servidores

Provides example Model Context Protocol (MCP) servers for accessing real-time Bitcoin price, weather data, and basic system utilities.

About

Servidores is a collection of example Model Context Protocol (MCP) servers, built with FastMCP, designed for practical workshops. It showcases how to expose various functionalities as 'tools' accessible from MCP clients like Claude Desktop or Open WebUI. The repository includes servers for fetching the current Bitcoin price, querying real-time weather information for a specified city, and providing basic system utilities such as process and log management.

Key Features

  • Real-time Bitcoin price retrieval via BitcoinMCP
  • Live weather information lookup for any city via ClimaMCP
  • Basic system utility access (e.g., processes, logs) via RedMCP
  • Built with FastMCP for simplified MCP server development
  • Examples for integrating with MCP clients and testing with MCP Inspector
  • 0 GitHub stars

Use Cases

  • Learning and practicing Model Context Protocol server development
  • Integrating external real-time data (financial, weather) into LLM applications
  • Enabling AI agents with basic system interaction and monitoring capabilities