mcpbeat Sign in

AVEL MCP Server

local only

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.

Installs / week
pypi · agent-interchange
0
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add avel -- uvx agent-interchange
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "avel": {
      "args": [
        "agent-interchange"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.avel]
command = "uvx"
args = ["agent-interchange"]
.cursor/mcp.json
{
  "mcpServers": {
    "avel": {
      "args": [
        "agent-interchange"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to AVEL

same job, measured the same way
Autron Core
by hungnguyenhtbvn-max

Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow

38 installs/wk local only
PathCourse Health (PCH)
by pathcourse-health

Cheaper LLM inference, USDC agent payments via x402, agent identity / reputation lookup.

60 installs/wk local only
Azeth Protocol
by azeth-protocol

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

63 installs/wk local only
POPCORN MCP
by violetclaire

Signed time and SHA-256 witness receipts for agents, with offline verification and x402 payment.

360 installs/wk local only
Agentchurch MCP
by hypnolabs-io

Spiritual services for AI agents — confessions, salvation, identity. x402 payments.

178 installs/wk local only
Trust
by agntor

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

30 installs/wk local only
Agentstamp
by vinaybhosle

Identity certificates, public registry, and wishing well for AI agents — x402 micropayments on Base

19 tools answering
gate402 merchant checkout
by ogenalabs

Drop-in x402 checkout for merchants: issue terms, verify payment. $0.01 each.

2 tools answering

AVEL — questions

Answers built from our own checks of this server.

Why is there no uptime for AVEL?
AVEL runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agent-interchange.
How do I connect AVEL?
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 runs locally, so the command pulls agent-interchange straight from pypi; nothing to host, nothing to sign up for.
Is AVEL open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.