ENDPOINT 1
https://api.shingou.io/mcp
MCP server metadata
- Name
- shingou
- Version
- 0.3.2
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_sentimentLatest 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-onlyget_sentiment_historyPoint-in-time sentiment series for backtesting: `bucket` is the as-of time, no lookahead.
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.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.
shingou.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.