Skip to main content
Glama

fiMCP

A Model Context Protocol for stock market data using AlphaVantage API

Instructions

ALPHA_VANTAGE_API_KEY=<YOUR_API_KEY>

Adding to Claude

  • Locate the claude_desktop_config.json file. On MacOS it is typically located in ~/Library/Application Support/Claude/claude_desktop_config.json

  • Add 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

alt text

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Provides 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.
    Last updated
  • A
    license
    C
    quality
    C
    maintenance
    Provides access to real-time and historical stock market data through the Alpha Vantage API, enabling financial analysis and market data queries through natural language.
    Last updated
    100
    74
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    Enables access to stock and financial data from Alpha Vantage, including stocks, forex, cryptocurrencies, commodities, and technical indicators, through natural language queries.
    Last updated
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Alpha Vantage MCP — Stock market data, fundamentals, and earnings

  • Twelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).

  • US/HK markets — 151 tools: quotes, options, orders, fundamentals, screener, IPO, alerts & DCA

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wisambunni/fiMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server