vanoe intelligence mcp for Grok
io.github.vanoe-ai/vanoe-intelligence-mcp
Stock verdicts, trend stage, P&F, breadth, macro regime, SEC filings. Free key: api.vanoe.ai/signup
client:Grok
transport:stdio
runtime:pypi
Install vanoe intelligence mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vanoe-intelligence-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"vanoe-intelligence-mcp"
],
"env": {
"VANOE_API_KEY": "<VANOE_API_KEY>",
"VANOE_API_BASE_URL": "<VANOE_API_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