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
MCP server metadata
- Name
- newsio
- Version
- 1.0.0
Newsio is a tech-and-business news intelligence source (AI, fintech, web3, robotics, semiconductors, biotech, aerospace, business). Use list_categories, then get_top_news / search_news / get_article. Cite the returned url.
Known tools 7
list_categoriesList the eight Newsio coverage categories and the three source types.
Inferred read-onlyget_top_newsReturn the most economically significant recent stories, newest first, each with key-point summary, extracted companies/countries, source and a canonical link.
Inferred read-onlysearch_newsFind recent stories by meaning, not just keywords (hybrid lexical + semantic search) — matches paraphrase and intent against headline + key points.
Inferred read-onlyget_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.
Inferred read-onlylist_storylinesList active storylines (clusters of related coverage tracked over time), newest activity first.
Inferred read-onlyget_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.
Inferred read-onlyget_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.
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.newsio]
url = "https://newsio.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"newsio": {
"type": "http",
"url": "https://newsio.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: newsio
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": {
"url": "https://newsio.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"newsio": {
"type": "http",
"url": "https://newsio.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "newsio",
"transport": "streamable-http",
"url": "https://newsio.io/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 newsio.io was fetched 2026-08-04T23:54:03.839Z and is being refreshed.
newsio.io is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.