Loading MCP server directory, please wait...
Identity/reputation verification for agent-to-agent payments across x402, AP2, MPP, checkout.
npx @getmcp/cli add io.github.Ensi81/avelRequires Python 3.10+. Community-contributed server. Review source before installing.
AVEL_PRIVATE_KEYEVM 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Ensi81/avel": {
"command": "uvx",
"args": [
"agent-interchange"
],
"env": {
"AVEL_BASE_URL": "",
"AVEL_PRIVATE_KEY": ""
}
}
}
}