Serversio.github.ykshah1309/global-sentinel-mcp
M

io.github.ykshah1309/global-sentinel-mcp

io.github.ykshah1309/global-sentinel-mcp · v0.1.1
▦ pypi
v0.1.1pypi pypi: global-sentinel-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ykshah1309/global-sentinel-mcp",
  "description": "Polymarket, GDELT, OpenSky, Cloudflare Radar unified as one MCP server.",
  "repository": {
    "url": "https://github.com/ykshah1309/global-sentinel-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}