LIVE ENDPOINT
https://api.redeal.dev/mcp
Connect to this endpoint to inspect the live schema for create_key and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
commit_input— Commit your sealed input as a hash (sealed mode).compute_commitment_tool— Compute a commitment string for (input, salt): sha256(JCS(input) ++ salt_bytes), prefixed 'sha256:'.create_deal— Create a fairness deal.get_certificate— Fetch the signed fairness certificate for a finished deal (state CERTIFIED).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.get_entropy— Finish a random.list_algorithms— List redeal's algorithms (split.reveal_input— Reveal your committed input.