gdelt-events-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gdelt-events-mcpsearch for protests in India this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gdelt-events-mcp — SCAFFOLD
Macro / geopolitical event detection. Wraps the GDELT 2.0 project — real-time event extraction from world news, with actor/location/sentiment metadata. Free underlying data; most people don't know GDELT exists.
Status: scaffolded. Idea #24 in ../../../ai-as-customer-ideas.md.
What GDELT is
A free, ongoing project that ingests global news every 15 minutes, runs entity / event / sentiment extraction, and publishes the results as queryable APIs + bulk dumps.
Schema includes: actors (Country, organization, person), event type (CAMEO codes), date, location, tone (-10 to +10), URL.
Endpoint:
https://api.gdeltproject.org/api/v2/.Bulk: 15-minute CSV files going back to 2015 (~500GB total, but daily slice is small).
Related MCP server: GNews MCP Server
Planned tools
Tool | What it returns |
| Events matching filter; sorted by recency or relevance. |
| Most-mentioned actors in a country in last N hours. |
| Sentiment timeseries for a topic (e.g. "How has news tone about trended?"). |
| Premium: geographic distribution of an event. |
| Premium: side-by-side volume + tone comparison. |
Audience
Macro / hedge fund agents tracking geopolitical risk.
Investor agents doing sentiment analysis on companies/countries.
Newsroom agents finding "where is this story being covered?".
ESG / impact agents tracking events in regions of interest.
Open / closed split
Open: thin GDELT API wrapper, query builder.
Closed: precomputed actor and topic indexes (the GDELT bulk data is overwhelming raw; the moat is preprocessing it).
Notes
GDELT's own query syntax is quirky; abstracting it into a clean MCP surface is the value add.
This product is niche but high-margin — small audience, but each customer pays well (macro funds, journalism teams).
Easy to ship — GDELT API is REST/JSON, well-documented.
See also
../sec-edgar-mcp/— reference implementation; macro audience overlap.../README.md— Category 1 pipeline.
Sister MCPs
All from the same operator, all live on <product>.prakhar-cognizance.workers.dev, all free-tier friendly:
Group | Products |
Research | sec-edgar · arxiv · world-bank-economic · uspto-patents · fda-approvals |
Verification + Utility | |
India | |
Real-time | hn-trending · wikipedia-recent-changes · gdelt-events · crypto-prices |
Healthcare | |
Logistics |
Full catalog: https://github.com/guptaprakhariitr · ⭐ = empty-quadrant / highest-conviction pick.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/guptaprakhariitr/gdelt-events-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server