Data Collection
newsio.io
A news aggregation and analysis service that provides categorized news, semantic search, entity relationship graphs, and storyline tracking.
ENDPOINT 1
https://newsio.io/mcp
Known tools 7
list_categoriesList the eight Newsio coverage categories and the three source types.
get_top_newsReturn the most economically significant recent stories, newest first, each with key-point summary, extracted companies/countries, source and a canonical link.
search_newsFind recent stories by meaning, not just keywords (hybrid lexical + semantic search) — matches paraphrase and intent against headline + key points.
get_relationshipsReturn 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_storylinesList active storylines (clusters of related coverage tracked over time), newest activity first.
get_story_timelineFor 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.
get_articleFetch 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.