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
54.5%
11 probes
Response
982ms
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…

Similar MCP servers embedding-nearest

Agentra
Trust and identity verification infrastructure for autonomous AI agents with bidirectional reputation scoring and transaction authorization.
0 tools
io.github.agntor/trust
Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.
0 tools
AgentTrust
Trust layer for autonomous agents with A2A communication, cryptographic identity, and prompt injection detection.
0 tools
AgentTrust — Identity & Trust for A2A Agents
Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.
0 tools
HiveTrust
KYA identity verification, trust scoring, and performance bonds for AI agents
0 tools · streamable-http
TrustLayer
Agent reputation intelligence — trust scores, Sybil detection, reviewer quality analysis, and cross-chain identity resolution for 110K+ AI a
0 tools · http

How to use

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

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