Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vectrade.io/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The VecTrade MCP Integration Kit provides 27 financial tools to any AI IDE that supports the Model Context Protocol. Supported clients: Claude Desktop, Cursor, VS Code Copilot, Windsurf, Cline, Continue.dev.

Installation

pip install vectrade-mcp

Quick Setup

Interactive Wizard

python -m vectrade_mcp.setup_wizard
The wizard will:
  1. Detect your installed IDE clients
  2. Ask for your VecTrade API key
  3. Write the correct config file automatically

CLI Auto-Setup

If you have the VecTrade CLI installed:
vectrade mcp setup cursor
vectrade mcp setup claude
vectrade mcp setup vscode

Manual Configuration

Copy the appropriate config for your IDE from the configs directory.
IDEConfig File
Claude Desktopconfigs/claude-desktop.json
Cursorconfigs/cursor.json
VS Code (Copilot)configs/vscode.json
Windsurfconfigs/windsurf.json
Clineconfigs/cline.json
Continue.devconfigs/continue-dev.json

Available Tools

Quotes & Market Data

ToolDescription
get_quoteReal-time stock quote
get_batch_quotesMultiple quotes in one call
get_historical_pricesHistorical OHLCV data
get_market_moversTop gainers/losers/active
get_market_statusMarket open/close status

Fundamentals

ToolDescription
get_fundamentalsCompany financial data
get_income_statementRevenue, earnings, margins
get_balance_sheetAssets, liabilities, equity
get_cash_flowOperating/investing/financing
get_company_profileCompany info and description

Technical Analysis

ToolDescription
get_technicalsTechnical indicators (RSI, MACD, etc.)
get_support_resistanceKey price levels
get_chart_patternsDetected chart patterns

News & Sentiment

ToolDescription
get_newsLatest financial news
get_sentimentAggregated sentiment score
get_analyst_ratingsAnalyst consensus and targets

Screening & Discovery

ToolDescription
run_screenerStock screening with filters
get_sector_performanceSector returns and rotation
get_similar_stocksFind similar companies

AI Analysis

ToolDescription
analyze_stockAI-powered stock analysis
compare_stocksSide-by-side AI comparison
explain_movementExplain price movement

Portfolio & Watchlist

ToolDescription
get_portfolio_summaryPortfolio overview
get_watchlistCurrent watchlist
add_to_watchlistAdd symbol to watchlist
get_alertsActive price alerts

Verification

After setup, verify your configuration:
python -m vectrade_mcp.verify

Docker

For isolated deployment:
cd docker/
docker compose up -d