cvi-mcp
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cvi-mcpscreen for undervalued tech stocks in Europe"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cvi-mcp — CVI global equity intelligence for AI assistants
An MCP server that makes the CVI Platform a native tool for Claude Desktop, Claude Code, Cursor and any MCP-capable assistant. Ask in plain language — "the 20 most undervalued stocks worldwide", "Continental's margin of safety", "what did CVI's model say about NEM on July 15?" — and the assistant calls CVI's research engine directly: 25 markets, ~2,900 companies, trailing-twelve-month valuations, hierarchical model predictions and a point-in-time Time Machine.
Every tool response carries provenance — the immutable, checksummed research run and as-of timestamp behind the numbers — so the assistant can cite exactly where a figure came from.
Install
pip install cvi-mcpRelated MCP server: Sablier MCP Server
Connect
Claude Desktop — add to claude_desktop_config.json
(Settings → Developer → Edit Config):
{
"mcpServers": {
"cvi": {
"command": "cvi-mcp",
"env": { "CVI_API_KEY": "cvi_live_…" }
}
}
}Claude Code:
claude mcp add cvi -e CVI_API_KEY=cvi_live_… -- cvi-mcpGenerate a key from your CVI account. Scopes map to plan tiers — see pricing.
Tools
Tool | What it answers | Scope |
| Most undervalued stocks worldwide (filter by market/sector/signal) |
|
| Which 25 markets are covered |
|
| Ranked securities within one market |
|
| One company's IDs + scores + valuation + margin of safety |
|
| The research snapshot recorded for a past date |
|
| How CVI's view of a company evolved across runs |
|
| Hierarchical model picks with confidence |
|
| Exposures, weighted scores, concentration for any holdings |
|
| Coverage, current research run, service health | — |
Example conversation
You: Which European industrials look cheapest right now? Claude: (calls
cvi_screen(sector="Industrials"), filters European indices) Fincantieri (FTSE MIB) screens cheapest — undervaluation score 0.92, Buy signal, full data confidence — per CVI research runCVIR20260715224827(data as of 2026-07-15).
Development
pip install -e ".[dev]" && pytest -q # offline tests, no key neededResearch and educational use only — not investment advice. Data licensing terms apply.
This server cannot be deployed
Maintenance
Related MCP Connectors
Research-only MCP server: your AI as a quant research desk. 90 tools, no trades, no brokers.
MCP server giving AI agents one-connection access to China A-share market intelligence: financials,
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.
The Octagon MCP server provides specialized AI-powered financial research and analysis by integrating with the Octagon Market Intelligence API. It enables users to analyze public market data (SEC filings, earnings transcripts, financial metrics, and stock data for 8000+ companies), private market data (3M+ companies, 500k+ funding rounds, 2M+ M&A/IPO transactions), and conduct deep research including web scraping capabilities. The server also features autonomous research agents that search hundreds of sources and return fully cited reports in approximately one minute.
Related MCP Servers
- AlicenseBqualityCmaintenanceMCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.112,299MIT

Sablier MCP Serverofficial
AlicenseAqualityDmaintenanceAn MCP server that lets AI assistants analyze portfolios, stress-test scenarios, generate synthetic market paths, and scan SEC filings — in under 2 minutes.833MIT- AlicenseAqualityCmaintenanceMCP server for CyberQuant data sharing platform that enables AI assistants to directly query and analyze financial data using CSV output for token efficiency.711 npmMIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that bridges AI assistants with Bloomberg Terminal data. It exposes 18 tools for reference, historical, technical analysis, screening, and calendar data through natural language.MIT