Server data from the Official MCP Registry
Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.
About
Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.
Security Report
This is a well-structured MCP server for the Top 5 Stocks API with sound authentication design and appropriate permissions. Authentication is correctly scoped per endpoint (free vs. paid tiers), API keys are properly handled via environment variables, and network access is limited to a single trusted API. Minor code quality concerns around error handling and input validation do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: TOP5STOCKS_API_KEY
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-top5stocksapi-mcp-server": {
"env": {
"TOP5STOCKS_API_KEY": "your-top5stocks-api-key-here"
},
"args": [
"-y",
"top5stocks-mcp-server"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Top 5 Stocks MCP Server
Exposes the Top 5 Stocks API as MCP tools for Claude, Claude Code, Cursor, and other MCP-compatible agents.
Setup
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"
}
}
}
}
Tools
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.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
