mcpbeat

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. 2 installs a week from npm.

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

2
Installs / week
npm · market-data-analyzer
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

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"
    }
  }
}

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

94 installs/wk local only
Finance
by cybeleri

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

41 installs/wk local only
Technical
by oswarld

Technical analysis (RSI, MA, signal score) for 9,400+ global stocks, by ticker or name.

5 tools answering
Bullrun
by bull-run

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

16 tools answering
Tradestaq MCP
by the-staq

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

46 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
Cerebrus Pulse MCP
by 0xsl1m

Real-time crypto intelligence: technical analysis, sentiment, and funding rates

174 installs/wk local only
Finance MCP Server
by thenextgennexus

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

42 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 2 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 2 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.