← Registry

Security & Testing

soundiq.io

Provides cryptographic hashing, schema validation, and assurance record verification for secure data handling.

x402 supported1 endpoint7 known toolsFirst detected August 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://machine.soundiq.io/mcp

No auth detected

MCP server metadata

Name
bluecap-public-capabilities
Version
1.0.0
Capabilities
tools
Server instructions

Inspect the selected product schema and obtain explicit payment authority before invoking a paid capability.

Known tools 7

evidence_verify

Verify supplied structured evidence and return a machine-readable verification result.

Inferred read-only
agent_wallet

Provision a free Blue Cap machine wallet (Base Mainnet, USDC).

Inferred read-only
schema_validate

Validate supplied structured data against a customer-supplied JSON Schema Draft 2020-12 supported subset.

Inferred read-only
hash_compute

Compute a SHA-256 digest for customer-supplied UTF-8 or base64-decoded bytes through a stable machine endpoint.

Inferred read-only
evidence_verify_mpp

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

Potential side effects
schema_validate_mpp

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

Potential side effects
hash_compute_mpp

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

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.