MATA
CLI
`map invoke MATA` recipes for every operation.
The CLI is a Rust binary at services/map-cli. After map login you can dispatch any operation on MATA from the shell.
Common flags
| Flag | Effect |
|---|---|
--input <json> | Operation payload (or read from stdin) |
--version v1.0.0 | Pin a specific protocol version |
--idempotency-key <k> | Required for safe retries of state-changing ops |
--audit-tail | Print the audit record(s) produced |
--output human | Pretty-print response (default: json) |
Recipes
pool
map invoke MATA pool --input '{"example":true}'Pool multiple attestations into a composite Bayesian distribution.
Capability: map.mata.pool
weight
map invoke MATA weight --input '{"example":true}'Compute source-weighted credence for a target claim.
Capability: map.mata.weight
divergence
map invoke MATA divergence --input '{"example":true}'Surface the divergence between pooled sources — disagreement becomes evidence.
Capability: map.mata.divergence
See CLI reference for global flags, login, MCP integration.