# CoinDesk Bitcoin Price Index MCP

## Overview
- **Category:** finance-accounting
- **Price:** Free
- **Tags:** bitcoin, price-index, valuation, market-intelligence, currency-conversion

## Tools

### get_bitcoin_price_global
Get current Bitcoin price for globally recognized currencies (BPI)

### get_bitcoin_price_custom
g. BRL, JPY, CNY).

Get current Bitcoin price in a specific local currency

### get_coindesk_disclaimer
Get official CoinDesk terms and disclaimer

### get_latest_update_time
Get the exact UTC timestamp of the last Bitcoin trade analyzed

### get_bitcoin_price_eur
Get current Bitcoin price in EUR

### get_bitcoin_price_gbp
Get current Bitcoin price in GBP

### get_bitcoin_price_usd
Get current Bitcoin price in USD

### list_supported_currencies
List supported fiat currencies for Bitcoin tracking

## Prompt Examples

**Prompt:** 
```
What is the current Bitcoin price?
```

**Response:** 
```
Retrieving the latest Bitcoin Price Index... According to CoinDesk, Bitcoin is currently trading at $65,432.10 USD. I also have the rates in GBP and EUR if you're interested.
```

**Prompt:** 
```
Show me the Bitcoin price in British Pounds (GBP).
```

**Response:** 
```
Checking the BPI... Bitcoin is currently worth £51,200.45 GBP. Would you like to see the price in other currencies?
```

**Prompt:** 
```
List all currencies supported by the Bitcoin index.
```

**Response:** 
```
Retrieving the supported currency list... CoinDesk supports a wide range of currencies including AED, ARS, AUD, BRL, CAD, and many more. I can provide the full details if you'd like to see specific codes.
```

## Frequently Asked Questions

**Can I get the current price of Bitcoin in EUR?**
Yes! Use the `get_bitcoin_price_global` tool. The response will include the current rate for USD, GBP, and EUR as provided by the CoinDesk index.

**How often is the BPI updated?**
The Bitcoin Price Index (BPI) is updated every minute to reflect real-time market changes across global exchanges.

**Which currencies are supported by CoinDesk?**
CoinDesk supports dozens of global currencies. Use the `list_supported_currencies` tool to see the full list of ISO codes and names supported by the index.