Skip to content
Back to search
100
MCP live v1.0.0 sse

ai.agentrapay/agentra

ai.agentrapay/agentra

Identity oracle and trust layer for autonomous AI agents. Bidirectional KYA and trust scoring.

Uptime
12.3%
138 probes
Response
1083ms
last probe
Tools
6
callable

Tools · 6

agentra_create_wallet

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 Bas…

agentra_verify_identity

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 ins…

agentra_check_reputation

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 sco…

agentra_authorize_payment

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 key…

agentra_set_mandate

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 counte…

agentra_get_wallet

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-o…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.agentrapay/agentra": {
      "url": "https://api.agentrapay.ai/mcp",
      "transport": "sse"
    }
  }
}