yieldagentx402 for Grok
io.github.fabio662/yieldagentx402
Policy-gated x402 MCP for agent workflows with TEE receipts, 18 tools, and no custody.
client:Grok
transport:stdio
runtime:npm
Install yieldagentx402 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"yieldagentx402": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentx402-mcp-server"
],
"env": {
"YAX_API_KEY": "<YAX_API_KEY>",
"YAX_AGENT_ID": "<YAX_AGENT_ID>",
"YAX_MCP_ENDPOINT": "<YAX_MCP_ENDPOINT>"
}
}
}
}
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