io.github.gpavan1992/globalpulse-mcp
NPM · GLOBALPULSE-MCP-SERVER · SCANNED AUG 3
Real-world intelligence MCP — macroeconomics, climate, disasters, trade & aviation.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 84 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 1331 tokens (~121/item across 11 items; 11 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage68
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 4% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · globalpulse-mcp-server
claude mcp add gpavan1992-globalpulse-mcp -- npx -y globalpulse-mcp-server
codex mcp add gpavan1992-globalpulse-mcp -- npx -y globalpulse-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gpavan1992-globalpulse-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"globalpulse-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add gpavan1992-globalpulse-mcp --command npx --arg -y --arg globalpulse-mcp-server
mcp_servers:
gpavan1992-globalpulse-mcp:
command: "npx"
args: ["-y", "globalpulse-mcp-server"] {
"mcpServers": {
"gpavan1992-globalpulse-mcp": {
"command": "npx",
"args": [
"-y",
"globalpulse-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +29
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 41
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 122 packages
122 packages in the resolved dependency tree · 122 deprecated · 35 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
globalpulse_aviation_get_flights_by_country OpenSky — Live Flights by Country ~69
All live airborne flights from a specific country. Args: country (e.g. "India", "Germany", "United States"), limit, response_format
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | — |
| limit | integer | — | — |
| response_format | string | — | — |
No output schema declared.
No examples provided.
globalpulse_aviation_get_live_flights OpenSky — Live Flights in Region ~170
Live ADS-B flight tracking for any geographic bounding box. Real-time position, altitude, speed, heading. Args: min_latitude, max_latitude, min_longitude, max_longitude, limit, on_ground_only, response_format India box: min_lat=8, max_lat=37, min_lon=68, max_lon=97.5 | Europe: min_lat=36, max_lat=71, min_lon=-10, max_lon=25
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| max_latitude | number | yes | — |
| max_longitude | number | yes | — |
| min_latitude | number | yes | — |
| min_longitude | number | yes | — |
| on_ground_only | boolean | — | — |
| response_format | string | — | — |
No output schema declared.
No examples provided.
globalpulse_countries_get_by_region REST Countries — Countries by Region ~115
List all countries in a region with population, area, capital, currencies. Regions: "Africa", "Americas", "Asia", "Europe", "Oceania". Subregions: "South Asia", "Southeast Asia", "Eastern Europe", etc. Args: region, sort_by ("population","area","name"), limit, response_format
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| region | string | yes | — |
| response_format | string | — | — |
| sort_by | string | — | — |
No output schema declared.
No examples provided.
globalpulse_countries_get_profile REST Countries — Country Profile ~85
Full country profile: capital, region, population, area, currencies, languages, timezones, borders. No API key, no rate limit. Args: country (name, ISO alpha-2 e.g. "IN", or alpha-3 e.g. "IND"), response_format
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | — |
| response_format | string | — | — |
No output schema declared.
No examples provided.
globalpulse_disasters_get_active GDACS — Active Global Disasters ~122
Live disaster alerts from the UN GDACS system. Earthquakes, cyclones, floods, volcanoes, droughts, wildfires. Alert levels: Green (watch), Orange (warning), Red (severe). Args: event_type ("all","EQ","TC","FL","VO","DR","WF"), alert_level ("all","Green","Orange","Red"), limit, response_format
| Name | Type | Req | Description |
|---|---|---|---|
| alert_level | string | — | — |
| event_type | string | — | — |
| limit | integer | — | — |
| response_format | string | — | — |
No output schema declared.
No examples provided.
globalpulse_disasters_get_by_country GDACS — Disaster History by Country ~76
Disaster history for a specific country from UN GDACS. Args: country (e.g. "India", "Philippines"), event_type, limit, response_format
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | — |
| event_type | string | — | — |
| limit | integer | — | — |
| response_format | string | — | — |
No output schema declared.
No examples provided.
globalpulse_trade_get_bilateral_flows UN Comtrade — Bilateral Trade Flows ~169
Bilateral trade data from UN Comtrade. Imports, exports by country pair and HS commodity code. Common HS codes: TOTAL (all), "27" (oil/fuel), "84" (machinery), "85" (electronics), "87" (vehicles), "30" (pharma), "10" (cereals). Args: reporter, partner (default "world"), year (2000-2023), flow ("all","X","M"), commodity_code, limit, response_format
| Name | Type | Req | Description |
|---|---|---|---|
| commodity_code | string | — | — |
| flow | string | — | — |
| limit | integer | — | — |
| partner | string | — | — |
| reporter | string | yes | — |
| response_format | string | — | — |
| year | integer | — | — |
No output schema declared.
No examples provided.
globalpulse_weather_get_forecast Open-Meteo — 7-Day Weather Forecast ~125
7-day daily weather forecast for any location. No API key, no rate limit. Args: latitude, longitude, timezone (IANA e.g. "Asia/Kolkata"), response_format Examples: Mumbai → lat=19.076, lon=72.877, tz="Asia/Kolkata" | London → lat=51.507, lon=-0.127, tz="Europe/London"
| Name | Type | Req | Description |
|---|---|---|---|
| latitude | number | yes | — |
| longitude | number | yes | — |
| response_format | string | — | — |
| timezone | string | — | — |
No output schema declared.
No examples provided.
globalpulse_weather_get_historical Open-Meteo — Historical Climate (ERA5, back to 1940) ~105
Historical daily climate data for any location, back to 1940 using ERA5 reanalysis. No API key. Args: latitude, longitude, start_date (YYYY-MM-DD), end_date (YYYY-MM-DD), timezone, response_format
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | yes | — |
| latitude | number | yes | — |
| longitude | number | yes | — |
| response_format | string | — | — |
| start_date | string | yes | — |
| timezone | string | — | — |
No output schema declared.
No examples provided.
globalpulse_worldbank_get_indicator World Bank — Get Country Indicator ~250
Fetch World Bank macroeconomic indicator data for any country. Covers GDP, inflation, unemployment, trade, debt, population, poverty. 10,000+ indicators from 1960–present. Common codes: NY.GDP.MKTP.CD (GDP), FP.CPI.TOTL.ZG (inflation), SL.UEM.TOTL.ZS (unemployment), SP.POP.TOTL (population), NE.TRD.GNFS.ZS (trade % GDP). Args: - country_code: ISO alpha-2 or alpha-3 (e.g. "IN", "US", "BRA") - indicator: World Bank indicator code - start_year: Start year (default 2000) - end_year: End year (default current year) - response_format: "markdown" or "json"
| Name | Type | Req | Description |
|---|---|---|---|
| country_code | string | yes | ISO code e.g. "IN", "US" |
| end_year | integer | — | — |
| indicator | string | yes | World Bank indicator code e.g. "NY.GDP.MKTP.CD" |
| response_format | string | — | — |
| start_year | integer | — | — |
No output schema declared.
No examples provided.
globalpulse_worldbank_list_indicators World Bank — List Common Indicators ~45
List the most commonly used World Bank indicator codes. Use this to discover codes before calling globalpulse_worldbank_get_indicator.
| Name | Type | Req | Description |
|---|---|---|---|
| response_format | string | — | — |
No output schema declared.
No examples provided.