reputa for Grok
io.github.0xthaner/reputa
Reputa: wallet risk & security plus DeFi cover (insurance) analyses, paid via x402.
client:Grok
transport:stdio
runtime:npm
Install reputa in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reputa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reputa-mcp"
],
"env": {
"REPUTA_BASE_URL": "<REPUTA_BASE_URL>",
"REPUTA_PAYER_PRIVATE_KEY": "<REPUTA_PAYER_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