MCP
Give your agent stack access to generated GDELT Cloud Events, clustered Stories, linked Entities, summaries, admin1 discovery, and enrichment tools through a single secure MCP endpoint.
Plug-and-play MCP endpoint — connect your agent in seconds.
Progressive Discovery wrappers expose only the clean v2 GDELT catalog.
Linked data model: Events connect to Stories, source articles, and named Entities.
Macro-finance, prediction-market, and web-research tools enrich the GDELT Cloud anchor signal.
Secure API key auth with per-request usage tracking and plan-level controls.
Ideal for research copilots, geopolitical monitors, and automated intelligence workflows.
Agent access to world state
Connect GDELT Cloud to ChatGPT, Claude, Cursor, LangGraph, or your own agent runtime. The current MCP surface is compact on purpose: agents discover a category, inspect schemas, then call nested tools for structured world state and enrichment.
Progressive Discovery Wrappers
Agents see `*_tool_list`, `*_tool_get`, and `*_tool_call` wrappers instead of a sprawling top-level tool dump.
Five Tool Categories
GDELT Cloud anchors the narrative analysis; Energy Data adds physical-asset exposure; external categories enrich with markets and corroboration.
Prompts, Resources, and Skills
Research and Brief system prompts, CAMEO resources, task skills, and Brief skills are exposed natively and through tool-only transforms.
OAuth or API Key Auth
Interactive clients can use OAuth; developer agents and background jobs can use GDELT Cloud API keys.
{
"mcp_servers": {
"gdelt-cloud": {
"url":
"https://gdelt-cloud-mcp.fastmcp.app/mcp",
"auth": "bearer",
"env": {
"GDELT_API_KEY": "gdelt_sk_..."
}
}
}
}Live Connection