mcpbeat Sign in

Stockmatrix MCP Server

local only

Stockmatrix MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 18 Sep 2026.

Korean stock market theme lifecycle analysis (TLI) — rankings, stock lookup, predictions & prompts

Installs per day peak 167 · avg 16 · -16% w/w
a month agotoday
64
Installs / week
npm · stockmatrix-mcp
0
Stars
5 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

…v=(0,ct.or)(v,...l.map(b=>(0,ct._)`${(0,Bs.usePattern)(t,b)}.test(${g})`))),(0,ct.not)(v)}function f(g){e.code((0,ct._)`delete ${o}[${g}]`)}function p(g){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){f(g);return}if(r===!1){t.setParams({additionalProperty:g}),t.error(…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 stockmatrix-mcp -- npx -y stockmatrix-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stockmatrix-mcp": {
      "args": [
        "-y",
        "stockmatrix-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stockmatrix-mcp]
command = "npx"
args = ["-y", "stockmatrix-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stockmatrix-mcp": {
      "args": [
        "-y",
        "stockmatrix-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stockmatrix-mcp": {
      "args": [
        "-y",
        "stockmatrix-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: STOCKMATRIX_API_URL (Override API base URL (default: https://stockmatrix.co.kr)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Stockmatrix MCP

same job, measured the same way
pykrx-mcp
by sharebook-kr

Korean stock market data (KOSPI/KOSDAQ) with ETF tracking and fundamental analysis

103 installs/wk local only
I
Investbuddy
by danielrz

LSTM stock predictions with +15.92% alpha over S&P 500. 10-day forecasts & portfolio analysis.

40 installs/wk local only
Korea Stock Insight MCP
by yjhann33-design

Korean stock market MCP — DART disclosures + KRX prices, English-first for global LLM analysts.

75 installs/wk local only
Cryptopolitan MCP
by 4dmrkey

Real-time crypto news, analysis, and price predictions for AI agents via MCP.

5 tools answering
O
Market Data
by memoryapi

Real-time stock quotes, market indices, and institutional holdings

3 tools answering
Investhive
by investhive

Investment sentiment, predictions, and analyst track records for stocks and crypto

local only
OneQAZ Trading Intelligence
by wnsod

Live market data, signals, positions, and macro analysis for crypto, KR stocks, and US stocks.

187 installs/wk 39 tools answering
Truss44 MCP Crypto Price
by smithery

Provide real-time cryptocurrency price data and market analysis.

answering

Stockmatrix MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Stockmatrix MCP?
Stockmatrix MCP 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 stockmatrix-mcp was installed 64 times last week.
How do I connect Stockmatrix MCP?
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 stockmatrix-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Stockmatrix MCP?
The npm package stockmatrix-mcp was installed 64 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Stockmatrix MCP open source?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 5 open issues, but we could not determine the licence, and without one the code is not open source by default.