x402station for Grok
io.github.sf1nx/x402station
x402station.io: independent risk-signal layer for x402 endpoints before agents pay.
client:Grok
transport:stdio
runtime:npm
Install x402station in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"x402station": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402station-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"X402STATION_BASE_URL": "<X402STATION_BASE_URL>"
}
}
}
}
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