Skip to content
Back to LR Labs — Compiled Cross-Border Tax Law Engine

Card snapshot

lrlabs.ai · 2026-08-02 09:36:25 UTC · 3eb93039b8f7e8f4af3fa9acddfc1eb7d7719ac1d48f27d920952113345caa07

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "lr-labs",
  "title": "LR Labs \u2014 compiled cross-border tax law",
  "description": "Deterministic symbolic engine for cross-border tax positions (India inbound/outbound): permanent establishment, treaty access, GAAR, transfer pricing. No generative model in the evaluation path.",
  "version": "0.1.0",
  "url": "https://lrlabs.ai",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://lrlabs.ai/mcp"
  },
  "rest": {
    "compute_get": "/compute?agentType=dependent&concludesContracts=secures&agentExclusivity=yes",
    "analyze": "/api/agent/analyze",
    "transfer_pricing": "/api/agent/transfer-pricing",
    "corridors": "/api/agent/corridors",
    "metrics": "/api/agent/metrics",
    "openapi": "/openapi.json"
  },
  "tools": [
    {
      "name": "analyze_cross_border_tax",
      "description": "Compute the tax position of a cross-border arrangement between a treaty pair (permanent-establishment exposure and Indian tax liability) from structured facts. Returns a determinat"
    },
    {
      "name": "screen_transfer_pricing",
      "description": "Screen an Indian transfer-pricing position deterministically: safe-harbour eligibility against the Rule 10TD floors (17%/18% software-ITES, 18-24% KPO), documentation obligations u"
    },
    {
      "name": "list_compiled_corridors",
      "description": "List which treaty pairs, PE families, and compiled-rule counts the LR Labs engine covers, plus the structured-fact schema. Call this to decide whether analyze_cross_border_tax can "
    },
    {
      "name": "verify_tax_research_note",
      "description": "Deterministically verify a piece of tax analysis (yours or anyone's): every citation is resolved against the compiled corpus, quotes and thresholds are checked against compiled law"
    }
  ],
  "capabilities": {
    "deterministic": true,
    "llm_in_evaluation_path": false,
    "refuses_outside_corridors": true,
    "compiled_rules": 127
  },
  "documentation": "/llms.txt"
}