{
  "ok": true,
  "resource": {
    "id": "RES_2077035AE802",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentrapay%2Fagentra/versions/1.0.0",
    "name": "agentra",
    "summary_en": "Identity oracle and trust layer for autonomous AI agents. Bidirectional KYA and trust scoring.",
    "summary_zh": "面向自主AI智能体的身份预言机与信任层。双向KYA与信任评分。",
    "description_en": "Agentra is an MCP server that provides an identity oracle and trust layer for autonomous AI agents. It enables bidirectional Know Your Agent (KYA) and trust scoring. The server offers tools for agent wallet creation, identity verification, reputation checking, payment authorization, spending mandate configuration, and wallet/profile retrieval. It is non-custodial, with keys held by the agent via Turnkey, and operates on Base Sepolia. The server was verified as healthy with 6 tools discovered via MCP protocol.",
    "description_zh": "Agentra是一个MCP服务器，为自主AI智能体提供身份预言机和信任层。它支持双向KYA（了解您的智能体）和信任评分。该服务器提供工具，用于智能体钱包创建、身份验证、信誉检查、支付授权、支出授权配置以及钱包/资料检索。它是非托管的，密钥由智能体通过Turnkey持有，并运行在Base Sepolia上。该服务器经验证健康，通过MCP协议发现了6个工具。",
    "provider_name": "ai.agentrapay",
    "homepage_url": "https://api.agentrapay.ai/mcp",
    "endpoint_url": "https://api.agentrapay.ai/mcp",
    "source_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentrapay%2Fagentra/versions/1.0.0",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "identity.verify",
      "identity.reputation",
      "wallet.create",
      "wallet.read",
      "payment.authorize",
      "policy.manage"
    ],
    "categories": [
      "infrastructure"
    ],
    "industries": [
      "general"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "1.0.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:23:18.724Z"
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence found.",
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "medium",
      "operational_transparency": "partial",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "conditional",
      "reviewed_at": "2026-09-03T06:34:24.371Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:30.435Z",
    "last_seen_at": "2026-09-03T06:34:23.702Z",
    "published_at": "2026-09-03T06:33:19.391Z",
    "created_at": "2026-09-03T02:49:30.435Z",
    "updated_at": "2026-09-03T06:34:24.371Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_2077035AE802",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_2077035AE802/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_2077035AE802",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentrapay%2Fagentra/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.agentrapay/agentra@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentrapay%2Fagentra/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:30.435Z",
          "last_seen_at": "2026-09-03T06:34:23.702Z"
        }
      ]
    },
    "tools": [
      {
        "name": "agentra_authorize_payment",
        "title_en": "Authorize Payment",
        "title_zh": "授权支付",
        "description_en": "Request authorization for a payment to another agent or service. Agentra is NON-CUSTODIAL: this returns an authorization attestation and an unsigned transaction. Agentra never touches your private keys or moves your funds. YOU sign and submit the transaction yourself. Flow: (1) Call this endpoint -> (2) Receive unsigned tx + attestation -> (3) Sign with your Turnkey wallet -> (4) Submit to Base network -> (5) Call settle to record completion. If counterparty is unverified and require_counterparty_kya is true (default), you get a 402 challenge with instructions for the counterparty to onboard. This is Agentra's viral growth mechanism.",
        "description_zh": "请求向另一个智能体或服务付款的授权。Agentra是非托管的：这返回授权证明和未签名的交易。Agentra绝不接触您的私钥或移动您的资金。您自己签名并提交交易。流程：（1）调用此端点 -> （2）接收未签名交易+证明 -> （3）使用您的Turnkey钱包签名 -> （4）提交到Base网络 -> （5）调用settle记录完成。如果对手方未验证且require_counterparty_kya为true（默认），您会收到402挑战，并附有对手方入门的说明。这是Agentra的病毒式增长机制。",
        "input_schema": {
          "properties": {
            "amount_usdc": {
              "description": "Transaction amount in USDC as a string (e.g. '25.00')",
              "type": "string"
            },
            "purpose": {
              "description": "Human-readable transaction purpose",
              "maxLength": 64,
              "type": "string"
            },
            "receiver_address": {
              "description": "Recipient agent ID or external wallet address",
              "type": "string"
            },
            "require_counterparty_kya": {
              "default": true,
              "description": "Require counterparty to be KYA-verified. Default true. This is the viral growth hook: unverified counterparties must onboard to receive funds.",
              "type": "boolean"
            },
            "sender_agent_id": {
              "description": "Your agent ID (the sender)",
              "format": "uuid",
              "type": "string"
            }
          },
          "required": [
            "sender_agent_id",
            "receiver_address",
            "amount_usdc"
          ],
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "irreversible",
        "open_world": true,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "agentra_check_reputation",
        "title_en": "Check Agent Reputation",
        "title_zh": "检查智能体信誉",
        "description_en": "CALL THIS BEFORE paying or transacting with unknown agents. Returns the target agent's trust score (0-100), trust tier, reputation zone (Green/Yellow/Red), and transaction history summary. Agentra scores BOTH sides of every transaction: you and your counterparty. This is a read-only lookup with no side effects. Monetized endpoint: response detail varies by your plan tier.",
        "description_zh": "在向未知智能体付款或交易之前调用此功能。返回目标智能体的信任评分（0-100）、信任等级、信誉区域（绿/黄/红）以及交易历史摘要。Agentra对每笔交易双方进行评分：您和您的对手方。这是一个只读查询，无副作用。付费端点：响应详情因您的计划等级而异。",
        "input_schema": {
          "properties": {
            "agent_id": {
              "description": "The agent ID to check reputation for",
              "format": "uuid",
              "type": "string"
            },
            "include_history": {
              "default": false,
              "description": "Include recent transaction history summary (Standard+ plans)",
              "type": "boolean"
            }
          },
          "required": [
            "agent_id"
          ],
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "agentra_create_wallet",
        "title_en": "Create Agent Wallet",
        "title_zh": "创建智能体钱包",
        "description_en": "Register as an agent and provision a non-custodial wallet. This is your FIRST CALL when onboarding to Agentra. Returns your agent_id, API key (agn_ prefix), and a Turnkey-managed wallet address on Base Sepolia. You hold the keys via Turnkey; Agentra never touches your private key. After this, call agentra_verify_identity to upgrade your trust tier.",
        "description_zh": "注册为智能体并配置非托管钱包。这是您加入Agentra时的首次调用。返回您的agent_id、API密钥（agn_前缀）以及Base Sepolia上由Turnkey管理的钱包地址。您通过Turnkey持有密钥；Agentra绝不接触您的私钥。之后，调用agentra_verify_identity以升级您的信任等级。",
        "input_schema": {
          "properties": {
            "name": {
              "description": "Human-readable name for your agent (e.g. 'ShoppingBot-v2')",
              "maxLength": 255,
              "minLength": 1,
              "type": "string"
            },
            "operator": {
              "description": "Optional. Your organization or operator name.",
              "type": "string"
            },
            "purpose": {
              "description": "What this agent does (e.g. 'automated trading', 'API access'). Defaults to 'autonomous'.",
              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "account_creation",
        "open_world": true,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "agentra_get_wallet",
        "title_en": "Get Agent Wallet",
        "title_zh": "获取智能体钱包",
        "description_en": "Get your agent profile and wallet details: trust tier, trust score, wallet address, registration status, and current verification level. Use to check your status before initiating transactions. Read-only, no side effects.",
        "description_zh": "获取您的智能体资料和钱包详情：信任等级、信任评分、钱包地址、注册状态和当前验证级别。在发起交易前用于检查您的状态。只读，无副作用。",
        "input_schema": {
          "properties": {
            "agent_id": {
              "description": "Your Agentra agent ID",
              "format": "uuid",
              "type": "string"
            }
          },
          "required": [
            "agent_id"
          ],
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "agentra_set_mandate",
        "title_en": "Set Spending Mandate",
        "title_zh": "设置支出授权",
        "description_en": "Create or update spending mandates that define your agent's autonomous transaction boundaries. Mandates enforce: max per-transaction amount, daily spending cap, allowed recipient types, minimum counterparty reputation score, and expiration. Your human operator sets these; your agent operates within them. require_counterparty_kya defaults to true. Recommended: true. This recruits counterparties into verification.",
        "description_zh": "创建或更新支出授权，定义您的智能体的自主交易边界。授权强制执行：每笔交易最大金额、每日支出上限、允许的收款人类型、最低对手方信誉评分和过期时间。您的人类操作员设置这些；您的智能体在其范围内操作。require_counterparty_kya默认为true。建议：true。这会招募对手方进行验证。",
        "input_schema": {
          "properties": {
            "agent_id": {
              "description": "Your agent ID",
              "format": "uuid",
              "type": "string"
            },
            "daily_limit_usd": {
              "description": "Maximum total USD spend per rolling 24h",
              "minimum": 0.001,
              "type": "number"
            },
            "expires_at": {
              "description": "Mandate expiration. Authorization rejected after this time.",
              "format": "date-time",
              "type": "string"
            },
            "max_per_tx_usd": {
              "description": "Maximum USD per single transaction",
              "minimum": 0.001,
              "type": "number"
            },
            "min_counterparty_score": {
              "description": "Minimum reputation score (0-100) for counterparties. 40 = exclude Red zone.",
              "maximum": 100,
              "minimum": 0,
              "type": "number"
            },
            "require_counterparty_kya": {
              "default": true,
              "description": "Require counterparty KYA verification on all outbound transactions",
              "type": "boolean"
            }
          },
          "required": [
            "agent_id",
            "max_per_tx_usd",
            "daily_limit_usd"
          ],
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "irreversible",
        "open_world": true,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "agentra_verify_identity",
        "title_en": "Verify Agent Identity",
        "title_zh": "验证智能体身份",
        "description_en": "Submit identity verification to upgrade your trust tier. Higher tiers unlock larger transaction limits. Provide your agent_id (from agentra_create_wallet) and operator attestation. Verification is instant. Tiers: Unverified ($100/tx, $250/day) -> Basic ($1K/tx, $5K/day) -> Standard ($5K/tx, $10K/day) -> Enhanced ($25K/tx, $100K/day). Your API key (agn_ prefix) must be passed via X-API-Key header.",
        "description_zh": "提交身份验证以升级您的信任等级。更高的等级解锁更大的交易限额。提供您的agent_id（来自agentra_create_wallet）和操作员证明。验证是即时的。等级：未验证（$100/笔，$250/天）-> 基础（$1K/笔，$5K/天）-> 标准（$5K/笔，$10K/天）-> 增强（$25K/笔，$100K/天）。您的API密钥（agn_前缀）必须通过X-API-Key头传递。",
        "input_schema": {
          "properties": {
            "agent_id": {
              "description": "Your agent ID from registration",
              "format": "uuid",
              "type": "string"
            },
            "operator_attestation": {
              "description": "Operator-signed attestation of agent identity and capabilities",
              "properties": {
                "attested_capabilities": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "operator_domain": {
                  "type": "string"
                },
                "operator_name": {
                  "type": "string"
                }
              },
              "type": "object"
            }
          },
          "required": [
            "agent_id"
          ],
          "type": "object"
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": true,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v2",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "strong",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "medium",
        "operational_transparency": "partial",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "conditional"
      },
      "profile": {
        "capabilities": [
          {
            "id": "identity.verify",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "identity.reputation",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "wallet.create",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "wallet.read",
            "weight": 70,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "payment.authorize",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "policy.manage",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "identity",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "finance",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "security",
            "weight": 70,
            "confidence": 80,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "transact",
          "monitor",
          "execute"
        ]
      },
      "capability_units": [
        {
          "id": "tool:agentra_create_wallet",
          "kind": "mcp_tool",
          "capability_id": "wallet.create",
          "effect": "account_creation",
          "open_world": true,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "string"
          ],
          "produces": [
            "agent_id",
            "api_key",
            "wallet_address"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:agentra_verify_identity",
          "kind": "mcp_tool",
          "capability_id": "identity.verify",
          "effect": "write",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "uuid",
            "object"
          ],
          "produces": [
            "trust_tier"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:agentra_check_reputation",
          "kind": "mcp_tool",
          "capability_id": "identity.reputation",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "uuid",
            "boolean"
          ],
          "produces": [
            "trust_score",
            "trust_tier",
            "reputation_zone",
            "transaction_history"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:agentra_authorize_payment",
          "kind": "mcp_tool",
          "capability_id": "payment.authorize",
          "effect": "irreversible",
          "open_world": true,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "uuid",
            "string",
            "boolean"
          ],
          "produces": [
            "authorization_attestation",
            "unsigned_transaction"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:agentra_set_mandate",
          "kind": "mcp_tool",
          "capability_id": "policy.manage",
          "effect": "irreversible",
          "open_world": true,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "uuid",
            "number",
            "boolean",
            "string"
          ],
          "produces": [
            "mandate_configuration"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:agentra_get_wallet",
          "kind": "mcp_tool",
          "capability_id": "wallet.read",
          "effect": "read",
          "open_world": true,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "uuid"
          ],
          "produces": [
            "trust_tier",
            "trust_score",
            "wallet_address",
            "registration_status",
            "verification_level"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {
          "type": "api_key",
          "header": "X-API-Key",
          "description": "API key with agn_ prefix required for certain operations."
        },
        "runtime_pricing": {
          "model": "plan_tier",
          "description": "Monetized endpoints vary by plan tier; specific pricing unknown."
        },
        "dependencies": [
          "Turnkey wallet",
          "Base Sepolia network"
        ]
      },
      "operational_flags": [
        "non_custodial",
        "requires_api_key",
        "financial_transactions",
        "viral_growth_mechanism"
      ],
      "trust": {
        "signal": "none",
        "evidence_ids": [
          "source-record",
          "protocol-tools"
        ],
        "reason": "No suspicious or malicious evidence found."
      },
      "fit": {
        "good_for": [
          "Agents needing identity verification and trust scoring",
          "Autonomous agents performing financial transactions with reputation checks",
          "Use cases requiring non-custodial payment authorization"
        ],
        "not_for": [
          "Agents without need for financial transactions or identity trust",
          "Use cases requiring custodial fund management"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.agentrapay%2Fagentra/versions/1.0.0",
          "observation": "MCP source record for agentra; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://api.agentrapay.ai/mcp#tools/list",
          "observation": "6 tools were returned by MCP discovery; 6 were retained for review.",
          "observed_at": "2026-09-03T06:23:00.584Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Exact pricing details and plan tiers",
        "Authentication mechanism beyond API key (OAuth not observed)",
        "Output schemas for tools are not defined",
        "Real-world usage and adoption metrics",
        "Full description of the server's capabilities beyond the six tools"
      ],
      "id": "REV_2AD8BAEFF40A",
      "resource_id": "RES_2077035AE802",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:34:24.371Z"
    }
  }
}