Top 5 Stocks Server
БесплатноНе проверенExposes the Top 5 Stocks API as MCP tools for Claude and other agents, enabling market research watchlists and performance data retrieval.
Описание
Exposes the Top 5 Stocks API as MCP tools for Claude and other agents, enabling market research watchlists and performance data retrieval.
README
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.
Установка Top 5 Stocks Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Top5StocksAPI/mcp-serverFAQ
Top 5 Stocks Server MCP бесплатный?
Да, Top 5 Stocks Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Top 5 Stocks Server?
Нет, Top 5 Stocks Server работает без API-ключей и переменных окружения.
Top 5 Stocks Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Top 5 Stocks Server в Claude Desktop, Claude Code или Cursor?
Открой Top 5 Stocks Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Top 5 Stocks Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
