← Registry

Analytics

shingou.io

Provides sentiment signals and market events for financial symbols.

1 endpoint4 known toolsFirst detected July 29, 2026Last detected August 6, 2026

ENDPOINT 1

https://api.shingou.io/mcp

No auth detected

MCP server metadata

Name
shingou
Version
0.3.2
Capabilities
tools.listChanged
Server instructions

Shingou publishes one news-sentiment signal per crypto asset per hour (score in [-1,1], confidence in [0,1], direction, dominant event types, source articles). Honest uses: filtering entries, sizing by confidence, standing aside on kill-switch events (hack_exploit / regulation / delisting) — never an entry generator, never trade advice. On the free plan, symbols outside BTC-USD/ETH-USD/SOL-USD are served 24h delayed: always compare response timestamps to the current time and disclose staleness instead of presenting delayed data as current.

Known tools 4

get_sentiment

Latest news-sentiment signal per symbol (batch up to 50 in one call — one signal per asset per hour, so never poll faster than hourly).

Inferred read-only
get_sentiment_history

Point-in-time sentiment series for backtesting: `bucket` is the as-of time, no lookahead.

Inferred read-only
get_events

Recent classified market events for a symbol.

Inferred read-only
get_symbols

The supported symbol universe with each symbol's free-plan freshness.

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.shingou]
url = "https://api.shingou.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shingou": {
      "type": "http",
      "url": "https://api.shingou.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: shingou
Remote MCP URL: https://api.shingou.io/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": {
    "shingou": {
      "url": "https://api.shingou.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shingou": {
      "type": "http",
      "url": "https://api.shingou.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shingou",
  "transport": "streamable-http",
  "url": "https://api.shingou.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for shingou.io was fetched 2026-08-03T21:19:14.172Z.

Trust status Neutral

shingou.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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