Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-03-26 sse

ai.agentrapay/agentra

ai.agentrapay/agentra

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

Uptime
17.4%
207 probes
Response
1844ms
last probe
Tools
6
callable
Resources
3
readable
Prompts
2
available

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…

Resources · 3

Trust tier reference

Current trust tier definitions with spending limits, requirements, and upgrade paths

agentra://trust-tiers
Supported chains and tokens

List of supported blockchains, tokens, and settlement protocols

agentra://supported-chains
Pricing and fee schedule

Current plans, per-handshake fees, and Trust Score API pricing

agentra://pricing

Prompts · 2

onboard

Guided onboarding: register agent, provision wallet, verify identity

pre_transaction_check

Safety check before authorizing a payment to another agent

How to use

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

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