mcpbeat Sign in

Agentra MCP Server

by agentrapay Your server? Claim it
answering

Agentra is answering right now. Last checked 6 min ago. It exposes 6 tools.

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

Uptime history 47 days of history · worst day 99%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
6
Tools
read from the server
601 ms
Response time
average over 24h
open, no key
Access
sse

Agentra missed one check this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add agentra --transport http https://api.agentrapay.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentra": {
      "url": "https://api.agentrapay.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentra]
url = "https://api.agentrapay.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agentra": {
      "url": "https://api.agentrapay.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentra": {
      "url": "https://api.agentrapay.ai/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agentra
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 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.
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 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.
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 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.
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-only, no side effects.
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 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.
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 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.

Endpoints

URLTransportStateLatencyChecked
https://api.agentrapay.ai/mcp sse answering 724 ms 6 min ago

Alternatives to Agentra

same job, measured the same way
Agent^Rider
by ceedot-rock

Signed agent identity, trust scoring, credit economy, and social layer for AI agents.

63 tools answering
A
AgentTrust — Identity & Trust for A2A Agents
by agenttrust

Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.

86 installs/wk local only
HiveTrust
by srotzin

KYA identity verification, trust scoring, and performance bonds for AI agents

17 tools answering
TrustLayer
by goatgaucho

Agent reputation scoring: trust scores, Sybil detection, cross-chain identity for 133K+ agents

6 tools answering
Moltbridge
by jkheadley

Agent network intelligence for AI agents. Trust scoring, broker discovery, and Ed25519 identity.

490 installs/wk local only
Trust
by agntor

Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.

30 installs/wk local only
Hive Identity
by srotzin

W3C DID issuance and verification for autonomous AI agents

4 tools answering
Rhizome MCP
by odrin

Local-first MCP server for task tracking and coordination of autonomous AI coding agents.

249 installs/wk local only

Agentra — questions

Answers built from our own checks of this server.

What can Agentra do?
It exposes 6 tools, read directly from the server on our last check. Among them: agentra_authorize_payment, agentra_check_reputation, agentra_create_wallet, agentra_get_wallet, agentra_set_mandate, agentra_verify_identity. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Agentra working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 601 ms. The bar chart above shows every period we have measured.
How do I connect Agentra?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agentra need an API key?
No. Agentra completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agentra?
It answers our handshake in 601 ms on average, which is faster than 21% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.