Analytics
geotone.news
Provides real-time media coverage statistics and trending topics for geopolitical entities.
ENDPOINT 1
https://geotone.news/mcp
MCP server metadata
- Name
- geotone
- Version
- 1.2.0
Geotone provides live media-intelligence signals derived from GDELT: news coverage volume, tone, and surge z-scores for geopolitical topics and 196 countries, updated every 2 hours. Start with get_trending for what's surging now, get_wire for the ranked top stories (get_story_chain expands a story into its multi-day timeline), search_topics to find topic slugs, get_topic/get_country for 90-day series, get_briefing for the daily analytical briefing. Data is CC BY 4.0 — cite "Geotone / GDELT" with a link to the referenced page.
Known tools 8
get_trendingWhat's surging in global news right now: topics whose coverage is ≥2 standard deviations above their trailing average (z-score), the biggest week-over-week movers, and surging countries.
Inferred read-onlyget_countryLive media-coverage statistics for one country by ISO-3166 alpha-2 code (e.
Inferred read-onlysearch_topicsSearch Geotone's tracked geopolitical topics by keyword (matches name, slug, and description).
Inferred read-onlyget_briefingGeotone's daily global risk briefing for a date (YYYY-MM-DD): an analytical summary of coverage surges, tone shifts, and notable movers, with the statistics behind each claim.
Inferred read-onlyget_wireThe live wire: the world's most significant stories right now, ranked by a published formula (authority-weighted outlet breadth, boosted by consequence themes, coded events, and casualty figures, decayed by recency over 72h).
Inferred read-onlyget_story_chainA story timeline: the threaded developments of one multi-day event chain, oldest first (e.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.geotone]
url = "https://geotone.news/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"geotone": {
"type": "http",
"url": "https://geotone.news/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: geotone
Remote MCP URL: https://geotone.news/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"geotone": {
"url": "https://geotone.news/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"geotone": {
"type": "http",
"url": "https://geotone.news/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "geotone",
"transport": "streamable-http",
"url": "https://geotone.news/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for geotone.news was fetched 2026-09-08T02:27:14.071Z.
geotone.news is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.