> ## 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.

# GDELT Cloud Docs MCP

> Connect AI agents to GDELT Cloud documentation via Model Context Protocol

## Overview

The GDELT Cloud Docs MCP server provides AI agents with direct access to our complete documentation through the Model Context Protocol. This allows agents to search, retrieve, and reference documentation content to answer questions about GDELT Cloud features, APIs, and implementation details.

<Note>
  This is separate from the **GDELT Cloud MCP** which provides access to GDELT Cloud generated event data. The Docs MCP specifically serves documentation content.
</Note>

## MCP Server URL

Use the following URL to connect AI applications to GDELT Cloud documentation:

<div className="my-6">
  <div className="flex items-center gap-2 p-4 bg-gray-50 dark:bg-gray-900 rounded-lg border">
    <code className="flex-1 text-sm">[https://docs.gdeltcloud.com/mcp](https://docs.gdeltcloud.com/mcp)</code>

    <button onClick={() => navigator.clipboard.writeText('docs.gdeltcloud.com/mcp')} className="px-3 py-1 text-sm bg-blue-600 text-white rounded hover:bg-blue-700 transition">
      Copy
    </button>
  </div>
</div>

## Available Tools

### SearchGdeltCloud

Search across the GDELT Cloud knowledge base to find relevant information, code examples, API references, and guides.

**When to use:**

* Answering questions about GDELT Cloud features
* Finding specific documentation or code examples
* Understanding how features work
* Locating API reference details
* Discovering implementation guides

**Returns:**

* Contextual content with titles
* Direct links to documentation pages
* Relevant code snippets
* API reference information
