← lexiara.org

INDIVIDUAL MCP TOOL

define_term

The definition of a term of art, and the provision that gives it.

lexiara.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://lexiara.org/mcp

No auth detected

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

lexiara.org

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.lexiara]
url = "https://lexiara.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lexiara": {
      "type": "http",
      "url": "https://lexiara.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lexiara
Remote MCP URL: https://lexiara.org/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": {
    "lexiara": {
      "url": "https://lexiara.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lexiara": {
      "type": "http",
      "url": "https://lexiara.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lexiara",
  "transport": "streamable-http",
  "url": "https://lexiara.org/mcp"
}
MCP Inspector

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

Related tools

  • lookup_provision — Authoritative text of one provision, with in-force window, repealed/prospective status, concept tags, transposition edges and full provenance.
  • search_legislation — Ranked full-text search over provision text.
  • provision_context — The cross-reference neighbourhood of a provision plus its amendment history.
  • work_glossary — The act's glossary: every term it defines, alphabetical, with the publisher's own wording verbatim and the provision that defines each one.
  • term_languages — How an act words one of its defined terms in each language version held.
  • provisions_by_concept — Cross-jurisdiction view of one legal concept: every provision tagged with the given EuroVoc concept, with tagging method and confidence.
  • related_works — Edges between instruments: which national laws transpose a directive (direction 'in'), or what an instrument implements/amends (direction 'out').
  • work_mentions — The act-level overview: every provision of every instrument in this corpus that names the given act, grouped by citing instrument, with the article of the act each citation resolved to (`targetEId`, null where the citation is act-level — which is most of them, and is not a defect).