← Registry

Data Collection

hashxp.org

Provides tools to query and explore Lightning Network nodes and channels.

1 endpoint12 known toolsFirst detected May 16, 2026Last detected July 13, 2026

ENDPOINT 1

https://mcp.hashxp.org/mcp

No auth detected

Known tools 12

latest_lightning_channels

Returns the most recently opened Lightning Network channels, sorted by open time descending.

Inferred read-only
lookup_lightning_node

Lookup a Lightning Network node by public key.

Inferred read-only
lookup_lightning_channel

Lookup a Lightning channel by channel ID.

Inferred read-only
lookup_lightning_channels_per_node

Lookup all Lightning Network channels for a given node by public key.

Inferred read-only
get_recommended_lightning_peers

Get recommended Lightning Network peers for a given node.

Inferred read-only
search_lightning_nodes_by_alias

Search for Lightning Network nodes by partial alias match.

Inferred read-only
lookup_bitcoin_transaction

Returns full transaction details: inputs with addresses and values, outputs with spent status, fee, size/weight, SegWit flag, and Lightning Network channel correlation.

Inferred read-only
lookup_bitcoin_address

Returns address balance, total received/sent, transaction counts, address type (P2PKH, P2SH, P2WPKH, P2TR), first/last seen block, and ransomware/abuse flags.

Inferred read-only
lookup_bitcoin_block

Returns block header (hash, timestamp, version, merkle root, difficulty, nonce), transaction count, and list of transaction IDs.

Inferred read-only
bitcoin_address_transactions

Returns a paginated list of transactions involving a Bitcoin address.

Inferred read-only
bitcoin_transaction_spends

For a given transaction, returns which subsequent transactions consumed its outputs.

Inferred read-only
bitcoin_blockchain_stats

Returns cumulative blockchain metrics over a configurable block range.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "hashxp-org",
  "transport": "streamable-http",
  "url": "https://mcp.hashxp.org/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 hashxp.org was fetched 2026-08-23T20:07:36.579Z and is being refreshed.

Trust status Trusted

hashxp.org is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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