← h1dr4.dev
INDIVIDUAL MCP TOOL
h3retik_confirm_job_payment
Verify payment for a job and move it to queued.
LIVE ENDPOINT
https://h1dr4.dev/h3retik/api/mcp
Connect to this endpoint to inspect the live schema for h3retik_confirm_job_payment 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 suggests a financial action.
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.h3retik-cloud-mcp]
url = "https://h1dr4.dev/h3retik/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"h3retik-cloud-mcp": {
"type": "http",
"url": "https://h1dr4.dev/h3retik/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: h3retik-cloud-mcp
Remote MCP URL: https://h1dr4.dev/h3retik/api/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": {
"h3retik-cloud-mcp": {
"url": "https://h1dr4.dev/h3retik/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"h3retik-cloud-mcp": {
"type": "http",
"url": "https://h1dr4.dev/h3retik/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "h3retik-cloud-mcp",
"transport": "streamable-http",
"url": "https://h1dr4.dev/h3retik/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
h3retik_capabilities— Return H3RETIK Cloud capabilities, payment model, and Base MCP signing hints.h3retik_get_agent_skill— Return the H3RETIK Cloud agent skill and recommended operating sequence.h3retik_auth_challenge— Create a wallet-auth challenge for H3RETIK.h3retik_auth_verify— Verify an EIP-191 or ERC-1271 wallet signature and return a bearer token.h3retik_get_tos— Read current H3RETIK Terms of Service.h3retik_accept_tos— Record explicit human ToS acceptance.h3retik_quote_compute_window— Quote an ephemeral VPS window by minutes, actions, and optional location.h3retik_x402_resource— Return the H3RETIK x402 resource endpoint, Bazaar metadata, packages, and sample payment requirements for agent-native HTTP 402 payments.