# io.github.gpavan1992/globalpulse-mcp (npm · globalpulse-mcp-server)

Real-world intelligence MCP — macroeconomics, climate, disasters, trade & aviation.

- Trust score: 61/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `globalpulse-mcp-server`: 61/100 (this document), [markdown](https://verifymcp.io/servers/gpavan1992-globalpulse-mcp/globalpulse-mcp-server.md), [page](https://verifymcp.io/servers/gpavan1992-globalpulse-mcp/globalpulse-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `globalpulse-mcp-server`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (122 of 124), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 84 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 68/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 4% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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.

## Install

### Claude

```bash
claude mcp add gpavan1992-globalpulse-mcp -- npx -y globalpulse-mcp-server
```

### Codex

```bash
codex mcp add gpavan1992-globalpulse-mcp -- npx -y globalpulse-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gpavan1992-globalpulse-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "globalpulse-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add gpavan1992-globalpulse-mcp --command npx --arg -y --arg globalpulse-mcp-server
```

### Hermes

```yaml
mcp_servers:
  gpavan1992-globalpulse-mcp:
    command: "npx"
    args: ["-y", "globalpulse-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "gpavan1992-globalpulse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "globalpulse-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 61, +29)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-02 (score 32, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 17, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 41)

First indexed and scored.

## MCP tools (11)

### `globalpulse_worldbank_get_indicator` (~250 tokens)

World Bank — Get Country Indicator

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"

Input parameters:

- `country_code` (string, required): ISO code e.g. "IN", "US"
- `end_year` (integer)
- `indicator` (string, required): World Bank indicator code e.g. "NY.GDP.MKTP.CD"
- `response_format` (string)
- `start_year` (integer)

### `globalpulse_worldbank_list_indicators` (~45 tokens)

World Bank — List Common Indicators

List the most commonly used World Bank indicator codes. Use this to discover codes before calling globalpulse_worldbank_get_indicator.

Input parameters:

- `response_format` (string)

### `globalpulse_weather_get_forecast` (~125 tokens)

Open-Meteo — 7-Day Weather Forecast

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"

Input parameters:

- `latitude` (number, required)
- `longitude` (number, required)
- `response_format` (string)
- `timezone` (string)

### `globalpulse_weather_get_historical` (~105 tokens)

Open-Meteo — Historical Climate (ERA5, back to 1940)

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

Input parameters:

- `end_date` (string, required)
- `latitude` (number, required)
- `longitude` (number, required)
- `response_format` (string)
- `start_date` (string, required)
- `timezone` (string)

### `globalpulse_disasters_get_active` (~122 tokens)

GDACS — Active Global Disasters

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

Input parameters:

- `alert_level` (string)
- `event_type` (string)
- `limit` (integer)
- `response_format` (string)

### `globalpulse_disasters_get_by_country` (~76 tokens)

GDACS — Disaster History by Country

Disaster history for a specific country from UN GDACS.
Args: country (e.g. "India", "Philippines"), event_type, limit, response_format

Input parameters:

- `country` (string, required)
- `event_type` (string)
- `limit` (integer)
- `response_format` (string)

### `globalpulse_aviation_get_live_flights` (~170 tokens)

OpenSky — Live Flights in Region

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

Input parameters:

- `limit` (integer)
- `max_latitude` (number, required)
- `max_longitude` (number, required)
- `min_latitude` (number, required)
- `min_longitude` (number, required)
- `on_ground_only` (boolean)
- `response_format` (string)

### `globalpulse_aviation_get_flights_by_country` (~69 tokens)

OpenSky — Live Flights by Country

All live airborne flights from a specific country. Args: country (e.g. "India", "Germany", "United States"), limit, response_format

Input parameters:

- `country` (string, required)
- `limit` (integer)
- `response_format` (string)

### `globalpulse_trade_get_bilateral_flows` (~169 tokens)

UN Comtrade — Bilateral Trade Flows

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

Input parameters:

- `commodity_code` (string)
- `flow` (string)
- `limit` (integer)
- `partner` (string)
- `reporter` (string, required)
- `response_format` (string)
- `year` (integer)

### `globalpulse_countries_get_profile` (~85 tokens)

REST Countries — Country Profile

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

Input parameters:

- `country` (string, required)
- `response_format` (string)

### `globalpulse_countries_get_by_region` (~115 tokens)

REST Countries — Countries by Region

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

Input parameters:

- `limit` (integer)
- `region` (string, required)
- `response_format` (string)
- `sort_by` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/gpavan1992-globalpulse-mcp/globalpulse-mcp-server#diagnostics

## Score history

- 2026-08-03: 61
- 2026-08-02: 32
- 2026-08-01: 17
- 2026-07-31: 17
- 2026-07-30: 41
- 2026-07-28: 41
- 2026-07-27: 41

## Links

- npm package: https://www.npmjs.com/package/globalpulse-mcp-server
- Socket report: https://socket.dev/npm/package/globalpulse-mcp-server
- Repository: https://github.com/gpavan1992/Globalpulse-MCP
- Changelog RSS feed: https://verifymcp.io/servers/gpavan1992-globalpulse-mcp/globalpulse-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/gpavan1992-globalpulse-mcp/globalpulse-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/gpavan1992-globalpulse-mcp/globalpulse-mcp-server
