Server data from the Official MCP Registry
Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.
Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TOP5STOCKS_API_KEY
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"
}
}
}From the project's GitHub README.
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.