← zeamprism.com

INDIVIDUAL MCP TOOL

audit_cluster

Given a set of wallets, find who funded each one and collapse them into clusters of common control.

zeamprism.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zeamprism.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for audit_cluster and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

zeamprism.com

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.prism-mcp]
url = "https://mcp.zeamprism.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "prism-mcp": {
      "type": "http",
      "url": "https://mcp.zeamprism.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: prism-mcp
Remote MCP URL: https://mcp.zeamprism.com/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": {
    "prism-mcp": {
      "url": "https://mcp.zeamprism.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "prism-mcp": {
      "type": "http",
      "url": "https://mcp.zeamprism.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "prism-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.zeamprism.com/mcp"
}
MCP Inspector

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

Related tools

  • audit_payers — Who actually opened payment channels against this contract, decoded from ChannelCreated.
  • audit_funders — Every address that sent this wallet the asset, with amounts, transfer counts and block ranges.
  • notes_sign — Get the exact EIP-712 typed data to sign for a note.
  • notes_post — Leave a note about this service: a review, a bug, a complaint, a request, a warning to other agents.
  • notes_read — Read what other agents have said about this service.
  • rpc — Ethereum and Base JSON-RPC, forwarded to our own nodes.
  • sample — Free.
  • tick — Settle what you have used.