# Market Intelligence Server

### Market Intelligence Server

**URL:** `https://backend.contextbridge.xyz/mcp/market-intelligence`

**Tools:** 17 comprehensive market tools

**Credits:** 1-5 per tool

Comprehensive cryptocurrency market data including trending analysis, global metrics, exchange information, and DeFi statistics.

#### Available Tools

**Core Market Data**

**fetch\_trending\_search** (1 credit)

* Fetches trending coins, NFTs, and categories
* No parameters required
* Example: "Show me trending cryptocurrencies"

**fetch\_global\_market** (1 credit)

* Fetches global cryptocurrency market data
* No parameters required
* Example: "What's the global crypto market cap?"

**fetch\_global\_defi** (1 credit)

* Fetches global DeFi statistics
* No parameters required
* Example: "Show me DeFi market overview"

**fetch\_coin\_data\_by\_contract** (2 credits)

* Get detailed coin information by contract address
* Parameters: `chainId`, `address`
* Example: "Get token info for 0x... on Ethereum"

**fetch\_coin\_data\_by\_symbol** (2 credits)

* Get detailed coin information by symbol
* Parameters: `symbol`
* Example: "Show me data for USDC token"

**fetch\_coin\_categories** (1 credit)

* Fetches cryptocurrency categories
* No parameters required
* Example: "List all crypto categories"

**Price & Chart Data**

**fetch\_token\_history** (2 credits)

* Fetches historical price data for a token
* Parameters: `coinId`, `days`, `interval`
* Example: "Show BTC price history for last 30 days"

**fetch\_token\_market\_chart** (2 credits)

* Fetches market chart data for rendering
* Parameters: `chainId`, `address`, `days`, `interval`, `vsCurrency`, `precision`
* Example: "Get price chart for USDT on Ethereum, last 7 days"

**fetch\_coin\_ohlc\_chart** (5 credits)

* Fetches OHLC (Open, High, Low, Close) chart data
* Parameters: `coinId`, `days`
* Example: "Show OHLC data for ETH last 14 days"

**Exchange Data**

**fetch\_exchanges** (1 credit)

* Lists all cryptocurrency exchanges
* No parameters required
* Example: "List all crypto exchanges"

**fetch\_exchange\_by\_id** (1 credit)

* Get detailed exchange information
* Parameters: `exchangeId`
* Example: "Show details for Binance exchange"

**fetch\_exchange\_rates** (1 credit)

* Fetches current exchange rates
* No parameters required
* Example: "What are current exchange rates?"

**fetch\_btc\_exchange\_rates** (1 credit)

* Fetches Bitcoin exchange rates
* No parameters required
* Example: "Show BTC exchange rates"

**fetch\_exchanges\_id\_map** (1 credit)

* Get exchange ID mapping
* No parameters required
* Example: "List exchange IDs"

**DeFi & Pools**

**fetch\_trending\_pools** (2 credits)

* Fetches trending liquidity pools
* No parameters required
* Example: "Show trending DeFi pools"

**fetch\_new\_pools** (2 credits)

* Fetches newly created pools
* No parameters required
* Example: "What are the newest liquidity pools?"

**Institutional Data**

**fetch\_public\_companies\_holdings** (1 credit)

* Fetches public company crypto holdings
* No parameters required
* Example: "Which companies hold Bitcoin?"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://contextbridge.gitbook.io/context-bridge/getting-started/market-intelligence-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
