# KOL Analytics Server

### KOL Analytics Server

**URL:** `https://backend.contextbridge.xyz/mcp/kol-analytics`

**Tools:** 4 influencer tracking tools

**Credits:** 15-20 per tool

Key Opinion Leader analysis and tracking for monitoring crypto influencers, their predictions, and performance accuracy.

#### Available Tools

**fetch\_kol\_performance** (20 credits)

* Get KOL performance overview and metrics
* Parameters: `kolId`, `timeframe`
* Example: "Show performance for influencer @cryptowhale"

**fetch\_kol\_details** (15 credits)

* Get detailed KOL profile and history
* Parameters: `kolId`
* Example: "Get details for influencer @cryptoking"

**fetch\_smart\_stats** (15 credits)

* Get smart follower and engagement statistics
* Parameters: `kolId`
* Example: "Show engagement stats for @defi\_expert"

**fetch\_token\_mentions** (15 credits)

* Track token mentions by KOLs
* Parameters: `token`, `timeframe`
* Example: "Which KOLs mentioned Ethereum?"


---

# 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/kol-analytics-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.
