AVEL for Claude Desktop
io.github.ensi81/avel
Identity/reputation verification for agent-to-agent payments across x402, AP2, MPP, checkout.
client:Claude Desktop
transport:stdio
runtime:pypi
Install AVEL in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"avel": {
"command": "uvx",
"args": [
"agent-interchange"
],
"env": {
"AVEL_BASE_URL": "<AVEL_BASE_URL>",
"AVEL_PRIVATE_KEY": "<AVEL_PRIVATE_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs