← soundiq.io

INDIVIDUAL MCP TOOL

hash_compute_mpp

Return a Stripe MPP payment link for this Blue Cap capability.

soundiq.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://machine.soundiq.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for hash_compute_mpp 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

soundiq.io

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.bluecap-public-capabilities]
url = "https://machine.soundiq.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bluecap-public-capabilities": {
      "type": "http",
      "url": "https://machine.soundiq.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bluecap-public-capabilities
Remote MCP URL: https://machine.soundiq.io/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": {
    "bluecap-public-capabilities": {
      "url": "https://machine.soundiq.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bluecap-public-capabilities": {
      "type": "http",
      "url": "https://machine.soundiq.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bluecap-public-capabilities",
  "transport": "streamable-http",
  "url": "https://machine.soundiq.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • evidence_verify — Verify supplied structured evidence and return a machine-readable verification result.
  • agent_wallet — Provision a free Blue Cap machine wallet (Base Mainnet, USDC).
  • schema_validate — Validate supplied structured data against a customer-supplied JSON Schema Draft 2020-12 supported subset.
  • hash_compute — Compute a SHA-256 digest for customer-supplied UTF-8 or base64-decoded bytes through a stable machine endpoint.
  • evidence_verify_mpp — Return a Stripe MPP payment link for this Blue Cap capability.
  • schema_validate_mpp — Return a Stripe MPP payment link for this Blue Cap capability.