global-sentinel-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Python log level (DEBUG/INFO/WARNING/ERROR) | INFO |
| OPENSKY_PASSWORD | No | OpenSky Basic Auth password (legacy) | |
| OPENSKY_USERNAME | No | OpenSky Basic Auth username (legacy) | |
| OPENSKY_CLIENT_ID | No | OpenSky OAuth2 client id (preferred) | |
| CLOUDFLARE_API_TOKEN | No | Cloudflare API token with Radar read permissions | |
| OPENSKY_CLIENT_SECRET | No | OpenSky OAuth2 client secret (preferred) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_prediction_oddsA | Search Polymarket for crowd-sourced probability estimates. Use this tool when the user asks "what are the odds of X?" for any
macro-relevant event — Fed rate decisions, elections, geopolitical
outcomes, commodities. Returns up to Example: |
| get_prediction_event_by_idA | Fetch a single Polymarket event's implied probability by id or slug. Useful when you already have a Polymarket event identifier (from a prior search, a URL, or an external reference) and want the current odds without re-searching. |
| lookup_aircraft_stateA | Return the latest public ADS-B state vector for a registered aircraft. Accepts either an FAA N-Number (e.g. Returns position (lat/lon), barometric altitude (m), ground speed (m/s),
heading (°), on-ground flag, and last-contact timestamp. Requires
|
| convert_nnumberA | Convert between an FAA N-Number and its ICAO24 hex address. Input detection is automatic: a leading |
| get_global_eventsA | Fetch recent high-impact GDELT 2.0 events for a country. GDELT publishes a new global event export every 15 minutes. Events are
coded with a Goldstein scale from -10 (destabilizing) to +10 (stabilizing).
Pass a 3-letter GDELT country code (e.g. Results are sorted by Goldstein scale descending and capped at |
| check_network_anomaliesA | Check Cloudflare Radar for BGP and internet-outage anomalies. Input formats:
Requires |
| get_macro_alertA | Composite macro-inflection signal for a region. Runs three queries concurrently (GDELT events, BGP hijacks, outages) and
emits a single Score weighting: |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ykshah1309/global-sentinel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server