Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gdeltcloud.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The GDELT Cloud MCP server gives AI agents access to generated GDELT Cloud products through a Progressive Discovery interface:
  • structured Events: Conflict and CAMEO+
  • clustered Stories with top article evidence
  • Entities linked to Events and Stories
  • admin1 geography discovery
  • dashboard-ready summaries
  • macro-finance, prediction-market, and web-research enrichment tools
MCP Server URL: https://gdelt-cloud-mcp.fastmcp.app/mcp
GDELT Cloud structured Events and Stories are the anchor. The non-GDELT tools are encouraged as complements: use macro finance for prices and indicators, prediction markets for market-implied probabilities, and web research for corroboration or reading source articles.

Progressive Discovery

Agents see wrapper tools first. They discover a category, inspect schemas, then execute a nested tool through *_tool_call. For GDELT Cloud, agents use three wrapper tools:
ToolPurpose
gdelt_cloud_tool_listDiscover the public v2 GDELT Cloud catalog.
gdelt_cloud_tool_getInspect exact schemas, descriptions, enum values, and parameter guidance.
gdelt_cloud_tool_callExecute one v2 GDELT tool using nested tool_arguments.
External categories use the same pattern:
CategoryWrapper Tools Agents See
Macro financemacro_finance_tool_list, macro_finance_tool_get, macro_finance_tool_call
Prediction marketsprediction_market_tool_list, prediction_market_tool_get, prediction_market_tool_call
Web researchweb_research_tool_list, web_research_tool_get, web_research_tool_call
Legacy v1 MCP tools such as get_media_events, get_conflict_events, and get_cameoplus_events are no longer exposed. v1 REST remains available for direct API users only.

GDELT v2 Tool Catalog

v2 ToolPurpose
search_eventsStructured Conflict and CAMEO+ Event cards.
summarize_eventsEvent rollups and trends for dashboards.
get_eventFetch a known Event by ID.
search_storiesClustered Stories with narrative and article evidence.
summarize_storiesStory rollups and coverage trends.
get_storyFetch a known Story by ID.
get_story_articlesPaginated source articles for a Story.
search_entitiesDiscover linked people and organizations.
get_entityFetch an Entity profile with linked Stories and Events.
list_admin1Discover valid admin1 values for one country.

Tool Selection

Use summaries for dashboards and trend detection. Use Events when the user needs structured incidents, actors, geo, fatalities, Goldstein scale, or CAMEO+ metrics. Use Stories when the user needs narrative evidence, article clusters, and source URLs. Use Entities when actors are the analytical object or when an Event/Story points to important people or organizations. Geography is documented as plain English country names. ISO-3 and legacy FIPS codes are accepted as aliases, but examples should lead with names such as United States, Lebanon, or South Korea.

External Categories

CategoryUse
macro_finance_*macro-finance provider-backed quotes, historical series, FX, commodities, rates, and economic indicators.
prediction_market_*Kalshi-backed market and event search, contract records, probabilities, status, and public URLs when available.
web_research_*Tavily-backed SEARCH_WEB and EXTRACT_WEB_PAGES for corroboration, official statements, specialist sources, and source-article reading.

Skills And Prompt

The MCP server includes:
  • gdelt_system_prompt: the canonical analyst/system prompt.
  • Task skills for general research, geopolitical strategy, financial/sanctions risk, supply-chain risk, and location operational risk.
Skills teach the agent to scan, zoom, and enrich: start with GDELT summaries or Stories, drill into structured Events and article evidence, then use external tools for market context, probabilities, and corroboration.

Getting Started

Quickstart

Connect and make your first Progressive Discovery call.

GDELT v2 Tools

Learn the public v2 GDELT MCP catalog.

External Tools

Learn when to use macro finance, prediction markets, and web research.

Skills

Learn how agent task skills guide analyst workflows.