Skip to main content
Glama
Biahellens

mcp-financial-data-server

by Biahellens

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_quoteA

Get the current price and day change for a stock ticker.

Args: ticker: Ticker symbol, e.g. 'AAPL', 'MSFT', or 'PETR4.SA' for B3-listed stocks.

Returns the latest price, previous close, absolute and percentage change, and currency. Returns an {"error": ...} payload if the ticker is invalid or the data provider is unreachable.

get_portfolio_metricsA

Compute risk/return metrics for a weighted portfolio of stocks.

Args: tickers: Ticker symbols in the portfolio, e.g. ['AAPL', 'MSFT']. weights: Portfolio weight per ticker, same order, must sum to 1.0. period: Lookback window: one of '1mo','3mo','6mo','1y','2y','5y','10y','ytd','max'. risk_free_rate: Annualized risk-free rate for the Sharpe ratio (e.g. 0.1075 for 10.75%).

Returns cumulative return, annualized return, annualized volatility, Sharpe ratio, and max drawdown for the combined portfolio.

compare_assetsA

Compute the correlation matrix of daily returns between two or more assets.

Args: tickers: Two or more ticker symbols to correlate, e.g. ['AAPL', 'MSFT', 'GOOGL']. period: Lookback window: one of '1mo','3mo','6mo','1y','2y','5y','10y','ytd','max'.

Returns a ticker-by-ticker correlation matrix of daily returns (-1 to 1).

get_historical_summaryA

Get a summarized price history for one ticker: moving averages, high/low, and return.

Args: ticker: Ticker symbol, e.g. 'AAPL' or 'VALE3.SA'. period: Lookback window: one of '1mo','3mo','6mo','1y','2y','5y','10y','ytd','max'.

Returns the 20/50-day simple moving averages, period high/low close, and cumulative return over the window. Moving averages are null when there isn't enough history for that window.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Biahellens/mcp-financial-data-server'

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