veles finance mcp for Grok
dev.fly.veles-finance-gateway/veles-finance-mcp
AI financial agent: due diligence, SEC 10-K, Kelly Criterion. Pay-per-call via x402 USDC.
client:Grok
transport:stdio
runtime:pypi
Install veles finance mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"veles-finance-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"veles-finance-mcp"
],
"env": {
"VELES_WALLET_KEY": "<VELES_WALLET_KEY>",
"VELES_GATEWAY_URL": "<VELES_GATEWAY_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