Data Collection
hashxp.org
Provides tools to query and explore Lightning Network nodes and channels.
ENDPOINT 1
https://mcp.hashxp.org/mcp
Known tools 12
latest_lightning_channelsReturns the most recently opened Lightning Network channels, sorted by open time descending.
Inferred read-onlylookup_lightning_channels_per_nodeLookup all Lightning Network channels for a given node by public key.
Inferred read-onlyget_recommended_lightning_peersGet recommended Lightning Network peers for a given node.
Inferred read-onlysearch_lightning_nodes_by_aliasSearch for Lightning Network nodes by partial alias match.
Inferred read-onlylookup_bitcoin_transactionReturns full transaction details: inputs with addresses and values, outputs with spent status, fee, size/weight, SegWit flag, and Lightning Network channel correlation.
Inferred read-onlylookup_bitcoin_addressReturns address balance, total received/sent, transaction counts, address type (P2PKH, P2SH, P2WPKH, P2TR), first/last seen block, and ransomware/abuse flags.
Inferred read-onlylookup_bitcoin_blockReturns block header (hash, timestamp, version, merkle root, difficulty, nonce), transaction count, and list of transaction IDs.
Inferred read-onlybitcoin_address_transactionsReturns a paginated list of transactions involving a Bitcoin address.
Inferred read-onlybitcoin_transaction_spendsFor a given transaction, returns which subsequent transactions consumed its outputs.
Inferred read-onlybitcoin_blockchain_statsReturns cumulative blockchain metrics over a configurable block range.
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.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.
hashxp.org is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.