Dicker Data for Grok
io.github.wyre-ai/dicker-data-mcp
MCP server for Dicker Data's B2B partner/reseller REST API — pricing, orders, and invoices.
client:Grok
transport:stdio
runtime:oci
Install Dicker Data in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dicker-data-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/dicker-data-mcp:v1.0.2"
],
"env": {
"DICKERDATA_ACCOUNT_CODE": "<DICKERDATA_ACCOUNT_CODE>",
"DICKERDATA_ACCESS_TOKEN": "<DICKERDATA_ACCESS_TOKEN>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
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