{
  "markdown": "# Top 5 Stocks MCP Server\n\nExposes the [Top 5 Stocks API](https://top5stocks.netlify.app/developers) as MCP tools for Claude, Claude Code, Cursor, and other MCP-compatible agents.\n\n## Setup\n\n```bash\nnpm install\n```\n\nAdd to your MCP client config (e.g. Claude Desktop `claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"top5stocks\": {\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/mcp-server/index.js\"],\n      \"env\": {\n        \"TOP5STOCKS_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\n`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.\n\nGet a key at https://top5stocks.netlify.app/members.html\n\nOr once published, run directly via npx (no local clone needed):\n\n```json\n{\n  \"mcpServers\": {\n    \"top5stocks\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"top5stocks-mcp-server\"],\n      \"env\": {\n        \"TOP5STOCKS_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\nEach 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.\n\nEducational market research only — not financial advice.\n",
  "bytes": 1299,
  "sha": "af89e3a16c716bce701711bb01b1f53042aa95fcb42a979547728b2a10072ed2",
  "repo_slug": "top5stocksapi/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_top5stocksapi_mcp_server_bca6fbc6/readme"
}