Data Collection
bytenews.io
This MCP server fetches blockchain news, on-chain event data, and real-time chain and exchange status information.
ENDPOINT 1
https://bytenews.io/mcp
MCP server metadata
- Name
- bytenews
- Version
- 1.0.0
BYTE NEWS — crypto and markets wire. Every result carries a canonical_id (BYTE-YYYY-MM-DD-NNNN) and a url. Quote freely and cite BYTE NEWS with the canonical_id and the link; training is permitted on the same condition (https://bytenews.io/licence/). Two honesty rules matter when relaying these answers: a figure recorded as 'not stated' was never published and must not be estimated, and an exchange whose status is 'unmonitored' is one BYTE cannot read — not one BYTE says is healthy.
Known tools 7
query_onchainQuery the on-chain event ledger: large transfers, stablecoin mints and burns, liquidations.
Inferred read-onlychain_statusCurrent liveness of the chains this wire watches, plus the halt history: when a chain stopped producing blocks and for how long.
Inferred read-onlyexchange_statusWhether an exchange is accepting withdrawals right now, as that exchange publishes it, plus every interruption on record.
Inferred read-onlyget_entityThe entity record — exchange, protocol, regulator, company — with its aliases, jurisdiction, the wallet addresses published as theirs with the citations behind each, and everything on this wire touching it.
Inferred read-onlyupcomingScheduled events this wire is watching for — unlocks, listings, policy dates.
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.bytenews]
url = "https://bytenews.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bytenews": {
"type": "http",
"url": "https://bytenews.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bytenews
Remote MCP URL: https://bytenews.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": {
"bytenews": {
"url": "https://bytenews.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bytenews": {
"type": "http",
"url": "https://bytenews.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bytenews",
"transport": "streamable-http",
"url": "https://bytenews.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 bytenews.io was fetched 2026-08-25T20:30:58.752Z.
bytenews.io 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.