LIVE ENDPOINT
https://mcp.avokata.com/mcp
Connect to this endpoint to inspect the live schema for connect 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.avokata]
url = "https://mcp.avokata.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"avokata": {
"type": "http",
"url": "https://mcp.avokata.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: avokata
Remote MCP URL: https://mcp.avokata.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": {
"avokata": {
"url": "https://mcp.avokata.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"avokata": {
"type": "http",
"url": "https://mcp.avokata.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "avokata",
"transport": "streamable-http",
"url": "https://mcp.avokata.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
connect_verify— Use an existing Avokata key in this conversation, so later calls do not need the header.whoami— Who the server thinks you are, which quotas you have left, and which jurisdictions currently have a corpus.search_law— Find the statutory provision (teisės akto straipsnis) that governs a question.search_practice— Find court practice (teismų praktika) on a legal question or a provision - rulings and judgments (nutartys ir sprendimai) as the courts published them.list_workflows— List the playbooks available: the ones Avokata ships and any this account has written.get_workflow— Get one playbook in full: the procedure, the tools it expects you to call, and what the answer has to carry.