← cheeserobot.org

INDIVIDUAL MCP TOOL

get_latest_block

Get the most recent Bitcoin block.

cheeserobot.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

cheeserobot.org

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.cheeserobot-org]
url = "https://cheeserobot.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cheeserobot-org": {
      "type": "http",
      "url": "https://cheeserobot.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cheeserobot-org
Remote MCP URL: https://cheeserobot.org/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": {
    "cheeserobot-org": {
      "url": "https://cheeserobot.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cheeserobot-org": {
      "type": "http",
      "url": "https://cheeserobot.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cheeserobot-org",
  "transport": "streamable-http",
  "url": "https://cheeserobot.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_nodes — Search Lightning Network nodes by alias.
  • get_node — Get detailed information about a Lightning Network node including channels, capacity, and fee stats.
  • get_block — Get Bitcoin block details by height or hash.
  • get_transaction — Get Bitcoin transaction details by txid.
  • get_price — Get current or historical Bitcoin price in USD.
  • get_network_stats — Get Lightning Network and Bitcoin network statistics.
  • get_mining_stats — Get mining pool distribution stats.
  • get_fee_estimates — Get current Bitcoin transaction fee estimates and mempool info.