MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Databases/Financial Datasets
DatabasesOfficial
F

Financial Datasets

Stock market API made for AI agents

2.3k starsUpdated Jun 5, 2025
View on GitHub

Ads

Overview

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. 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 curre

Installation

uv run server.py

Configuration

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

Capabilities

  • Fetch income statements

    Retrieve a company's income statements using `get_income_statements`.

  • Fetch balance sheets

    Retrieve a company's balance sheets using `get_balance_sheets`.

  • Fetch cash flow statements

    Retrieve a company's cash flow statements using `get_cash_flow_statements`.

  • Get current stock or crypto prices

    Look up the latest price for a ticker via `get_current_stock_price` or `get_current_crypto_price`.

  • Get historical stock or crypto prices

    Pull historical price data for a date range using `get_historical_stock_prices` or `get_historical_crypto_prices`.

  • Get company news

    Retrieve recent news articles for a company with `get_company_news`.

Tags

  • database

Related MCP servers

I

InstantDB

Official

Create, manage, and update applications on InstantDB, the modern Firebase.

10.5kDatabasesUpdated 1 day ago
J

Jitsu

Official

Manage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.

5kDatabasesUpdated 3 days ago

PostgreSQL MCP Server

Official

Run read-only SQL queries and inspect PostgreSQL schemas from your MCP client.

3.2kDatabasesUpdated 5 days ago
P

pg-aiguide

Official

Postgres skills and documentation to help AI coding tools generate better PostgreSQL code.

1.8kDatabasesUpdated 1 day ago