Back to MCP Directory
Findata
Model Context Protocol moderate risk

Findata

FinData is an open-source MCP server providing access to financial data from various providers like Tushare, enabling AI applications to retrieve financial data.

Connections & Capabilities

Connects To

GitHub

Capabilities

read

Quickstart

Config

{
  "mcpServers": {
    "finData": {
      "command": "uv", 
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/finData-mcp-server/src/findata", 
        "run",
        "server.py"
      ],
      "env": {
        "DATA_API_TOKEN": "",  // API Token for accessing data provider
        "PROVIDER": "tushare"  // Specified data provider
      }
    }
  }
}

Exposed MCP Tools (14)

safe
daily

Retrieves unadjusted daily stock market data.

Read-only access to market data.

safe
stock_basic

Gets basic information about stocks, including name and code.

Read-only access to stock information.

safe
stock_company

Retrieves basic information about listed companies.

Read-only access to company information.

safe
income

Gets company income statement data.

Read-only access to income statement data.

safe
balancesheet

Gets company balance sheet data.

Read-only access to balance sheet data.

safe
cashflow

Gets company cash flow statement data.

Read-only access to cash flow statement data.

safe
shibor_lpr

Retrieves Loan Prime Rate (LPR) data.

Read-only access to LPR data.

safe
cn_gdp

Retrieves Gross Domestic Product (GDP) data.

Read-only access to GDP data.

safe
cn_cpi

Retrieves Consumer Price Index (CPI) data.

Read-only access to CPI data.

safe
cn_ppi

Retrieves Producer Price Index (PPI) data.

Read-only access to PPI data.

safe
cn_m

Retrieves Money Supply data.

Read-only access to Money Supply data.

safe
sf_month

Retrieves Social Financing data.

Read-only access to Social Financing data.

safe
cn_pmi

Retrieves Purchasing Managers' Index (PMI) data.

Read-only access to PMI data.

safe
bak_basic

Retrieves fundamental data for specific stocks within a given time range.

Read-only access to fundamental stock data.

Safety Assessment

FinData is relatively safe for retrieving financial data, but the security of the API token is critical. Ensure the API token is stored securely and access is limited to authorized users. Misconfiguration of the data provider can lead to inaccurate results, but does not pose a direct security risk.

  • Read-only access to financial data via specific tools.
  • Requires API token for data provider access.
  • No direct code execution or system-level access.
  • Data retrieval is limited to the scope of the chosen data provider.
  • Exposure of API token if not handled securely.
  • Potential for data leakage if the retrieved data is mishandled.
  • Reliance on external data providers introduces dependency risk.
  • Incorrect data provider configuration could lead to unexpected results.
Findata Review, Pricing & Alternatives (2026) | Flaex AI