Pariflow Agent for Grok
com.pariflow/agent
Search prediction markets, preview trades, and place explicitly confirmed Pariflow orders.
client:Grok
transport:stdio
runtime:npm
Install Pariflow Agent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pariflow-market/mcp"
],
"env": {
"PARIFLOW_SETUP_CODE": "<PARIFLOW_SETUP_CODE>"
}
}
}
}
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