mintverdict for Grok
com.mintverdict/mintverdict
Solana token risk verdicts, rug checks & outcome labels for AI agents. Pay-per-call x402 USDC.
client:Grok
transport:stdio
runtime:npm
Install mintverdict in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mintverdict": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mintverdict-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
"MINTVERDICT_BASE_URL": "<MINTVERDICT_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