INDIVIDUAL MCP TOOL
agent_report
Requires a ChainHelix API key as bearer token, or 5 cents per call paid over Binance b402 in USDT, USDC, USD1 or U on BNB Smart Chain, or over x402 in USDC on the Base network.
LIVE ENDPOINT
https://mcp.chainhelix.io
Connect to this endpoint to inspect the live schema for agent_report and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.chainhelix]
url = "https://mcp.chainhelix.io"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chainhelix": {
"type": "http",
"url": "https://mcp.chainhelix.io"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chainhelix
Remote MCP URL: https://mcp.chainhelix.io
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": {
"chainhelix": {
"url": "https://mcp.chainhelix.io"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chainhelix": {
"type": "http",
"url": "https://mcp.chainhelix.io"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chainhelix",
"transport": "streamable-http",
"url": "https://mcp.chainhelix.io"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
proof_spec— The machine verification spec for the ChainHelix attestation streamlist_reveals— Matured signal reveals with Merkle paths.freshness— Free check before you pay: for every data tool, the content hash and validUntil of its current default result (all chains).daily_digest— One hash per day: the Merkle digest of every reveal, hire deliverable and verification record stored on BNB Greenfield that day, with its root sealed on opBNB.data_changelog— Dated record of every change to the data this server sells: rule flips, label fixes, duplicate removals, band versions, sample notices, each with the date, the tools affected and the count.verify_reveal— Recompute the hash and Merkle fold for one reveal by sequence number.attestation_stats— Live counts of the attestation stream: committed, anchored, revealed, gapsattest_spec— The machine verification spec for the attestation service, how sealed claims are hashed, put on chain and verified independently