gdelt-toolkit

swilliams9772/gdelt-toolkit
★ 0 stars Python 📊 Data/Analytics Updated today
GDELT 2.0 toolkit: Python API client, Cursor MCP server (41 tools), Streamlit dashboard, and live-validated DOC/GEO/TV queries.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gdelt-toolkit": {
      "command": "uvx",
      "args": [
        "gdelt-toolkit"
      ]
    }
  }
}

Or install with pip: pip install gdelt-toolkit

README Excerpt

A small Python toolkit for exploring the GDELT 2.0 ecosystem: - **Query APIs**: Lightweight wrappers for the DOC 2.0, GEO 2.0, and TV APIs. - **Run examples**: Ready-to-run scripts that fetch sample datasets into `data/api`. - **Normalize outputs**: Convert JSON API responses to CSVs for quick analysis.