mcpbeat Sign in

Global Sentinel MCP Server

local only

Global Sentinel MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from pypi. Last commit 20 Apr 2026.

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

Installs per day peak 31 · avg 10 · -16% w/w
a month agotoday
71
Installs / week
pypi · global-sentinel-mcp
0
Stars
0 open issues
20 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Global Sentinel MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add global-sentinel-mcp -- uvx global-sentinel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "global-sentinel-mcp": {
      "args": [
        "global-sentinel-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.global-sentinel-mcp]
command = "uvx"
args = ["global-sentinel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "global-sentinel-mcp": {
      "args": [
        "global-sentinel-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "global-sentinel-mcp": {
      "args": [
        "global-sentinel-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OPENSKY_CLIENT_ID (OpenSky OAuth2 client id (preferred post-2025 migration).), OPENSKY_CLIENT_SECRET (OpenSky OAuth2 client secret.), OPENSKY_USERNAME (OpenSky Basic Auth username (legacy accounts).), OPENSKY_PASSWORD (OpenSky Basic Auth password (legacy accounts).), CLOUDFLARE_API_TOKEN (Cloudflare API token with Radar read permissions.), LOG_LEVEL (Python log level (DEBUG, INFO, WARNING, ERROR).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Global Sentinel MCP

same job, measured the same way
AI Crawler Policy
by lazymac2x

Cloudflare Workers MCP server: ai-crawler-policy

answering
AI Model Router
by lazymac2x

Cloudflare Workers MCP server: ai-model-router

3 tools answering
Cloudflare
by cloudflare-mcp

Cloudflare MCP servers

2 tools answering
AI Prompt Optimizer
by lazymac2x

Cloudflare Workers MCP server: ai-prompt-optimizer

5 tools answering
AI Gateway
by lazymac2x

Cloudflare Workers MCP server: ai-gateway

answering
AI Cost Optimizer
by lazymac2x

Cloudflare Workers MCP server: ai-cost-optimizer

5 tools answering
API Mock Server
by lazymac2x

Cloudflare Workers MCP server: api-mock-server

6 tools answering
AI Eval
by lazymac2x

Cloudflare Workers MCP server: ai-eval

3 tools answering

Global Sentinel MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Global Sentinel MCP?
Global Sentinel MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package global-sentinel-mcp was installed 71 times last week.
How do I connect Global Sentinel MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls global-sentinel-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Global Sentinel MCP?
The pypi package global-sentinel-mcp was installed 71 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Global Sentinel MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.