← Registry

Analytics

santiment.net

Provides tools for crypto research and market analysis using on-chain, social, and development data.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.santiment.net/mcp

No auth detected

MCP server metadata

Name
sanbase-metrics
Version
1.0.0
Capabilities
promptsresourcestools

Known 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.

Inferred read-only
combined_trends_tool

Combined trends tool that fetches trending words, stories, and documents in parallel.

Inferred read-only
fetch_insights_tool

Fetch full text content for specific santiment crypto insights IDs

Inferred read-only
fetch_metric_data_tool

Fetch metric timeseries for one metric and one or many slugs.

Inferred read-only
insight_discovery_tool

List Santiment insights (analyst-written crypto articles) published in a lookback window.

Inferred read-only
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.

Inferred read-only
show_chart

Render a Santiment chart with an asset's price (OHLC) plus an optional overlay metric in a second pane.

Inferred read-only
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 rate-limit sub-cap.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.