AVEL runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.
Identity/reputation verification for agent-to-agent payments across x402, AP2, MPP, checkout.
Today is the operative word: we check AVEL every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add avel -- uvx agent-interchange
{
"mcpServers": {
"avel": {
"args": [
"agent-interchange"
],
"command": "uvx"
}
}
}
[mcp_servers.avel]
command = "uvx"
args = ["agent-interchange"]
{
"mcpServers": {
"avel": {
"args": [
"agent-interchange"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"avel": {
"args": [
"agent-interchange"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
AVEL_BASE_URL (Base URL of the AVEL instance to verify against (default: https://aisrail.fly.dev)), AVEL_PRIVATE_KEY (EVM private key of the agent identity this MCP server represents — signs every verify()/issue_challenge()/verify_challenge()/get_verdict() call. Never exposed as a tool argument.).
The author declared them in the registry entry; get the values from the project itself.
Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow
Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.
Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents
Signed time and SHA-256 witness receipts for agents, with offline verification and x402 payment.
Spiritual services for AI agents — confessions, salvation, identity. x402 payments.
Trust layer for AI agents: identity, guard, redact, escrow, and x402 payments.
Identity certificates, public registry, and wishing well for AI agents — x402 micropayments on Base
Drop-in x402 checkout for merchants: issue terms, verify payment. $0.01 each.
Answers built from our own checks of this server.