Odel
Globalpulse MCP

Globalpulse MCP

Local
@gpavan19921TypeScriptUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmglobalpulse-mcp-serverv1.0.0

Run

npx -y globalpulse-mcp-server

MCP client config

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