mcpbeat Sign in

Market Data Analyzer MCP Server

local only

Market Data Analyzer runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm.

Stock technical analysis (SMA, RSI, MACD), portfolio tracking, crypto analysis, screening

Installs per day peak 137 · avg 6 · +9300% w/w
a month agotoday
22
Installs / week
npm · market-data-analyzer
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Market Data Analyzer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add market-data-analyzer -- npx -y market-data-analyzer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "market-data-analyzer": {
      "args": [
        "-y",
        "market-data-analyzer"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.market-data-analyzer]
command = "npx"
args = ["-y", "market-data-analyzer"]
.cursor/mcp.json
{
  "mcpServers": {
    "market-data-analyzer": {
      "args": [
        "-y",
        "market-data-analyzer"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "market-data-analyzer": {
      "args": [
        "-y",
        "market-data-analyzer"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LICENSE_KEY (License key (emailed after purchase at https://aivp-mcp.vercel.app). Omit for the free trial (3 calls per tool).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Market Data Analyzer

same job, measured the same way
Financekit MCP
by vdalhambra

Stock quotes, technical analysis, crypto prices, and portfolio insights for AI agents

93 installs/wk local only
Finance
by cybeleri

Financial data MCP server: stock quotes, crypto prices, portfolio tracking, market analysis

31 installs/wk local only
Tradingview MCP
by atilaahmettaner

Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.

answering
Market Data
by marketcrew

Live market data & technical analysis for US stocks, ETFs and crypto. Read-only, no signup.

15 tools answering
Bullrun
by bull-run

Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude

30 tools answering
Tradestaq MCP
by the-staq

AI-powered crypto trading tools. Strategies, backtests, bots, and portfolio management.

49 installs/wk local only
C
Finance MCP Server
by thenextgennexus

Stocks, crypto, FX, and portfolio math in one tool — no per-source API juggling.

5 tools answering
Finance MCP Server
by thenextgennexus

Get stock data, screen stocks, track crypto prices, and monitor exchange rates

24 installs/wk local only

Market Data Analyzer — questions

Answers built from our own checks of this server.

Why is there no uptime for Market Data Analyzer?
Market Data Analyzer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package market-data-analyzer was installed 22 times last week.
How do I connect Market Data Analyzer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls market-data-analyzer straight from npm; nothing to host, nothing to sign up for.
How many people use Market Data Analyzer?
The npm package market-data-analyzer was installed 22 times in the last week. Week over week that is +9300%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.