Skip to main content

Overview

The GDELT Cloud MCP (Model Context Protocol) server gives AI agents direct access to GDELT news event data. Connect ChatGPT, Claude, Cursor, or custom AI agents to discover stories, explore entities, and analyze global news — no SQL required.
MCP Server URL: https://gdelt-cloud-mcp.fastmcp.app/mcpUse this URL to connect your MCP client to GDELT Cloud.

API Key Authentication

Secure access using GDELT Cloud API keys

5 API Tools

Media events, cluster deep-dives, entity profiles, domain analytics, and conflict events

CAMEO Code Resources

Country codes, event types, and Goldstein scale reference

Works with ChatGPT, Claude & Cursor

Native integrations with leading AI platforms

What is MCP?

The Model Context Protocol is an open standard that allows AI applications to securely connect to external data sources and tools. GDELT Cloud’s MCP server implements this protocol to provide:
  • Tools: Functions AI agents can call to query GDELT data
  • Resources: Static reference documentation (CAMEO codes, Goldstein scale)
  • Prompts: Pre-built system prompt for effective GDELT analysis

Available Tools

The MCP server provides five API tools that cover the full GDELT data model:
ToolPurposeReturns
get_media_eventsDiscover top news story clustersHeadline cards with metrics, entities, sources
get_media_event_clusterDeep-dive into a single storyAll articles, common entities, resolved metrics
get_entityWikipedia-linked entity profileLinked stories, co-occurrences, timeline
get_domainNews outlet profileStats, top entities, recent articles
get_conflict_eventsACLED-style conflict event recordsBattles, airstrikes, protests with actor coding, location, fatalities
All tools support progressive disclosure via a detail parameter (summarystandardfull) to control response size. Start with summary for scanning, escalate when you need more data.

Resources

Three CAMEO code reference resources accessible via resource URIs:
  • gdelt://codes/cameo-country — ISO-3 actor country codes (USA, CHN, GBR)
  • gdelt://codes/cameo-event — CAMEO event root codes (01–20)
  • gdelt://codes/goldstein-scale — Goldstein scale reference (-10 to +10)

Prompt

  • gdelt_system_prompt — Complete system prompt with tool descriptions, workflow guidance, filter reference, and scoring interpretation.

Getting Started

Client Integrations

Connect GDELT Cloud MCP to your favorite AI platform:

Requirements

  • GDELT Cloud account with an Analyst or Professional plan
  • MCP-compatible client (ChatGPT, Claude, Cursor, or any MCP client)
  • Valid API key from your dashboard

Data Access

The MCP server provides access to:
  • Data from January 2025 onward, accumulating daily with historical data added gradually
  • Hourly update frequency
  • Media Event clusters with articles, events, and linked entities
  • Wikipedia-linked entity profiles with co-occurrences and story connections
  • News domain profiles with coverage stats
  • CAMEO taxonomy (country codes, event codes, Goldstein scale)

Next Steps

1

Read the Quickstart

Follow our Quickstart Guide to set up your first connection
2

Set up authentication

Generate an API key from your dashboard. See Authentication Guide.
3

Configure your client

Connect ChatGPT, Claude, or build custom agents with LangChain