ConfigsJul 23, 2026·3 min read

ValueCell — Multi-Agent Platform for Financial Applications

A community-driven, open-source multi-agent platform that applies AI agents to equity research, portfolio analysis, and financial data workflows.

Agent ready

Ready-to-run agent install

This asset can be installed after the agent chooses its runtime, checks the plan, and runs the matching command.

Native · 98/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
ValueCell Financial Agents
Direct install command
npx -y tokrepo@latest install 8c8807f5-8672-11f1-9bc6-00163e2b0d79 --target codex

Run after dry-run confirms the install plan.

Introduction

ValueCell is a multi-agent platform purpose-built for financial analysis. It coordinates specialized AI agents for tasks like equity research, portfolio risk assessment, and market data aggregation, providing a structured framework for applying LLMs to investment workflows.

What ValueCell Does

  • Orchestrates multiple specialized financial agents for parallel research tasks
  • Aggregates real-time and historical market data from configurable sources
  • Generates structured equity research reports with cited data points
  • Runs portfolio risk simulations and scenario analysis via agent workflows
  • Provides a React-based dashboard for monitoring agent activity and results

Architecture Overview

ValueCell uses a hub-and-spoke agent architecture. A coordinator agent receives user queries and dispatches them to domain-specific agents (data retrieval, fundamental analysis, technical analysis, risk modeling). Each agent has access to MCP tools for fetching market data, running calculations, and writing reports. Results are aggregated and presented through a web dashboard or exported as structured documents.

Self-Hosting & Configuration

  • Requires Python 3.10+ and Node.js for the frontend dashboard
  • Configure LLM provider (OpenAI, Anthropic, or local models) in the environment file
  • Set up data source API keys for market data providers
  • Customize agent prompts and tool configurations in the agents directory
  • Deploy with Docker Compose for a self-contained local installation

Key Features

  • Domain-specific agents for fundamental analysis, technical signals, and macro research
  • Configurable data pipeline with support for multiple market data APIs
  • Structured output with citations linking conclusions back to source data
  • Portfolio-level analysis including correlation, drawdown, and sector exposure
  • Extensible agent framework for adding custom financial workflows

Comparison with Similar Tools

  • FinGPT — open-source financial LLM; focuses on model fine-tuning rather than multi-agent orchestration
  • Bloomberg Terminal — industry standard; comprehensive but proprietary and expensive
  • Quantopian/QuantConnect — algorithmic trading platforms; focus on backtesting rather than research agents
  • CrewAI — general multi-agent framework; flexible but requires building financial domain knowledge from scratch

FAQ

Q: What market data sources does ValueCell support? A: It integrates with configurable data providers via API. Community connectors exist for several popular free and paid market data services.

Q: Can I use local LLMs instead of cloud APIs? A: Yes. ValueCell supports Ollama and other local inference backends for fully offline operation.

Q: Is this suitable for live trading? A: ValueCell is designed for research and analysis, not order execution. It does not connect to brokerages or place trades.

Q: How do I add a custom agent? A: Create a new agent class in the agents directory with its system prompt, tools, and output schema. Register it with the coordinator to include it in research workflows.

Sources

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets