← Registry

Security & Testing

redeal.dev

Provides tools to create and verify fairness deals using cryptographic commitments and certificates.

1 endpoint10 known toolsFirst detected August 16, 2026Last detected August 16, 2026

ENDPOINT 1

https://api.redeal.dev/mcp

No auth detected

MCP server metadata

Name
redeal
Version
0.1.0
Capabilities
tools
Server instructions

redeal: neutral fairness computation. Two or more parties submit sealed inputs; a published deterministic algorithm computes the split; everyone gets an identical signed certificate anyone can verify. Flow: create_key (once) → create_deal → every party commit_input → every party reveal_input → (random.v1 only: get_entropy once the pinned drand round has published) → get_certificate. Verify anything, free forever, with verify_certificate. Errors read like instructions — follow them.

Known tools 10

commit_input

Commit your sealed input as a hash (sealed mode).

Inferred read-only
compute_commitment_tool

Compute a commitment string for (input, salt): sha256(JCS(input) ++ salt_bytes), prefixed 'sha256:'.

Inferred read-only
create_deal

Create a fairness deal.

Potential side effects
create_key

Get a free redeal API key.

Inferred read-only
get_certificate

Fetch the signed fairness certificate for a finished deal (state CERTIFIED).

Inferred read-only
get_deal

Read a deal's public state: protocol state (OPEN/COMMITTING/REVEALING/CERTIFIED/VOID/EXPIRED), who has committed/revealed, deadlines, result, and certificate_id once issued.

Inferred read-only
get_entropy

Finish a random.

Inferred read-only
list_algorithms

List redeal's algorithms (split.

Inferred read-only
reveal_input

Reveal your committed input.

Inferred read-only
verify_certificate

Verify a redeal certificate by id: signature check (current or published legacy key) + transparency-log inclusion check, reported per check.

Inferred read-only

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.redeal]
url = "https://api.redeal.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "redeal": {
      "type": "http",
      "url": "https://api.redeal.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "redeal": {
      "type": "http",
      "url": "https://api.redeal.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "redeal",
  "transport": "streamable-http",
  "url": "https://api.redeal.dev/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for redeal.dev was fetched 2026-08-21T13:28:13.318Z.

Trust status Neutral

redeal.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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