Investo

Investo

An AI investment-analysis MCP server that analyzes companies (Indian NSE/BSE or global) by gathering public financial data and producing a comprehensive report including financials, ratios, DCF valuation, economic moat, risks, and a 0-100 investment rating.

Category
Visit Server

README

Investo 📈

An AI investment-analysis agent you run from Claude or Cursor.

Give Investo a company name — Indian (NSE/BSE) or global — and it gathers public financial data and produces a full analysis: what the company does, its financials & ratios, a competitor comparison, DCF intrinsic value, economic moat, risks, management, recent news, SWOT seeds, and a 0–100 investment rating.

Investo is a Model Context Protocol (MCP) server. It exposes tools to an AI client (Claude Code, Claude Desktop, Cursor); the client calls those tools and writes the analysis narrative grounded in the structured data Investo returns.

Primary focus: Indian companies listed on NSE (.NS) and BSE (.BO). US/global companies are supported too.


What it produces

For any company, Investo supplies the evidence for:

  1. Domain / sector — what the business does and its sub-domains.
  2. Financials & ratios — income statement, balance sheet, cash flow + valuation, profitability, leverage, liquidity, growth, cash-flow ratios.
  3. Competitor analysis — auto-compares against sector peers (e.g. Infosys → TCS, Wipro, HCL, Tech Mahindra, LTIMindtree).
  4. Industry intelligence — sub-domains, demand drivers, CAGR, risks.
  5. News analysis — recent headlines categorized (earnings, M&A, management, legal, product/AI).
  6. Management analysis — executives, promoter/insider holding, capital allocation.
  7. DCF valuation — intrinsic value/share, margin of safety, expected return.
  8. Economic moat — brand / network / cost / scale / switching-cost signals.
  9. Risk analysis — debt, currency, concentration, regulation, tech obsolescence.
  10. Rating out of 100 — a balanced 11-bucket score with per-bucket rationale.

Rating buckets (out of 100)

Growth Profitability Cash Flow Debt Valuation Moat Management Industry Innovation Risk ESG*
15 15 10 10 15 10 10 5 5 5 5*

*ESG is optional; when unavailable the remaining buckets renormalize to 100.


Install

Requires Python 3.10+.

git clone https://github.com/YashvantHange/Investo
cd Investo
python -m venv .venv
# Windows: .venv\Scripts\activate   |   macOS/Linux: source .venv/bin/activate
pip install -e .

No API keys are required — Investo works out of the box using free Yahoo Finance data and Google/Yahoo news. Optional keys (Alpha Vantage / FMP / Finnhub) enable richer/fallback data; copy .env.example to .env and fill in any you have.


Try it from the command line

investo analyze "Infosys"
investo analyze "Reliance Industries"
investo analyze "Tata Motors"
investo analyze AAPL
investo search "tata motors"

Use it from Claude Code / Cursor

Do the one-time setup (creates the venv the launcher looks for):

python -m venv .venv
.venv\Scripts\pip install -e .     # macOS/Linux: .venv/bin/pip install -e .

Claude Code — this repo ships a project-scoped .mcp.json that runs python scripts/mcp_launcher.py. No paths to edit — the launcher finds the project's .venv itself and works on Windows/macOS/Linux. Opening the folder in Claude Code offers to load the investo server (approve on first use); the included CLAUDE.md makes the agent introduce itself as Investo.

Cursor — copy examples/cursor_mcp.json to .cursor/mcp.json (same portable launcher).

Claude Desktop — it doesn't run from the project folder, so give the absolute path to scripts/mcp_launcher.py (see examples/claude_desktop_config.json). You still don't hardcode a Python path — the launcher locates the venv for you.

Then ask: "Analyse Infosys", "Compare HDFC Bank with its peers", "What's the DCF value of Reliance?"

How the launcher works: scripts/mcp_launcher.py is a tiny standard-library script. When a client runs it with any python, it re-launches the server inside the project's .venv (or uses the current interpreter if investo is already installed there). That's why the committed config needs no machine-specific paths.


MCP tools

Tool Purpose
search_company Resolve a name to an NSE/BSE/global ticker
get_company_profile Sector, business summary, market cap, executives
get_financials Income statement / balance sheet / cash flow
get_key_ratios Valuation, profitability, leverage, growth, cash-flow ratios
compare_peers Competitor comparison table
get_industry_intelligence Sub-domains, demand drivers, CAGR, risks
get_news Categorized recent headlines
get_management Executives, holdings, capital allocation
dcf_valuation Intrinsic value, margin of safety, expected return
moat_assessment Economic-moat signals + heuristic score
risk_assessment Risk signals + heuristic score
score_company 0–100 composite rating
analyze_company Everything above bundled into one report
get_sec_facts SEC EDGAR cross-check (US/ADR only)

Data & limitations

Investo uses public data and is for research/education only — not investment advice.

  • Yahoo Finance is the primary source (covers NSE/BSE + global). It can rate-limit or omit fields; tools degrade gracefully and return what's available.
  • Promoter/insider shareholding for NSE/BSE has no clean free API — this is best-effort in v1 and often unavailable for Indian names (enhance later via a keyed API / BSE shareholding pattern).
  • Industry CAGR / market share are curated/estimated, not live.
  • Peer lists start curated for major Indian sectors and are extensible via data/peers.yaml.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured