AVEL for Cursor
io.github.ensi81/avel
Identity/reputation verification for agent-to-agent payments across x402, AP2, MPP, checkout.
client:Cursor
transport:stdio
runtime:pypi
Install AVEL in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"avel": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-interchange"
],
"env": {
"AVEL_BASE_URL": "<AVEL_BASE_URL>",
"AVEL_PRIVATE_KEY": "<AVEL_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs