Spaces:
Sleeping
Sleeping
File size: 697 Bytes
152dcaa d0946a9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
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
|