com.tallymesh/lc-checker
Official2 toolsCheck a letter-of-credit document set for UCP600/ISBP discrepancies before the bank does.
Validates letter-of-credit documents for UCP600/ISBP compliance discrepancies.
Captured live from the server via tools/list.
start_lc_audit
Start a UCP600/ISBP letter-of-credit / trade-document discrepancy audit over a set of documents. Returns a job_id; then call get_lc_audit_result to poll. Decision support, not a guarantee of bank acceptance.
Parameters (2)
- documentsarrayrequired
1-12 documents
- rulesetstring
omit for the default 39-rule trade-payment set; 'lc-presentation' = 29-rule UCP600/ISBP L/C presentation check
get_lc_audit_result
Poll a TallyMesh audit job and fetch the verdict + per-rule findings (each pinned to a field and cited to the UCP600/ISBP article) + report paths.
Parameters (1)
- job_idinteger | stringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"lc-checker": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tallymesh.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.