mcp-gradio / README.md
Pouyae's picture
chore: Update documentation
d0946a9
---
title: Mcp Gradio
emoji: 😻
colorFrom: yellow
colorTo: green
sdk: gradio
sdk_version: 5.30.0
app_file: app.py
pinned: false
license: apache-2.0
short_description: MCP server + Gradio UI
---
# Coin Price Checker (CoinGecko) with Gradio + MCP
This is a simple Gradio app that fetches and displays the current USD price of selected cryptocurrencies using the CoinGecko API.
## Features
- Select a cryptocurrency from a dropdown list (Bitcoin, Ethereum, Solana, Dogecoin).
- Get real-time price data in USD.
- Demonstrates integration of Gradio with the Model Context Protocol (MCP) server.
## How to Run
- Make sure you have `gradio[mcp]` and `requests` installed.
```bash
python app.py