# Token Intelligence Server

### Token Intelligence Server

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

**Tools:** 9 token analysis utilities

**Credits:** 1 per tool

Comprehensive token analysis including ERC20 token data, NFT information, balance tracking, and metadata retrieval across multiple blockchain networks.

#### Available Tools

**ERC20 Token Analysis**

**get\_balance** (1 credit)

* Get native token balance (ETH, MATIC, etc.)
* Parameters: `chain`, `address`
* Example: "What's the ETH balance of 0x...?"

**get\_erc20\_balance\_by\_token\_address** (1 credit)

* Get ERC20 token balance
* Parameters: `chain`, `address`, `tokenAddress`
* Example: "Show USDC balance for 0x..."

**get\_token\_info** (1 credit)

* Get comprehensive token information
* Parameters: `chain`, `address`
* Example: "Get info for token 0x..."

**get\_token\_balance\_erc20** (1 credit)

* Get ERC20 token balance
* Parameters: `chain`, `address`, `tokenAddress`
* Example: "Check DAI balance for wallet 0x..."

**NFT Analysis**

**get\_nft\_info** (1 credit)

* Get detailed NFT information
* Parameters: `chain`, `address`, `tokenId`
* Example: "Show NFT details for token #123"

**check\_nft\_ownership** (1 credit)

* Verify NFT ownership
* Parameters: `chain`, `address`, `tokenAddress`, `tokenId`
* Example: "Does 0x... own NFT #456?"

**get\_nft\_balance** (1 credit)

* Get total NFTs owned from a collection
* Parameters: `chain`, `address`, `tokenAddress`
* Example: "How many Bored Apes does 0x... own?"

**Multi-Token (ERC1155)**

**get\_erc1155\_token\_uri** (1 credit)

* Get metadata URI for ERC1155 token
* Parameters: `chain`, `address`, `tokenId`
* Example: "Get URI for ERC1155 token #789"

**get\_erc1155\_balance** (1 credit)

* Get ERC1155 token balance
* Parameters: `chain`, `address`, `tokenAddress`, `tokenId`
* Example: "Check ERC1155 balance for token #100"


---

# 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/token-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.
