Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

veles finance mcp in other clients