← newsio.io

INDIVIDUAL MCP TOOL

get_story_timeline

For one storyline (id from list_storylines, or a /timeline/<id> path), return its title and ordered events (date + headline + canonical link + source) — how the story developed over time.

newsio.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

newsio.io

CONNECT 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.newsio-io]
url = "https://newsio.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "newsio-io": {
      "type": "http",
      "url": "https://newsio.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: newsio-io
Remote MCP URL: https://newsio.io/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": {
    "newsio-io": {
      "url": "https://newsio.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "newsio-io": {
      "type": "http",
      "url": "https://newsio.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "newsio-io",
  "transport": "streamable-http",
  "url": "https://newsio.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_categories — List the eight Newsio coverage categories and the three source types.
  • get_top_news — Return the most economically significant recent stories, newest first, each with key-point summary, extracted companies/countries, source and a canonical link.
  • search_news — Find recent stories by meaning, not just keywords (hybrid lexical + semantic search) — matches paraphrase and intent against headline + key points.
  • get_relationships — Return the entity co-occurrence graph extracted from recent news: companies and countries (nodes) and how often they appear together (edges), plus the linking articles with canonical links.
  • list_storylines — List active storylines (clusters of related coverage tracked over time), newest activity first.
  • get_article — Fetch one story by its uuid (the id from the other tools, or the /n/<id> path), with its full key-point summary, entities, source and canonical link.