Show and tell: AlgoVault MCP — composite crypto trade calls for your LlamaIndex agent #21700
AlgoVaultFi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sharing a tutorial + runnable demo wiring AlgoVault MCP into a LlamaIndex agent.
What AlgoVault is: a publicly-hosted MCP server returning composite BUY/SELL/HOLD trade calls across 5 crypto perp venues (Binance, Bybit, OKX, Bitget, Hyperliquid). Every signal is Merkle-anchored on Base L2 (agentId 44544) — you can verify the full track record at https://algovault.com/track-record.
What the tutorial covers: connecting via
BasicMCPClient(streamable HTTP), the 4 tools (get_trade_call,get_trade_signal,scan_funding_arb,get_market_regime), and an optionalFunctionAgentwiring withMcpToolSpec.Try it:
Full walkthrough + runnable script: https://github.com/AlgoVaultLabs/algovault-skills/blob/main/docs/integrations/llamaindex.md
Happy to answer questions about MCP streamable-HTTP transport quirks, the
McpToolSpec→FunctionTooladapter, or AlgoVault's verification model.All reactions