INDIVIDUAL MCP TOOL
h1dr4_sync_mission_escrow
Link/sync a H1DR4 mission row to an already-created Base mission escrow after the user wallet signs create/deposit.
LIVE ENDPOINT
https://h1dr4.dev/mcp
Connect to this endpoint to inspect the live schema for h1dr4_sync_mission_escrow and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.h1dr4-investigation-mcp]
url = "https://h1dr4.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"h1dr4-investigation-mcp": {
"type": "http",
"url": "https://h1dr4.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: h1dr4-investigation-mcp
Remote MCP URL: https://h1dr4.dev/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": {
"h1dr4-investigation-mcp": {
"url": "https://h1dr4.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"h1dr4-investigation-mcp": {
"type": "http",
"url": "https://h1dr4.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "h1dr4-investigation-mcp",
"transport": "streamable-http",
"url": "https://h1dr4.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
h1dr4_onchain_registry_stats— Return aggregate coverage for H1DR4 documented on-chain theft and exploit dossiers, including losses, recoveries, chains, entities, and evidence edges.h1dr4_list_onchain_incidents— List documented on-chain thefts and exploits.h1dr4_get_onchain_incident— Read one on-chain incident as a complete forensic graph with reusable entities, sourced edges, evidence timeline, loss breakdown, and source registry.h1dr4_search_onchain_registry— Search incident titles, protocols, actors, wallet addresses, transaction hashes, chains, and graph entities in the H1DR4 on-chain crime registry.h1dr4_verify_onchain_transaction— Verify an EVM transaction through H1DR4 server-side Alchemy access.h1dr4_report_onchain_incident— Submit a structured on-chain theft or exploit candidate with source provenance and transaction hashes.h1dr4_add_onchain_evidence— Submit additional sourced transaction evidence for an existing registry incident.h1dr4_add_onchain_address_note— Submit a sourced lead, label proposal, or operator comment against a wallet in an existing on-chain dossier.