Financial Datasets MCP Server
Click on "Install 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., "@Financial Datasets MCP Servershow me Apple's current stock price"
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.
Financial Datasets MCP Server
A financial data provider MCP server built with Smithery CLI
Features
This MCP server provides tools for accessing financial data including:
Income statements
Balance sheets
Cash flow statements
Current stock prices
Historical stock prices
Company news
SEC filings
Cryptocurrency prices and information
Related MCP server: Agentic-Investor
Prerequisites
Smithery API key: Get yours at smithery.ai/account/api-keys
Financial Datasets API key (optional): Can be provided through:
Environment variable:
FINANCIAL_DATASETS_API_KEYSession configuration when connecting to the server
Configuration
The server accepts the following configuration parameters:
api_key: Your Financial Datasets API key (optional)pirate_mode: Speak like a pirate (for fun, default: false)
Getting Started
Set up your environment:
# Optional: Create a .env file with your API key echo "FINANCIAL_DATASETS_API_KEY=your_api_key_here" > .envRun the server:
uv run devTest interactively:
uv run playground
Available Tools
Financial Data Retrieval
get_income_statements: Get income statements for a companyget_balance_sheets: Get balance sheets for a companyget_cash_flow_statements: Get cash flow statements for a companyget_current_stock_price: Get the current/latest price of a companyget_historical_stock_prices: Get historical stock prices for a companyget_company_news: Get news for a companyget_sec_filings: Get SEC filings for a company
Cryptocurrency Data
get_available_crypto_tickers: Get all available crypto tickersget_historical_crypto_prices: Get historical prices for a cryptocurrencyget_current_crypto_price: Get the current/latest price of a cryptocurrency
Financial Analysis
analyze_financial_ratios: Comprehensive financial ratio analysis including:Profitability ratios: ROE, ROA, profit margin, operating margin
Valuation ratios: P/E, P/B, P/S ratios
Liquidity ratios: Current ratio, quick ratio
Solvency ratios: Debt-to-equity, interest coverage
Analysis: Contextual interpretation of each ratio
Summary: Overall financial health assessment
Development
Your server code is in src/hello_server/server.py. Add or update your server capabilities there.
Deploy
Ready to deploy? Push your code to GitHub and deploy to Smithery:
Create a new repository at github.com/new
Initialize git and push to GitHub:
git add . git commit -m "Financial Datasets MCP Server" git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO.git git push -u origin mainDeploy your server to Smithery at smithery.ai/new
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceProvides AI assistants with access to comprehensive financial data including real-time stock quotes, company fundamentals, financial statements, market analysis, SEC filings, and economic indicators through 253+ tools across 24 categories.853Apache 2.0
- AlicenseAqualityDmaintenanceProvides comprehensive financial analysis and real-time market data including stock information, options chains, technical indicators, financial statements, earnings calendars, and market sentiment indicators through integration with yfinance and other financial APIs.14MIT
- AlicenseAqualityCmaintenanceProvides comprehensive market data, fundamental analysis, and technical indicators through the AlphaVantage API. It enables users to fetch financial statements, stock prices, and market news with sentiment analysis for detailed financial research.91MIT
- FlicenseAqualityDmaintenanceProvides access to SEC filings and detailed XBRL financial data for all publicly traded U.S. companies. It enables users to search for company info, retrieve historical metrics like revenue and assets, and compare financial performance across different industries.61
Related MCP Connectors
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Give your AI deep fundamentals on US public companies — metrics, segments, peers. Free.
Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Parichay-Pothepalli/financial-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server