Analytics
santiment.net
Provides tools for crypto research and market analysis using on-chain, social, and development data.
ENDPOINT 1
https://api.santiment.net/mcp
MCP server metadata
- Name
- sanbase-metrics
- Version
- 1.0.0
Known tools 8
assets_by_metric_toolA powerful metrics-based project filtering and sorting tool that works with cryptocurrency assets based on their metrics and allows for ordered, paginated results.
Inferred read-onlycombined_trends_toolCombined trends tool that fetches trending words, stories, and documents in parallel.
Inferred read-onlyfetch_insights_toolFetch full text content for specific santiment crypto insights IDs
Inferred read-onlyfetch_metric_data_toolFetch metric timeseries for one metric and one or many slugs.
Inferred read-onlyinsight_discovery_toolList Santiment insights (analyst-written crypto articles) published in a lookback window.
Inferred read-onlymetrics_and_assets_discovery_toolCatalog lookup: which metrics and which crypto assets (slugs) Santiment supports, and whether a given metric exists for a given asset.
Inferred read-onlyshow_chartRender a Santiment chart with an asset's price (OHLC) plus an optional overlay metric in a second pane.
Inferred read-onlytrending_stories_toolFetch 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 rate-limit sub-cap.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sanbase-metrics]
url = "https://api.santiment.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sanbase-metrics": {
"type": "http",
"url": "https://api.santiment.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sanbase-metrics
Remote MCP URL: https://api.santiment.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sanbase-metrics": {
"url": "https://api.santiment.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sanbase-metrics": {
"type": "http",
"url": "https://api.santiment.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sanbase-metrics",
"transport": "streamable-http",
"url": "https://api.santiment.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.