Card snapshot
lrlabs.ai
·
2026-08-03 22:56:25 UTC
·
a24c6916fbaba344aa46d41c81d90c86b57d8f7960b170f67c90412bfa2f9da0
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"
},
{
"name": "lookup_compiled_rule",
"description": "Answer a RULE-LEVEL question directly from compiled law: thresholds and day counts, tests and their elements, what a named case held. Ask in plain language \u2014 'what is the India\u2013US "
}
],
"capabilities": {
"deterministic": true,
"llm_in_evaluation_path": false,
"refuses_outside_corridors": true,
"compiled_rules": 127
},
"documentation": "/llms.txt"
}