Skip to main content

Overview

The GDELT Cloud MCP server exposes non-GDELT Cloud categories as enrichment. Use them after GDELT Cloud Events, Stories, or Entities establish the core signal.

Shared Wrapper Parameters

Macro Finance

Macro-finance nested tools are discovered dynamically through macro_finance_tool_list and macro_finance_tool_get. Use for:
  • equity and index quotes
  • historical price series
  • FX pairs
  • commodities
  • rates
  • economic indicators
  • provider symbol/search/catalog helpers when exposed
Provider symbols are not interchangeable across data vendors. Inspect the target schema first, then resolve provider-supported symbols through a search/catalog helper or web research. If a provider error returns retry guidance, change the lookup instead of retrying unchanged. When a selected macro-finance tool returns a recognizable historical payload, the wrapper normalizes it into top-level chart fields:
  • symbol / instrument
  • latest_value and latest_date
  • series: recent { label, date, value } points, usually daily observations
  • series_observation_count
Brief agents should prefer real provider series from these fields over synthetic two-point lines. Current quote fields are useful context, but they are not factual confirmation that a geopolitical or operational event caused the market move.

Prediction Markets

SEARCH_RELEVANT_MARKETS

Use when starting from a plain-language scenario and looking for likely matching contracts.

SEARCH_EVENTS

Use for higher-level event pages that group related contracts.

SEARCH_MARKETS

Use for direct contract search by text or known identifiers.

GET_MARKET

Prediction-market records may include normalized probability_yes, probability_source, yes_bid, yes_ask, bid_ask_spread, volume, open_interest, liquidity, rules_primary, settlement_sources, series, probability_series, and series_observation_count. Read rules_primary before reporting a probability. Treat these as market-implied scenario context only; they can support a probability-context plot, but they never confirm that an event occurred.

Web Research

SEARCH_WEB

EXTRACT_WEB_PAGES

Use Pattern

  1. Anchor the analysis in GDELT Cloud structured Events, Stories, and Entities.
  2. Use macro finance when there are price, FX, rates, commodity, or economic-indicator implications.
  3. Use prediction markets when the question involves odds, policy, elections, escalation, or whether a tradable market exists.
  4. Use web research for official language, corroboration, specialist sources, and source-article extraction.