Skip to main content

Overview

GDELT Cloud MCP uses a Progressive Discovery interface. Agents do not call GDELT Cloud product tools directly. They first discover the catalog, inspect exact schemas, then execute a named tool through a single wrapper. This keeps the public MCP surface small while still giving agents rich tool descriptions and typed parameter guidance.

What The Agent Actually Sees

The public MCP surface is intentionally small. Agents see wrapper tools, not every nested product operation as a separate top-level tool. Inside each *_tool_call, the agent passes a nested tool_name and tool_arguments.

Public GDELT Cloud MCP Tools

The MCP server exposes these three GDELT Cloud wrapper tools:
The legacy v1 MCP tool names are no longer exposed. v1 REST endpoints remain supported for direct API users, but agents should use the v2 MCP catalog documented here.

Workflow

1

Discover

Call gdelt_cloud_tool_list to see the available v2 GDELT Cloud product tools.
2

Inspect

Call gdelt_cloud_tool_get before first use of a tool. The schema contains practical descriptions, enum values, default behavior, and guidance on how analysts should use each parameter.
3

Execute

Call gdelt_cloud_tool_call with tool_name and nested tool_arguments.
Event, Story, and Entity search tools default to the exact past 24 hours. Agents should narrow with developer-facing filters such as category, subcategory, civilian_targeting, country/region/continent filters, date windows, sort, and pagination.

Example

v2 Catalog

External Enrichment Categories

GDELT Cloud structured Events and Stories should anchor the analysis. External MCP categories are encouraged as complements: For geopolitical, macro-finance, supply-chain, and location-security analysis, use GDELT Cloud first to establish the structured signal, then enrich or verify with macro finance, prediction markets, and web research where relevant.

External Nested Tools

The web-research category exposes only SEARCH_WEB and EXTRACT_WEB_PAGES; crawl and map operations are intentionally not public.