Security & Testing
redeal.dev
Provides tools to create and verify fairness deals using cryptographic commitments and certificates.
ENDPOINT 1
https://api.redeal.dev/mcp
MCP server metadata
- Name
- redeal
- Version
- 0.1.0
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
compute_commitment_toolCompute a commitment string for (input, salt): sha256(JCS(input) ++ salt_bytes), prefixed 'sha256:'.
Inferred read-onlyget_certificateFetch the signed fairness certificate for a finished deal (state CERTIFIED).
Inferred read-onlyget_dealRead 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-onlyverify_certificateVerify a redeal certificate by id: signature check (current or published legacy key) + transparency-log inclusion check, reported per check.
Inferred read-onlyCONNECT 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.
redeal.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.