# Social Intelligence Server

### Social Intelligence Server

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

**Tools:** 9 social monitoring tools

**Credits:** 15-20 per tool

Social media sentiment analysis and trend tracking across multiple platforms (Twitter, Telegram, Reddit) for comprehensive social intelligence.

#### Available Tools

**get\_trending\_tokens\_on\_socials** (20 credits)

* Get trending tokens across social platforms
* Parameters: `platform`, `timeframe`
* Example: "What tokens are trending on Twitter?"

**get\_keyword\_mentions** (20 credits)

* Track keyword mentions across platforms
* Parameters: `keywords`, `platform`, `timeframe`
* Example: "Find mentions of 'bull market' on Twitter"

**get\_token\_news** (15 credits)

* Get news and discussions about specific tokens
* Parameters: `token`, `platform`
* Example: "Show news about Bitcoin"

**get\_trending\_cas\_twitter** (20 credits)

* Get trending contract addresses on Twitter
* Parameters: `timeframe`
* Example: "Trending contracts on Twitter today"

**get\_trending\_cas\_telegram** (20 credits)

* Get trending contract addresses on Telegram
* Parameters: `timeframe`
* Example: "Trending contracts on Telegram"

**get\_top\_mentions** (20 credits)

* Get top mentions for a ticker
* Parameters: `ticker`, `platform`, `timeframe`
* Example: "Top mentions of $ETH on Twitter"

**get\_top\_mentions\_v2** (20 credits)

* Advanced mention tracking with sentiment
* Parameters: `ticker`, `platform`, `timeframe`
* Example: "Detailed mentions of $BTC with sentiment"

**get\_mentions\_by\_keywords** (20 credits)

* Find mentions by specific keywords
* Parameters: `keywords`, `platform`
* Example: "Find 'altcoin season' mentions"

**get\_mentions** (15 credits)

* Get general social mentions
* Parameters: `platform`, `timeframe`
* Example: "Show recent crypto mentions"


---

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