wex_define

Pack: cornell-wex · Endpoint: https://gateway.pipeworx.io/cornell-wex/mcp

Definition of a US legal term or doctrine from Cornell LII’s Wex legal encyclopedia: the plain-English explanation, its related Wex terms, topic categories and last-reviewed date. Answers “what does habeas corpus mean”, “define adverse possession”, “explain res judicata”. Free: LII licenses Wex CC BY-NC-SA, so this call costs 0 credits and the response carries the attribution and licence a caller must pass on.

Parameters

NameTypeRequiredDescription
termstringyesThe legal term as written, e.g. “tort”, “adverse possession”, “res judicata”, “Miranda warning”. Case and spaces do not matter.

Example call

Arguments

{
  "term": "tort"
}

curl

curl -X POST https://gateway.pipeworx.io/cornell-wex/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"wex_define","arguments":{"term":"tort"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('wex_define', {
  "term": "tort"
});

More examples

{
  "term": "adverse possession"
}
{
  "term": "res judicata"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "cornell-wex": {
      "url": "https://gateway.pipeworx.io/cornell-wex/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 14, 2026