Catalog
dev.fly.veles-finance-gateway/veles-finance-mcp
OfficialAI financial agent: due diligence, SEC 10-K, Kelly Criterion. Pay-per-call via x402 USDC.
Financial agent for due diligence and SEC filings analysis using Kelly Criterion.
README not available yet.
Install
Configuration
Environment variables
VELES_WALLET_KEYsecretBase network private key with USDC for automatic x402 micropayments
VELES_GATEWAY_URLOverride gateway URL (default: https://veles-finance-gateway.fly.dev)
claude_desktop_config.json
{
"mcpServers": {
"veles-finance-mcp": {
"command": "uvx",
"args": [
"veles-finance-mcp"
],
"env": {
"VELES_WALLET_KEY": "<YOUR_VELES_WALLET_KEY>",
"VELES_GATEWAY_URL": "<YOUR_VELES_GATEWAY_URL>"
}
}
}
}