Santiment
io.github.santiment/santiment-mcpCrypto market intelligence: social sentiment, on-chain, trending narratives & analyst insights.
Tools · 8
A powerful metrics-based project filtering and sorting tool that works with cryptocurrency assets based on their metrics and allows for ordered, paginated results. The tool allows for filtering asset…
Combined trends tool that fetches trending words, stories, and documents in parallel. This tool provides a unified view of all trending data - words with their documents and stories - in a single res…
Fetch full text content for specific santiment crypto insights IDs
Fetch metric timeseries for one metric and one or many slugs. Defaults: last 30 days (time_period="30d"), interval="1d". Use this when the assets are already known and the values over time matter. F…
List Santiment insights (analyst-written crypto articles) published in a lookback window. Returns metadata only — id, title, tags, author, link, published_at, prediction — never the article body. ## …
Catalog lookup: which metrics and which crypto assets (slugs) Santiment supports, and whether a given metric exists for a given asset. Returns names and metadata only — it never returns metric values …
Render a Santiment chart with an asset's price (OHLC) plus an optional overlay metric in a second pane. The widget that consumes this tool is built on the Santiment chart library (lightweight-charts u…
Fetch current trending crypto stories with sentiment analysis ## When to use vs `combined_trends_tool` Prefer this tool when only stories are needed: it is the cheap, fast path and has no per-tool r…
Prompts · 3
Create content with live market data. Built for KOLs and analysts, this prompt fetches on-chain activity, exchange flows, social data, and price context for a given asset, then frames it as a narrati…
Find a trade idea. Built for retail traders, this prompt checks whether a token's move is backed by real activity or just social noise by combining social, whale, exchange flow, and price signals int…
Validate a trade idea. Built for expert traders, this prompt uses on-chain divergence, exchange flows, derivatives data, and sentiment to confirm or kill a market thesis with hard data.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"santiment": {
"url": "https://api.santiment.net/mcp",
"transport": "streamable-http"
}
}
}