Check AgentKarma Counterparty
check_agentkarma_counterpartyEvaluate a Celo counterparty wallet against a local AgentKarma trust policy (min score, receipt-backed requirements). Returns an explainable allow/deny decision plus the karma snapshot that informed it. Read-only — never routes, signs, or holds custody.
§ Inputs
| Name | Type | Description |
|---|---|---|
addressRequired | string | Celo 0x address of the agent/counterparty to look up. |
faceRequired | string | Face to score the decision on (default provider). |
min_scoreRequired | string | Reject when the face score is below this (0–100). |
require_receipt_backedRequired | string | Require at least one Tier-1 receipt-backed signal on the face. |
§ Returns
{ chain, wallet, decision: { allowed, reasons, observed }, snapshot }§ Try saying
- Should I trust counterparty 0x… with min score 50 and receipt-backed karma?
Use this tool
Once Celina is wired into your MCP client, just ask in plain language. The LLM picks check_agentkarma_counterparty automatically.