Finance
БесплатноНе проверенProvides financial data tools like stock price, company info, historical data, news, and market indices using yfinance and MarketAux API.
Описание
Provides financial data tools like stock price, company info, historical data, news, and market indices using yfinance and MarketAux API.
README
This is a MCP server that helps your MCP client/LLM get access to financial data like stock price, company info, and company news.
It is powered by the yfinance Python library and MarketAux API.
Tools available:
- Get Stock Price: Fetch the latest stock price for a symbol.
- Get Company Info: Fetch basic company info(Name, Sector, Industry, Website, Business Summary)
- Get Historical Data: Fetch historical data for a stock
- Get Stock News: Fetch latest news related to a stock symbol
- Get Market Indices: Fetch the latest data for major US market indices.
Setup your environment
1. Installing uv
For MacOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
For Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Make sure to restart your terminal afterwards to ensure that the uv command gets picked up.
2. Setting up the server
Now, let’s create and set up our project:
Cloning the repo
git clone [email protected]:nimitmk7/mcp-finance.git
Set up environment variables:
# Create .env file for your API keys
cp .env.example .env
# Set API key in .env
MARKETAUX_API_KEY=your-marketaux-api-key
Adding the server to Claude Client
If you are using Claude Desktop Client, you can go to Settings -> Developer, and press on the button 'Edit Config'. It will open claude_desktop_config.json. Put the following configuration with your relevant details in the file:
For Mac Users
{
"mcpServers": {
"mcp-finance": {
"command": "/Users/<username>/.local/bin/uv",
"args": [
"--directory",
"/Users/<username>/<path-to-dir>/mcp-finance",
"run",
"mcp_finance.py"
]
}
}
}
For Windows users
{
"mcpServers": {
"mcp-finance": {
"command": "C:\\Users\\<username>\\.local\\bin\\uv.exe",
"args": [
"--directory",
"C:\\Users\\<username>\\<path-to-dir>\\mcp-finance",
"run",
"mcp_finance.py"
]
}
}
}
If you already have some MCP servers, just add the mcp-finance config in the list of configs of MCP servers.
Restart the Claude Desktop client after these steps.
3. Verify the setup
- In the UI, click on the hammer icon and check whether our server tools are present in the list of available tools.
4. Example Usage
Try asking Claude questions like:
- "What is the price of Nvidia stock right now"
- "How much has the share price of Google changed over 1 month "
- "Get me latest news for Microsoft"
Установка Finance
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/nimitmk7/mcp-financeFAQ
Finance MCP бесплатный?
Да, Finance MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Finance?
Нет, Finance работает без API-ключей и переменных окружения.
Finance — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Finance в Claude Desktop, Claude Code или Cursor?
Открой Finance на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Stripe
Payments, customers, subscriptions
автор: Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
автор: malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
автор: whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Finance with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории finance
