← agreebase.com
INDIVIDUAL MCP TOOL
preview_cancel_draft
Preview the consequences of cancelling a draft agreement.
LIVE ENDPOINT
https://agreebase.com/mcp
Connect to this endpoint to inspect the live schema for preview_cancel_draft 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
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.agreebase]
url = "https://agreebase.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agreebase": {
"type": "http",
"url": "https://agreebase.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agreebase
Remote MCP URL: https://agreebase.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": {
"agreebase": {
"url": "https://agreebase.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agreebase": {
"type": "http",
"url": "https://agreebase.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agreebase",
"transport": "streamable-http",
"url": "https://agreebase.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_agreement— Create a new agreement between two or more parties.create_notarization— Create a notarization record for a file hash, normalized text, or supplied SHA-256 hash.create_declaration— Create a single-party declaration or attestation.start_or_resume_signature_execution— Start or resume signature execution for the authenticated identity on an agreement.get_signature_execution— Get the current signature execution status for the authenticated identity.start_signature_method— Start a specific signature method for the authenticated identity.submit_signature_method_input— Submit an OTP code or public-proof URL.refresh_signature_method— Refresh an asynchronous signature method such as a public proof or Telegram challenge.