{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.cyanheads/gdelt-mcp-server",
  "description": "Search and analyze global news coverage and US TV transcripts via the GDELT Project APIs.",
  "repository": {
    "url": "https://github.com/cyanheads/gdelt-mcp-server",
    "source": "github"
  },
  "version": "0.6.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://gdelt.caseyjhand.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@cyanheads/gdelt-mcp-server",
      "runtimeHint": "node",
      "version": "0.6.0",
      "packageArguments": [
        {
          "type": "positional",
          "value": "run"
        },
        {
          "type": "positional",
          "value": "start:stdio"
        }
      ],
      "environmentVariables": [
        {
          "name": "GDELT_BASE_URL",
          "description": "Override the base URL for the GDELT DOC and TV APIs.",
          "format": "string",
          "isRequired": false,
          "default": "https://api.gdeltproject.org/api/v2"
        },
        {
          "name": "GDELT_REQUEST_DELAY_MS",
          "description": "Minimum milliseconds between GDELT requests, enforcing the 1 req/5s rate limit.",
          "format": "string",
          "isRequired": false,
          "default": "5300"
        },
        {
          "name": "GDELT_REQUEST_TIMEOUT_MS",
          "description": "Deadline in milliseconds for a single GDELT request; the whole call, retries included, is bounded at twice this value.",
          "format": "string",
          "isRequired": false,
          "default": "60000"
        },
        {
          "name": "MCP_LOG_LEVEL",
          "description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').",
          "format": "string",
          "isRequired": false,
          "default": "info"
        }
      ],
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@cyanheads/gdelt-mcp-server",
      "runtimeHint": "node",
      "version": "0.6.0",
      "packageArguments": [
        {
          "type": "positional",
          "value": "run"
        },
        {
          "type": "positional",
          "value": "start:http"
        }
      ],
      "environmentVariables": [
        {
          "name": "GDELT_BASE_URL",
          "description": "Override the base URL for the GDELT DOC and TV APIs.",
          "format": "string",
          "isRequired": false,
          "default": "https://api.gdeltproject.org/api/v2"
        },
        {
          "name": "GDELT_REQUEST_DELAY_MS",
          "description": "Minimum milliseconds between GDELT requests, enforcing the 1 req/5s rate limit.",
          "format": "string",
          "isRequired": false,
          "default": "5300"
        },
        {
          "name": "GDELT_REQUEST_TIMEOUT_MS",
          "description": "Deadline in milliseconds for a single GDELT request; the whole call, retries included, is bounded at twice this value.",
          "format": "string",
          "isRequired": false,
          "default": "60000"
        },
        {
          "name": "MCP_HTTP_HOST",
          "description": "The hostname for the HTTP server.",
          "format": "string",
          "isRequired": false,
          "default": "127.0.0.1"
        },
        {
          "name": "MCP_HTTP_PORT",
          "description": "The port to run the HTTP server on.",
          "format": "string",
          "isRequired": false,
          "default": "3010"
        },
        {
          "name": "MCP_HTTP_ENDPOINT_PATH",
          "description": "The endpoint path for the MCP server.",
          "format": "string",
          "isRequired": false,
          "default": "/mcp"
        },
        {
          "name": "MCP_AUTH_MODE",
          "description": "Authentication mode to use: 'none', 'jwt', or 'oauth'.",
          "format": "string",
          "isRequired": false,
          "default": "none"
        },
        {
          "name": "MCP_LOG_LEVEL",
          "description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').",
          "format": "string",
          "isRequired": false,
          "default": "info"
        }
      ],
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3010/mcp"
      }
    }
  ]
}
