INDIVIDUAL MCP TOOL
license_status
Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.
LIVE ENDPOINT
https://mcp.zovo.one/mcp/terms
Connect to this endpoint to inspect the live schema for license_status 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.
- A tool name or description suggests retrieving external content.
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.mcp-clauses]
url = "https://mcp.zovo.one/mcp/terms"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-clauses": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/terms"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-clauses
Remote MCP URL: https://mcp.zovo.one/mcp/terms
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": {
"mcp-clauses": {
"url": "https://mcp.zovo.one/mcp/terms"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-clauses": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/terms"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-clauses",
"transport": "streamable-http",
"url": "https://mcp.zovo.one/mcp/terms"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
clause_add— Save a reusable contract or proposal clause to the library.clause_get— Return one clause in full by id or title: body, category, tags, jurisdiction, variables and the revision count, which stays 0 on free.clause_update— Change the text, category, tags, variables or jurisdiction of a clause.clause_delete— Delete one clause by id or exact title and report how many are left.clause_list— List the library as id, title, category, tags and variables, in contract order by category then title, which is the order contract_assemble uses.clause_search— Ranked search over clause titles, tags, categories and bodies.clause_import— Call this tool to load clauses from a .clause_export— Call this tool to write the whole library to one file and return the path, format and count.