nigeria quidax crypto for Grok
io.github.braynexservices/nigeria-quidax-crypto
Live crypto tickers in Naira (BTC/NGN etc.) from Quidax. Read-only, keyless, no trading.
client:Grok
transport:stdio
runtime:npm
Install nigeria quidax crypto in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nigeria-quidax-crypto": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@braynexservices/nigeria-mcp-quidax-crypto"
],
"env": {
"CRYPTO_PROVIDER": "<CRYPTO_PROVIDER>"
}
}
}
}
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