Odel
global sentinel mcp

global sentinel mcp

Local
@ykshah1309PythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIglobal-sentinel-mcpv0.1.1

Run

uvx global-sentinel-mcp

MCP client config

{
  "mcpServers": {
    "global-sentinel-mcp": {
      "command": "uvx",
      "args": [
        "global-sentinel-mcp"
      ]
    }
  }
}