tradar for Grok
io.github.stolarubrendang/tradar
Real-time market catalysts from 50+ primary federal sources, AI-classified for traders.
client:Grok
transport:stdio
runtime:npm
Install tradar in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tradar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tradar-mcp"
]
}
}
}
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