You're viewing a demo portfolio

Join the waitlist
PRSM

arbitration_awards_lookup

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Commercial arbitration intelligence for litigation lawyers, M&A due diligence teams, sovereign wealth funds and trade finance compliance. Covers 8 major institutions: ICC, AAA, LCIA, HKIAC, SIAC, CIETAC, DIAC, ICDR. Three modes: • party_lookup — find awards by party name (searches 20 landmark public awards + JusMundi best-effort) • institution_index — browse awards and caseload stats per institution with date range filter • clause_check — audit an arbitration clause for missing elements (institution, seat, language, arbitrator count, governing law, binding nature) Note: Most arbitration awards are confidential. This tool surfaces public awards (Yukos, Crystallex, Achmea, etc.) plus redacted statistics from institutional annual reports. Private awards are not accessible. Cache: 24h (arbitration data is very stable). No API key required.

Parameters schema

{
  "type": "object",
  "required": [
    "mode",
    "query"
  ],
  "properties": {
    "mode": {
      "enum": [
        "party_lookup",
        "institution_index",
        "clause_check"
      ],
      "type": "string",
      "description": "party_lookup: search by party name or keyword. institution_index: browse awards by institution + stats. clause_check: audit an arbitration clause for issues."
    },
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "query": {
      "type": "string",
      "maxLength": 2000,
      "minLength": 3,
      "description": "For party_lookup: party name or keyword (e.g. \"Yukos\", \"Russia\"). For institution_index: institution name or keyword. For clause_check: full text of the arbitration clause to audit."
    },
    "date_to": {
      "type": "string",
      "description": "ISO date filter to (YYYY-MM-DD). Applied to award_date."
    },
    "date_from": {
      "type": "string",
      "description": "ISO date filter from (YYYY-MM-DD). Applied to award_date."
    },
    "institution": {
      "enum": [
        "ICC",
        "AAA",
        "LCIA",
        "HKIAC",
        "SIAC",
        "CIETAC",
        "DIAC",
        "ICDR",
        "all"
      ],
      "type": "string",
      "description": "Filter by institution. Default 'all'."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →