FiMCP
БесплатноНе проверенProvides stock market data and technical indicators (RSI, Bollinger Bands, SMA, EMA) via AlphaVantage API.
Описание
Provides stock market data and technical indicators (RSI, Bollinger Bands, SMA, EMA) via AlphaVantage API.
README
A Model Context Protocol for stock market data using AlphaVantage API
Instructions
- get AlphaVantage api key at https://www.alphavantage.co
- create a .env in the src directory and add the following
ALPHA_VANTAGE_API_KEY=<YOUR_API_KEY>
Adding to Claude
Locate the
claude_desktop_config.jsonfile. On MacOS it is typically located in~/Library/Application Support/Claude/claude_desktop_config.jsonAdd the following to the JSON:
{
"mcpServers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
]
},
"fimcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--init",
"fimcp"
]
}
},
...
}
- Restart Claude and confirm it is added to the connectors in Claude Settings
- Query Claude for financial info

Testing
docker build -t fimcp . docker run --env-file .env -it fimcp docker run -d -p 8000:8000 --env-file .env fimcp
Debugging
Follow logs in real time:
tail -n 20 -F ~/Library/Logs/Claude/mcp*.log
Indicators
The following indicators are currently available in addition to stock price:
- Relative Strength Index (RSI)
- Bollinger Bands (BBANDS)
- Simple Moving Average (SMA)
- Exponential Moving Average (EMA)
More indicators can be added based on what's supported by AlphaVantage APIs
Установка FiMCP
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/wisambunni/fiMCPFAQ
FiMCP MCP бесплатный?
Да, FiMCP MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для FiMCP?
Нет, FiMCP работает без API-ключей и переменных окружения.
FiMCP — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить FiMCP в Claude Desktop, Claude Code или Cursor?
Открой FiMCP на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare FiMCP with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
