fiMCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fiMCPshow me the RSI for AAPL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fiMCP
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

Related MCP server: Alpha Vantage MCP Server
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
This server cannot be deployed
Maintenance
Related MCP Connectors
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
- mcpOAuthcom.twelvedata
Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).
Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.
Fetch current stock prices and key data for symbols across global markets. Look up companies like…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides real-time access to financial market data including stock quotes, company information, cryptocurrency exchange rates, historical options chains, and time series data through the Alpha Vantage API.-
- AlicenseCqualityDmaintenanceProvides access to real-time and historical stock market data through the Alpha Vantage API, enabling financial analysis and market data queries through natural language.10074Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables access to stock and financial data from Alpha Vantage, including stocks, forex, cryptocurrencies, commodities, and technical indicators, through natural language queries.1MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time stock quotes, search, time series data, and company overviews using Alpha Vantage API.14ISC