← Back to Plugins
MCP Server MCP

Shingou

MCP Registry publisher By MCP Registry publisher 👁 3 views ▲ 0 votes

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

Homepage Verified source

Install

npx -y @shingou-io/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.shingou.io/mcp",
      "headers": [
        {
          "description": "Shingou API key. A free key works: shingou.io/dashboard",
          "isRequired": true,
          "isSecret": true,
          "name": "x-api-key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@shingou-io/mcp-stdio",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Shingou API key. A free key works: shingou.io/dashboard",
          "isRequired": true,
          "isSecret": true,
          "name": "SHINGOU_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...