VOOZH about

URL: https://apify.com/agentify/financial-datasets-mcp-server

โ‡ฑ Financial Datasets MCP Server ยท Apify


Pricing

Pay per event + usage

Go to Apify Store

Financial Datasets MCP Server

This MCP server provides access to stock market data from Financial Datasets. It allows Claude and other AI assistants to retrieve income statements, balance sheets, cash flow statements, stock prices, and market news directly through the MCP interface.

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ agentify

agentify

Maintained by Community

Actor stats

0

Bookmarked

19

Total users

2

Monthly active users

5 months ago

Last modified

Categories

Share

Financial Datasets MCP Server

This MCP server provides access to stock market data from Financial Datasets. It allows Claude and other AI assistants to retrieve income statements, balance sheets, cash flow statements, stock prices, and market news directly through the MCP interface.

About this MCP Server: To understand how to connect to and utilize this MCP server, please refer to the official Model Context Protocol documentation at mcp.apify.com.

Connection URL

MCP clients can connect to this server at:

https://mcp-servers--financial-datasets-mcp-server.apify.actor/mcp

Client Configuration

To connect to this MCP server, use the following configuration in your MCP client:

{
"mcpServers":{
"financial-datasets":{
"url":"https://mcp-servers--financial-datasets-mcp-server.apify.actor/mcp",
"headers":{
"Authorization":"Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Note: Replace YOUR_APIFY_TOKEN with your actual Apify API token. You can find your token in the Apify Console.

๐Ÿšฉ Claim this MCP server

All credits to the original authors of https://github.com/financial-datasets/mcp-server To claim this server, please write to ai@apify.com.


Financial Datasets MCP Server

Introduction

This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.

It allows Claude and other AI assistants to retrieve income statements, balance sheets, cash flow statements, stock prices, and market news directly through the MCP interface.

Available Tools

This MCP server provides the following tools:

  • get_income_statements: Get income statements for a company.
  • get_balance_sheets: Get balance sheets for a company.
  • get_cash_flow_statements: Get cash flow statements for a company.
  • get_current_stock_price: Get the current / latest price of a company.
  • get_historical_stock_prices: Gets historical stock prices for a company.
  • get_company_news: Get news for a company.
  • get_available_crypto_tickers: Gets all available crypto tickers.
  • get_crypto_prices: Gets historical prices for a crypto currency.
  • get_historical_crypto_prices: Gets historical prices for a crypto currency.
  • get_current_crypto_price: Get the current / latest price of a crypto currency.

Setup

Prerequisites

  • Python 3.10 or higher
  • uv package manager

Installation

  1. Clone this repository:

    git clone https://github.com/financial-datasets/mcp-server
    cd mcp-server
  2. If you don't have uv installed, install it:

    # macOS/Linux
    curl-LsSf https://astral.sh/uv/install.sh |sh
    # Windows
    curl-LsSf https://astral.sh/uv/install.ps1 | powershell
  3. Install dependencies:

    # Create virtual env and activate it
    uv venv
    source .venv/bin/activate # On Windows: .venv\Scripts\activate
    # Install dependencies
    uv add"mcp[cli]" httpx # On Windows: uv add mcp[cli] httpx
  4. Set up environment variables:

    # Create .env file for your API keys
    cp .env.example .env
    # Set API key in .env
    FINANCIAL_DATASETS_API_KEY=your-financial-datasets-api-key
  5. Run the server:

    $uv run server.py

Connecting to Claude Desktop

  1. Install Claude Desktop if you haven't already

  2. Create or edit the Claude Desktop configuration file:

    # macOS
    mkdir-p ~/Library/Application\ Support/Claude/
    nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
  3. Add the following configuration:

    {
    "mcpServers":{
    "financial-datasets":{
    "command":"/path/to/uv",
    "args":[
    "--directory",
    "/absolute/path/to/financial-datasets-mcp",
    "run",
    "server.py"
    ]
    }
    }
    }

    Replace /path/to/uv with the result of which uv and /absolute/path/to/financial-datasets-mcp with the absolute path to this project.

  4. Restart Claude Desktop

  5. You should now see the financial tools available in Claude Desktop's tools menu (hammer icon)

  6. Try asking Claude questions like:

    • "What are Apple's recent income statements?"
    • "Show me the current price of Tesla stock"
    • "Get historical prices for MSFT from 2024-01-01 to 2024-12-31"

References

To learn more about Apify and Actors, take a look at the following resources:

You might also like

SEC Financials Scraper

xtech/sec-growth-metrics

Extract comprehensive financial statements (balance sheets, income statements, cash flow) for US public companies. Ideal for financial analysis, investment research, and competitive intelligence.

Financial Statements Scraper

automation-lab/financial-statements-scraper

Extract clean financial data from SEC EDGAR XBRL API. Enter stock tickers, get structured income statements, balance sheets, and cash flow data. Supports annual and quarterly periods with automatic concept fallback resolution.

๐Ÿ‘ User avatar

Stas Persiianenko

14

Industry Research MCP Server for AI Assistants

alizarin_refrigerator-owner/industry-research-mcp-server

MCP Server providing AI assistants with unified access to industry research, market trends, competitor analysis, and business intelligence through a single interface. SEO news aggregation, Quora insights, Crunchbase data, review platform aggregation, and Reddit discussions.

Poland KRS Financial Statements Scraper

regdata/poland-krs-financial-scraper

Extract structured financial statements - balance sheets, income statements, assets, equity, revenue, net profit - from official public company filings. Parses XML, XHTML, and iXBRL into JSON. Use in credit-risk or M&A due-diligence workflows. Pay-per-result.

Excel Mcp Server

lovely_radiologist/excel-mcp-server

๐Ÿ’น Finance MCP โ€” AI Stock & Market Data

nexgendata/finance-mcp-server

MCP server for AI agents to access stocks, crypto, forex & portfolio tracking. Connect Claude, GPT or any AI to financial markets. 5 tools for investment intelligence via AI.

Review Intelligence MCP Server for AI Assistants

alizarin_refrigerator-owner/review-intelligence-mcp-server

MCP Server providing AI assistants with unified access to 11+ review platforms through a single interface. Scrape reviews, analyze sentiment, generate AI-powered responses, and monitor reputation across Google, Yelp, Facebook, TripAdvisor, and more.

Finance MCP Server

constant_quadruped/finance-mcp-server

MCP Server for AI agents to access real-time financial data. Get stock quotes, crypto prices, forex rates, and historical OHLCV data. Includes AI-powered market analysis with GPT-4. Free APIs: Alpha Vantage (stocks), CoinGecko (crypto). Perfect for Claude Desktop and AI trading assistants.

Related articles

Best MCP servers for developers
Read more
Build and deploy MCP servers in minutes with a TypeScript template
Read more
How to use MCP with Apify Actors
Read more