AVEL for Grok
io.github.ensi81/avel
Identity/reputation verification for agent-to-agent payments across x402, AP2, MPP, checkout.
client:Grok
transport:stdio
runtime:pypi
Install AVEL in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"avel": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-interchange"
],
"env": {
"AVEL_BASE_URL": "<AVEL_BASE_URL>",
"AVEL_PRIVATE_KEY": "<AVEL_PRIVATE_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs