# Shingou MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-shingou-sentiment
- Website: https://shingou.io/docs/agents?via=mcp

## Install
- Command: `npx -y @shingou-io/mcp-stdio`
- Endpoint: https://api.shingou.io/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: x-api-key (required; secret)
- Package: Npm @shingou-io/mcp-stdio v0.4.2
- Environment variable: SHINGOU_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.shingou.io/mcp
- Header: x-api-key

## Tools
- get_sentiment (Latest 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. Endpoint: https://api.shingou.io/mcp
- get_sentiment_history (Point-in-time 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. Endpoint: https://api.shingou.io/mcp
- get_events (Typed market 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. Endpoint: https://api.shingou.io/mcp
- get_symbols (Supported symbols) - The supported symbol universe with each symbol's free-plan freshness. Static — costs no quota and needs no API key. Endpoint: https://api.shingou.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.shingou
- Version: 0.3.2
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 2, 2026
- Source: https://registry.modelcontextprotocol.io
