INDIVIDUAL MCP TOOL
insight_discovery_tool
List Santiment insights (analyst-written crypto articles) published in a lookback window.
LIVE ENDPOINT
https://api.santiment.net/mcp
Connect to this endpoint to inspect the live schema for insight_discovery_tool and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.combined_trends_tool— Combined trends tool that fetches trending words, stories, and documents in parallel.fetch_insights_tool— Fetch full text content for specific santiment crypto insights IDsfetch_metric_data_tool— Fetch metric timeseries for one metric and one or many slugs.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.show_chart— Render a Santiment chart with an asset's price (OHLC) plus an optional overlay metric in a second pane.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.