deepaktewari2000/Finance-MCP-Server
3.2
If you are the rightful owner of Finance-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A scaffold for a Finance & Markets MCP server implemented in Python with FastAPI.
Tools
Functions exposed to the LLM to take actions
stock.quote
Fetches the latest stock quote using yfinance.
stock.history
Retrieves historical OHLCV data for a given ticker.
crypto.price
Gets the current crypto price using CoinGecko public API.
forex.rate
Fetches exchange rates via exchangerate.host public API.
portfolio.value
Computes portfolio market value given holdings.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client