← shingou.io

INDIVIDUAL MCP TOOL

get_sentiment_history

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

shingou.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://api.shingou.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_sentiment_history 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

shingou.io

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.

Related tools

  • 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).
  • get_events — Recent classified market events for a symbol.
  • get_symbols — The supported symbol universe with each symbol's free-plan freshness.