← bytenews.io

INDIVIDUAL MCP TOOL

get_story

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

bytenews.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://bytenews.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_story and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

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

Related tools

  • search_news — Search BYTE NEWS stories by text.
  • query_onchain — Query the on-chain event ledger: large transfers, stablecoin mints and burns, liquidations.
  • chain_status — Current liveness of the chains this wire watches, plus the halt history: when a chain stopped producing blocks and for how long.
  • exchange_status — Whether an exchange is accepting withdrawals right now, as that exchange publishes it, plus every interruption on record.
  • 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.
  • upcoming — Scheduled events this wire is watching for — unlocks, listings, policy dates.