← Back to Plugins
MCP Server MCP

io.github.ykshah1309/global-sentinel-mcp

github By github 👁 2 views ▲ 0 votes

Polymarket, GDELT, OpenSky, Cloudflare Radar unified as one MCP server.

Homepage Verified source GitHub

Install

uvx global-sentinel-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "global-sentinel-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenSky OAuth2 client id (preferred post-2025 migration).",
          "format": "string",
          "name": "OPENSKY_CLIENT_ID"
        },
        {
          "description": "OpenSky OAuth2 client secret.",
          "format": "string",
          "isSecret": true,
          "name": "OPENSKY_CLIENT_SECRET"
        },
        {
          "description": "OpenSky Basic Auth username (legacy accounts).",
          "format": "string",
          "name": "OPENSKY_USERNAME"
        },
        {
          "description": "OpenSky Basic Auth password (legacy accounts).",
          "format": "string",
          "isSecret": true,
          "name": "OPENSKY_PASSWORD"
        },
        {
          "description": "Cloudflare API token with Radar read permissions.",
          "format": "string",
          "isSecret": true,
          "name": "CLOUDFLARE_API_TOKEN"
        },
        {
          "description": "Python log level (DEBUG, INFO, WARNING, ERROR).",
          "format": "string",
          "default": "INFO",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...