{
  "markdown": "# 🌐 Globalpulse-MCP\n\n[![MCP Registry](https://img.shields.io/badge/MCP_Registry-active-brightgreen)](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.gpavan1992/globalpulse-mcp)\n[![npm](https://img.shields.io/npm/v/globalpulse-mcp-server)](https://www.npmjs.com/package/globalpulse-mcp-server)\n[![Railway](https://img.shields.io/badge/Railway-deployed-blueviolet)](https://globalpulse-mcp-production.up.railway.app/health)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![TypeScript](https://img.shields.io/badge/TypeScript-100%25-blue)](https://github.com/gpavan1992/Globalpulse-MCP)\n\n\nA [Model Context Protocol](https://modelcontextprotocol.io) server for real-world intelligence — macroeconomics, climate, disasters, trade flows, aviation, and country data. All from globally trusted open APIs with no proprietary subscriptions required.\n\n> Built because no MCP server exists for institutional-grade global data — World Bank, UN, OpenSky, and ERA5 climate all in one place.\n\n## ⚡ Public Endpoint (no setup required)\n\nMCP endpoint: https://globalpulse-mcp-production.up.railway.app/mcp\n\nHealth check: https://globalpulse-mcp-production.up.railway.app/health\n\n---\n\n## Tools (11)\n\n### 🏦 Macroeconomics — World Bank Open Data\n\n| Tool | Description |\n|---|---|\n| `globalpulse_worldbank_get_indicator` | GDP, inflation, unemployment, trade, debt for any country (1960–present) |\n| `globalpulse_worldbank_list_indicators` | List the most useful World Bank indicator codes |\n\n### 🌤️ Climate & Weather — Open-Meteo (no key, no limit)\n\n| Tool | Description |\n|---|---|\n| `globalpulse_weather_get_forecast` | 7-day daily forecast for any lat/lon on Earth |\n| `globalpulse_weather_get_historical` | Historical climate back to 1940 using ERA5 reanalysis |\n\n### 🚨 Disaster Intelligence — UN GDACS\n\n| Tool | Description |\n|---|---|\n| `globalpulse_disasters_get_active` | Live global disaster alerts (earthquakes, cyclones, floods, volcanoes) |\n| `globalpulse_disasters_get_by_country` | Disaster history for a specific country |\n\n### ✈️ Aviation — OpenSky Network\n\n| Tool | Description |\n|---|---|\n| `globalpulse_aviation_get_live_flights` | Live ADS-B flights in any geographic bounding box |\n| `globalpulse_aviation_get_flights_by_country` | All airborne flights from a specific country right now |\n\n### 📦 Trade — UN Comtrade\n\n| Tool | Description |\n|---|---|\n| `globalpulse_trade_get_bilateral_flows` | Bilateral import/export flows by country pair and HS commodity code |\n\n### 🗺️ Country Intelligence — REST Countries\n\n| Tool | Description |\n|---|---|\n| `globalpulse_countries_get_profile` | Full country profile: capital, population, currencies, languages, borders |\n| `globalpulse_countries_get_by_region` | All countries in a region sorted by population, area, or name |\n\n---\n\n## Integration\n\n### Claude Desktop\n\nEdit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"🌐 GlobalPulse MCP\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\",\n        \"https://globalpulse-mcp-production.up.railway.app/mcp\"\n      ]\n    }\n  }\n}\n```\n\n### Cursor / Windsurf\n```json\n\n{\n  \"globalpulse\": {\n    \"command\": \"npx\",\n    \"args\": [\n      \"mcp-remote\",\n      \"https://globalpulse-mcp-production.up.railway.app/mcp\"\n    ]\n  }\n}\n```\n\n---\n\n## Example Prompts\n\nOnce connected, ask your AI agent:\n\n- *\"What was India's GDP trend from 2010 to 2023?\"*\n- *\"Show active Red alert disasters globally right now\"*\n- *\"How many flights are over India at this moment?\"*\n- *\"What's the 7-day weather forecast for Mumbai?\"*\n- *\"Show India–China bilateral trade in 2022\"*\n- *\"What's the historical monsoon rainfall for Chennai June–September 2023?\"*\n- *\"List all South Asian countries by population\"*\n- *\"What currency and languages does Singapore use?\"*\n- *\"Show typhoon history for the Philippines\"*\n- *\"Compare Germany and Japan's unemployment rates 2015–2023\"*\n- *\"What's the trade value of pharmaceutical exports from India to the US?\"*\n- *\"Show me all German aircraft airborne right now\"*\n\n---\n\n## Data Sources\n\n| Domain | Source | License | Key Required |\n|---|---|---|---|\n| Macroeconomics | [World Bank Open Data](https://data.worldbank.org) | CC BY 4.0 | No |\n| Weather & Climate | [Open-Meteo](https://open-meteo.com) + ERA5 | CC BY 4.0 | No |\n| Disaster Alerts | [UN GDACS](https://www.gdacs.org) | UN Open Data | No |\n| Aviation | [OpenSky Network](https://opensky-network.org) | ODbL | No (free tier) |\n| Trade Flows | [UN Comtrade](https://comtradeplus.un.org) | UN Open Data | No (free tier) |\n| Country Data | [REST Countries](https://restcountries.com) | MPL 2.0 | No |\n\n---\n\n## Notes\n\n- All tools support `response_format: \"markdown\"` (default) or `\"json\"` (for agent pipelines)\n- Weather coordinates use **decimal degrees** (e.g. `19.076, 72.877` for Mumbai)\n- Aviation velocity is displayed as km/h\n- UN Comtrade free tier: limited requests/day — use `\"TOTAL\"` for `commodity_code` for best availability\n- OpenSky free tier: ~400 requests/day for anonymous access\n- World Bank data lags 1–2 years for some indicators — use `end_year=2022` for best coverage\n\n---\n\n## Roadmap\n\nSee [ROADMAP.md](./ROADMAP.md) for the full build plan — Priority 2 (IMF, Copernicus satellite, USGS seismology, Global Forest Watch, OpenAQ, ECB FX rates) and Priority 3 (WHO health, NASA EONET, WTO tariffs, NOAA climate) are documented with tool names, API sources, and business value rationale.\n\n**~29 tools across 16 global APIs planned total.**\n\n---\n\n## Contributing\n\nPRs welcome — especially for Priority 2 tools. Open an issue to claim a tool before starting work.\n\n---\n\n## License\n\nMIT — built by [Pavan Kumar Galiveeti](https://www.linkedin.com/in/pavan-kumar-galiveeti-a44335192/)\n",
  "bytes": 5870,
  "sha": "57e5e1939ae1c2038a98b6e50b62deb6481e0c9296a95e17006739aec20d5c52",
  "repo_slug": "gpavan1992/globalpulse-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_gpavan1992_globalpulse_mcp_6fbe4ed2/readme"
}