Odel
mcp server

mcp server

Local
@top5stocksapiJavaScriptUpdated 1mo ago

Daily AI-ranked stock, crypto, and macro research data from the Top 5 Stocks API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtop5stocks-mcp-serverv1.0.6

Run

npx -y top5stocks-mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "top5stocks-mcp-server"
      ]
    }
  }
}