← Registry

Data Collection

bytenews.io

This MCP server fetches blockchain news, on-chain event data, and real-time chain and exchange status information.

1 endpoint7 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://bytenews.io/mcp

No auth detected

MCP server metadata

Name
bytenews
Version
1.0.0
Capabilities
tools
Server instructions

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

search_news

Search BYTE NEWS stories by text.

Inferred read-only
get_story

Fetch one story by canonical ID (BYTE-YYYY-MM-DD-NNNN) or by slug.

Inferred read-only
query_onchain

Query the on-chain event ledger: large transfers, stablecoin mints and burns, liquidations.

Inferred read-only
chain_status

Current liveness of the chains this wire watches, plus the halt history: when a chain stopped producing blocks and for how long.

Inferred read-only
exchange_status

Whether an exchange is accepting withdrawals right now, as that exchange publishes it, plus every interruption on record.

Inferred read-only
get_entity

The 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-only
upcoming

Scheduled events this wire is watching for — unlocks, listings, policy dates.

Inferred read-only

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.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.

Trust status Neutral

bytenews.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.