Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Gdelt MCP Server
Gdelt MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:18:41 PM

Gdelt MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository5 GitHub StarsTotal stargazers on GitHub for the source repository (5 stars).Visit Website

Search and analyze global news coverage and US TV transcripts via the GDELT Project APIs.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "gdelt-mcp-server": {
      "command": "bunx",
      "args": [
        "@cyanheads/gdelt-mcp-server@latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

@cyanheads/gdelt-mcp-server

Search and analyze global news coverage and US television transcripts via the GDELT Project's real-time APIs via MCP. STDIO or Streamable HTTP.

9 Tools

Version License Docker MCP SDK npm TypeScript Bun

Install in Claude Desktop Install in Cursor Install in VS Code

Framework

Public Hosted Server: https://gdelt.caseyjhand.com/mcp


Tools

Nine tools across two GDELT APIs β€” DOC API for global print/web news (last 3 months, 65 languages, no auth) and TV API for US television transcripts (2009–Oct 2024, 150+ stations):

ToolDescription
gdelt_search_articlesSearch the last 3 months of global news coverage (65 languages) with full-text and filter operators. Returns up to 250 articles, and hands back the date windows to re-query when that ceiling is hit.
gdelt_get_coverage_timelineRetrieve a time series of coverage volume or average tone for a query. volume_with_articles mode includes top articles per spike timestep, with points to render a timestep's full article list.
gdelt_get_tone_distributionGet a tone histogram (bins ~βˆ’30 to +30) showing whether coverage is uniformly negative, bimodal, or clustered near neutral.
gdelt_get_coverage_breakdownBreak down coverage volume by source language or source country β€” a multi-series time series showing geographic propagation. Values are normalized shares of media output, not article counts.
gdelt_search_tvSearch US television news closed captions (2009–Oct 2024) and return per-station airtime time series.
gdelt_get_tv_clipsRetrieve up to 3,000 matching TV clips with transcript excerpts and Internet Archive viewing links, and the date windows to re-query when that ceiling is hit.
gdelt_get_tv_contextGet the most frequent co-occurring words and phrases from TV clips matching a query.
gdelt_get_tv_trendingRetrieve trending topics currently dominating US television news (updated every 15 minutes; no query required).
gdelt_list_tv_stationsList all TV stations with market, network, and monitoring date ranges to verify station availability before querying.

gdelt_search_articles

Search the last 3 months of global news with GDELT's full query syntax.

  • Keywords, phrases ("bird flu"), boolean OR, and exclusion (-sports)
  • Filter operators: sourcecountry:, sourcelang:, domain:, theme: (GKG taxonomy), tone</tone>
  • Proximity and repetition: near20:"flu virus", repeat3:"outbreak"
  • Configurable sort (relevance, dateDesc, dateAsc, toneDesc, toneAsc, hybridRel) and result count (up to 250)
  • Returns URL, title, publication date, domain, language, source country, and social image URL
  • 250 is a hard per-call ceiling, not a page size β€” GDELT exposes no cursor. Fill it and the response returns continuationWindows: the queried window halved, ready to re-query. The halves overlap by a second so nothing falls through the seam; de-duplicate by url
  • Query is echoed in response for chaining

gdelt_get_coverage_timeline

Retrieve when coverage of a topic spiked, with three modes:

  • volume β€” normalized percentage of all global coverage per timestep
  • volume_with_articles β€” volume plus top articles driving each spike; use for signal detection without a follow-up search call
  • tone β€” average sentiment score per timestep (combine with gdelt_get_tone_distribution for the full picture)
  • Every article reference is always in structuredContent; the text surface renders the first 3 links per timestep beside that timestep's true count, and points: ["<date>"] renders named timesteps in full
  • Configurable smoothing and time range

gdelt_get_tone_distribution

Snapshot tone histogram across all articles matching a query.

  • Bins from approximately βˆ’30 to +30; each bin includes representative article URLs
  • Summary fields: peakNegativeBin, peakPositiveBin, neutralPct (% of articles in the βˆ’2 to +2 range)
  • Distinct from the tone timeline β€” distribution across all matching articles, not over time

gdelt_get_coverage_breakdown

Multi-series time series showing which countries or languages drove coverage.

  • Break down by language or country
  • Top 10 series by total volume; remaining series aggregated into an "Other" bucket and named in otherSeriesLabels
  • Nothing is dissolved into "Other" anonymously β€” pass any label to series: ["<label>"] and that series comes back complete under selectedSeries, alongside the usual overview
  • Values are normalized β€” the topic's share of media output, not absolute article counts. Small media markets with concentrated coverage rank above large markets with diverse output, so a high value means the topic dominated that source's coverage rather than that it published the most articles
  • Use to trace how a story propagated geographically

gdelt_search_tv

Search US television news transcripts (2009–Oct 2024) with per-station airtime analysis.

  • Up to 10 structured stations (e.g. ["CNN", "FOXNEWS"]) β€” or place a station: selector directly in the query
  • Normalize query-matching coverage to relative airtime % or return raw matching 15-second clip counts
  • Optional dateres aggregation: hour, day, week, month, or year; returned timestamps are normalized to ISO 8601
  • Responses select at most 500 points per page in deterministic date-then-station order, then group them by station. Use nextOffset with the same query inputs to retrieve the next page; content[] renders every point in the structured page
  • TV-specific operators: market:, show:, context:
  • Use gdelt_list_tv_stations to verify station active date ranges before querying recent events

gdelt_get_tv_clips

Retrieve actual TV news clips driving a coverage signal.

  • Up to 3,000 clips per call
  • Each clip: show name, station, air timestamp, 15-second transcript excerpt, direct Archive.org link, and optional thumbnail
  • 3,000 is a hard per-call ceiling, not a page size β€” GDELT exposes no cursor. Fill it and the response returns continuationWindows: the queried window halved, ready to re-query. The halves overlap by a second so nothing falls through the seam; de-duplicate by archiveUrl
  • Sort by relevance, date descending, or date ascending

gdelt_get_tv_context

Vocabulary framing analysis for TV coverage of a topic.

  • Returns the most frequent non-stopword terms from matching clips
  • Relative frequency scores (query term = 100)
  • Use to identify narrative framing, related concepts, or follow-up search terms

gdelt_get_tv_trending

Zero-argument entry point for the current TV news cycle.

  • Returns trending topics, keywords, and phrases dominating national networks
  • Updated every 15 minutes
  • Note: coverage data ends Oct 2024; results reflect the archive endpoint, not a live feed

gdelt_list_tv_stations

Station metadata lookup before querying.

  • All available stations with market, network, monitoring start date, and end date
  • isActive flag β€” true when end date is within the last 24 hours
  • Use to verify a station was active during a target time period

Features

Built on @cyanheads/mcp-ts-core:

  • Declarative tool definitions β€” single file per tool, framework handles registration and validation
  • Unified error handling β€” handlers throw, framework catches, classifies, and formats
  • Pluggable auth: none, jwt, oauth
  • Swappable storage backends: in-memory, filesystem, Supabase, Cloudflare KV/R2/D1
  • Structured logging with optional OpenTelemetry tracing
  • STDIO and Streamable HTTP transports

GDELT-specific:

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Gnews logoGnews

    GNews MCP β€” Global news search via GNews API (gnews.io)

    πŸ’» Developer Tools0 views
    Compare vs Gnews β†’
  • Parseflow logoParseflow

    PDF parsing server with text extraction, metadata, search, images, and TOC via MCP

    πŸ’» Developer Tools0 views
    Compare vs Parseflow β†’
  • Dabble Me Journal logoDabble Me Journal

    Private journal MCP server to search, analyze, and create Dabble Me entries securely via OAuth.

    πŸ’» Developer Tools0 views
    Compare vs Dabble Me Journal β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Gdelt MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "gdelt-mcp-server": { "command": "npx", "args": ["-y", "gdelt-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGdelt MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gdelt-mcp-server?style=directory)](https://allmcps.com/mcp/gdelt-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/gdelt-mcp-server"><img src="https://allmcps.com/api/badge/gdelt-mcp-server?style=directory" alt="Gdelt MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars5
GitHub Star CountTotal stargazers on GitHub representing community popularity (5 stars).
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Gdelt MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code