Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Santiment

io.github.santiment/santiment-mcp

Crypto market intelligence: social sentiment, on-chain, trending narratives & analyst insights.

Uptime
100.0%
1 direct probes · 30d
Response
243ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
3
available

Tools · 8

assets_by_metric_tool

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

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_insights_tool

Fetch full text content for specific santiment crypto insights IDs

fetch_metric_data_tool

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…

insight_discovery_tool

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. ## …

metrics_and_assets_discovery_tool

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 …

show_chart

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…

trending_stories_tool

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

market_analysis

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…

market_pulse_check

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…

market_thesis_validation

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "santiment": {
      "url": "https://api.santiment.net/mcp",
      "transport": "streamable-http"
    }
  }
}