PythonServerMcp

PythonServerMcp

0

The Python Server MCP is a project focused on providing real-time cryptocurrency price information through an MCP server. It integrates with the CoinMarketCap API and supports various environments and Docker deployment.

Python Server MCP - Cryptocurrency Price Service

This project implements an MCP (Model Context Protocol) server to provide cryptocurrency price information. Built with Python, it uses the MCP framework for API creation and real-time data retrieval.

Features

  • Real-time cryptocurrency price retrieval
  • Environment-based configuration
  • CoinMarketCap API integration
  • Docker container deployment

Requirements

  • Python 3.12+
  • uv package manager
  • Docker

Configuration

Create a .env file with ENVIRONMENT and COINMARKETCAP_API_KEY variables.

Usage

Run the server locally or via Docker for real-time price updates.