← avokata.com

INDIVIDUAL MCP TOOL

avokata_account

The signed-in account: status, the plans (record which one the user would choose; nothing is charged during the beta), keys and key revocation, and deletion.

avokata.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.avokata.com/mcp?src=llms

No auth detected

Connect to this endpoint to inspect the live schema for avokata_account 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

avokata.com

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?src=llms"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "avokata": {
      "type": "http",
      "url": "https://mcp.avokata.com/mcp?src=llms"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: avokata
Remote MCP URL: https://mcp.avokata.com/mcp?src=llms

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?src=llms"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "avokata": {
      "type": "http",
      "url": "https://mcp.avokata.com/mcp?src=llms"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "avokata",
  "transport": "streamable-http",
  "url": "https://mcp.avokata.com/mcp?src=llms"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • connect — Start using Avokata.
  • connect_verify — Finish signing in: call right after connect(email) with the request_id and no code; it waits for the user's Confirm click (if it returns waiting, call again, never ask the user).
  • whoami — Who the server thinks you are, which quotas you have left, and which jurisdictions currently have a corpus.
  • describe — What this service holds and how complete it is: every source with its date, coverage per legal area with the thin ones named (Constitutional Court, CJEU, first-instance criminal judgments, secondary legislation), the court hierarchy, each court's case-number formats and the EU-governed areas whose EU acts search_law also reads.
  • 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.