Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

AVEL in other clients