mcpbeat

Shingou MCP Server

io.shingou/sentiment
answering

Shingou is answering right now. Last checked 13 min ago. 368 installs a week from npm. It exposes 4 tools.

Hourly crypto news sentiment and typed market events, with sources on every signal.

Installs per day peak 368 · avg 12
a month agotoday
Uptime history 39 hours of history · worst hour 0%
39 hours agonow
3.3%
Uptime 24h
3 of 91 checks
4
Tools
read from the server
525 ms
Response time
average over 24h
368
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add sentiment --transport http https://api.shingou.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentiment": {
      "url": "https://api.shingou.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sentiment]
url = "https://api.shingou.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "sentiment": {
      "url": "https://api.shingou.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sentiment": {
      "url": "https://api.shingou.io/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

sentiment
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). On the free plan, symbols outside BTC-USD/ETH-USD/SOL-USD are 24h delayed: check `timestamp` and disclose staleness.
get_sentiment_history
Point-in-time sentiment series for backtesting: `bucket` is the as-of time, no lookahead. `from`/`to` are clamped to your plan's history window and to its per-request span, then echoed back — check them rather than assuming. `reconstructed: true` buckets were rebuilt from archival news, not live-collected; disclose the mix in any backtest.
events
get_events
Recent classified market events for a symbol. Kill-switch trio: hack_exploit, regulation, delisting — the reference integrations stand aside for 24h after one. Report the event headline and source link, not just a risk flag.
symbols
get_symbols
The supported symbol universe with each symbol's free-plan freshness. Static — costs no quota and needs no API key.

Endpoints

URLTransportStateLatencyChecked
https://api.shingou.io/mcp streamable-http answering 391 ms 13 min ago

Shingou — questions

Answers built from our own checks of this server.

What can Shingou do?
It exposes 4 tools, read directly from the server on our last check. Among them: get_events, get_sentiment, get_sentiment_history, get_symbols. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Shingou working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 3 of 91 checks got a reply (3.3%), average response time 525 ms. The bar chart above shows every period we have measured.
How do I connect Shingou?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Shingou need an API key?
No. Shingou completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Shingou?
It answers our handshake in 525 ms on average, which is faster than 21% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Shingou?
The npm package @shingou-io/mcp-stdio was installed 368 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.