INDIVIDUAL MCP TOOL
remove_party
Remove a participant from the agreement after reviewing the explicit lifecycle preview.
LIVE ENDPOINT
https://agreebase.com/mcp
Connect to this endpoint to inspect the live schema for remove_party and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
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.