mcpbeat Sign in

Stockportfolio MCP Server

local only

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

Filing-grounded US financial data — every value returns with its SEC filing source. No estimates.

332
Installs / week
npm · stockportfolio-mcp
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Stockportfolio MCP 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 stockportfolio-mcp -- npx -y stockportfolio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stockportfolio-mcp": {
      "args": [
        "-y",
        "stockportfolio-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stockportfolio-mcp]
command = "npx"
args = ["-y", "stockportfolio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stockportfolio-mcp": {
      "args": [
        "-y",
        "stockportfolio-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stockportfolio-mcp": {
      "args": [
        "-y",
        "stockportfolio-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_API_KEY (API key from stockportfolio.pro. Optional: without one the server uses the keyless tier (2 free questions and 50 data lookups per 30 days).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Stockportfolio MCP

same job, measured the same way
SEC Filings
by tributarydata

Official SEC EDGAR filings, financial data and full-text search. Every answer cites its source.

answering
Zencap
by zencap

Institutional financial data with SEC filing citations, for every AI agent. OAuth 2.1.

answering
Finance Fintech Mcp
by varvararatta

Unlock the power of real-time financial data with our Finance MCP. Easily retrieve the latest

4 tools answering
EvidInvest
by evidinvest

SEC filings and financial data for AI agents: 59 tools for statements, valuation and supply chains.

317 installs/wk answering
Daleel
by o11r

Halal stock screening with receipts: every Sharia verdict cites its SEC filing. 5 methodologies.

3 tools answering
Financial Hub MCP
by ykshah1309

SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes

110 installs/wk local only
F
Finance Foundation
by finance

Open financial reference data: companies with LEI/ISIN/FIGI, markets, funds, graph, live series.

7 tools answering
I
SEC EDGAR Financial Data
by taru0208

Search SEC EDGAR filings, financial statements, and company data.

answering

Stockportfolio MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Stockportfolio MCP?
Stockportfolio 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 stockportfolio-mcp was installed 332 times last week.
How do I connect Stockportfolio 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 stockportfolio-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Stockportfolio MCP?
The npm package stockportfolio-mcp was installed 332 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.
Is Stockportfolio MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.