# Brave New Coin MCP MCP

> Brave New Coin connects your AI agent directly to institutional-grade crypto data. You can run complex market analysis—getting real-time prices, detailed historical charts, and advanced metrics like VWAP—all through natural conversation.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Tags:** cryptocurrency, market-data, real-time-pricing, asset-discovery, financial-indices, trading-data

## Description

Want to analyze a cryptocurrency without leaving your chat client? This MCP lets you talk to the global market. Instead of jumping between dozens of price websites or manually compiling data into spreadsheets, your agent handles it all. You can check the latest Global Weighted Average prices for major coins and fetch detailed OHLCV charts for backtesting. Need to know what assets are available? List them first. Want to see where a coin is actively traded? We've got that too. It’s basically an entire financial data terminal, wrapped up in one conversation. Getting connected through Vinkius means you route this power from any MCP-compatible client, making your crypto research instant and conversational.

## Tools

### get_asset
Retrieves detailed information about a single specified digital asset.

### get_gwa
Fetches the global weighted average price details for cryptocurrencies.

### get_market
Gets specific operational and trading details about a particular market or exchange pair.

### get_ohlcv
Pulls the historical Open, High, Low, Close, Volume data for time-series analysis.

### get_ticker
Retrieves the most current Global Weighted Average price and ticker information.

### get_vwap
Calculates and retrieves the Volume Weighted Average Price for a given asset/market.

### list_assets
Provides a comprehensive list of all digital assets supported by this MCP.

### list_markets
Lists every exchange and trading pair where an asset is actively available for trade.

## Prompt Examples

**Prompt:** 
```
Get the latest ticker price for BTC.
```

**Response:** 
```
The latest Global Weighted Average price for Bitcoin (BTC) is $64,230.15 USD.
```

**Prompt:** 
```
List the markets where Ethereum (ETH) is traded.
```

**Response:** 
```
I've retrieved the markets for ETH. Top exchanges include Binance (ETH/USDT), Coinbase (ETH/USD), and Kraken (ETH/USD).
```

**Prompt:** 
```
Get historical OHLCV data for the Binance BTC/USDT market.
```

**Response:** 
```
Retrieving data... The last closed candle shows Open: $64,000, High: $64,500, Low: $63,800, Close: $64,200, Volume: 1500 BTC.
```

## Capabilities

### Track Current Asset Values
Get the latest Global Weighted Average prices and 24-hour trading volumes for any major digital asset.

### Analyze Historical Trends
Fetch Open, High, Low, Close, Volume data to run technical analyses or backtests on specific time periods.

### Determine Market Liquidity
List all supported digital assets and determine which exchanges trade them, helping you gauge liquidity.

### Calculate Advanced Metrics
Access complex financial indicators like Volume Weighted Average Price (VWAP) to refine your valuation models.

### Get Specific Asset Details
Retrieve detailed information about a single digital asset, giving you context beyond just the price.

## Use Cases

### A quant needs to validate a trading thesis on Bitcoin.
The analyst asks the agent for historical OHLCV data and then requests VWAP calculations. The MCP uses get_ohlcv and get_vwap, giving the full time-series context needed to confirm if their model holds up across different market cycles.

### A trader needs to check cross-exchange liquidity for a new altcoin.
The agent first uses list_markets to see all available exchanges. The user then asks for get_market details on the top three, determining which platforms offer the deepest and most reliable trading pairs.

### A researcher is building a report on market coverage.
The researcher starts by calling list_assets to gather all identifiers. Then they use get_asset for key coins and check get_gwa data to provide the most current, authoritative price point in their final summary.

### A portfolio manager needs a quick status update on multiple holdings.
They ask the agent for get_ticker data for five different assets. The MCP retrieves all five latest Global Weighted Average prices in one response, allowing them to immediately compare performance.

## Benefits

- Get instant price checks: Instead of opening a dozen tabs, ask for the latest Global Weighted Average price using get_ticker and see it immediately.
- Backtest strategies easily: Run historical simulations by calling get_ohlcv. You can plug in time ranges and get structured data without leaving your chat window.
- Assess market depth: Use list_markets to find out every exchange where a coin trades, giving you immediate insight into liquidity risk.
- Refine valuation models: Don't rely just on simple averages. Get the precise Volume Weighted Average Price (VWAP) using get_vwap for better accuracy.
- Understand the scope: Use list_assets to quickly inventory every supported crypto asset before starting your research, ensuring you don't miss anything.

## How It Works

The bottom line is, you ask a question about crypto, and it gives you the numbers.

1. Subscribe to this MCP and enter your Brave New Coin RapidAPI Key.
2. Ask your agent for specific market data, like historical prices or VWAP calculations.
3. The agent uses the tools to pull the raw financial data directly into your conversation.

## Frequently Asked Questions

**How do I get real-time pricing using get_ticker?**
get_ticker provides the latest Global Weighted Average price immediately. This is your go-to tool when you just need the current market value of an asset.

**Can I run backtests with get_ohlcv?**
Yes, absolutely. get_ohlcv retrieves structured Open, High, Low, Close, and Volume data for specific time ranges, making it perfect for running technical analysis on past performance.

**What is the difference between list_assets and getting asset details?**
list_assets gives you a raw inventory—it just tells you what coins are supported. get_asset takes one of those IDs and provides deep, specific context about that single coin.

**I need VWAP data; should I use get_vwap?**
Yes, using get_vwap is the right call. It calculates the Volume Weighted Average Price, which is a much more accurate metric than just looking at simple daily averages.

**How do I check what assets are available for trade?**
You should use list_markets first to see all exchanges that support an asset. Then you can get_asset or get_market to drill down on the details of those specific listings.

**When I use get_gwa, what data components make up the Global Weighted Average?**
The GWA calculation breaks down its inputs. It shows you how volume and price individually weight the final metric. This gives context beyond just the final number.

**Does get_market show all trading pairs, or only the primary ones?**
It lists specific, active trading pairs for that market. You won't see every possible pair; it focuses on where assets are currently traded and monitored.

**If I run list_assets, how do I pass those results to get_asset?**
You must use the unique identifier returned by `list_assets`. This ID acts as a parameter for `get_asset`, allowing you to pull specific details on any supported asset.

**How do I get the current price of Bitcoin?**
Simply ask the agent to `get_ticker` and provide the coin symbol 'BTC'. It will retrieve the latest Global Weighted Average (GWA) price.

**Can I retrieve historical price data for backtesting?**
Yes! Use the `get_ohlcv` tool with the specific Market ID or Index ID. Your agent will fetch the Open, High, Low, Close, and Volume data series.

**What does GWA mean?**
GWA stands for Global Weighted Average. It's a calculated price point by Brave New Coin that aggregates pricing data across multiple reliable exchanges to provide a true market value.