
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
top5stocks-mcp-server
Advanced tools
MCP server for the Top 5 Stocks API — daily ranked stock, crypto, and macro research data for AI agents.
Exposes the Top 5 Stocks API as MCP tools for Claude, Claude Code, Cursor, and other MCP-compatible agents.
npm install
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"top5stocks": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/index.js"],
"env": {
"TOP5STOCKS_API_KEY": "your-api-key-here"
}
}
}
}
TOP5STOCKS_API_KEY is only required for starter/pro/ultra-tier tools. Free tools (get_daily_watchlist_free, get_crypto_watchlist_free, cumulative-performance endpoints, get_api_metadata) work with no key.
Get a key at https://top5stocks.netlify.app/members.html
Or once published, run directly via npx (no local clone needed):
{
"mcpServers": {
"top5stocks": {
"command": "npx",
"args": ["-y", "top5stocks-mcp-server"],
"env": {
"TOP5STOCKS_API_KEY": "your-api-key-here"
}
}
}
}
Each tool maps 1:1 to an API endpoint (see index.js ENDPOINTS for the full list and plan requirements). All responses are raw JSON text from the live API.
Educational market research only — not financial advice.
FAQs
MCP server for the Top 5 Stocks API — daily ranked stock, crypto, and macro research data for AI agents.
We found that top5stocks-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.