Connections & Capabilities
Connects To
Capabilities
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)
dailyRetrieves unadjusted daily stock market data.
Read-only access to market data.
stock_basicGets basic information about stocks, including name and code.
Read-only access to stock information.
stock_companyRetrieves basic information about listed companies.
Read-only access to company information.
incomeGets company income statement data.
Read-only access to income statement data.
balancesheetGets company balance sheet data.
Read-only access to balance sheet data.
cashflowGets company cash flow statement data.
Read-only access to cash flow statement data.
shibor_lprRetrieves Loan Prime Rate (LPR) data.
Read-only access to LPR data.
cn_gdpRetrieves Gross Domestic Product (GDP) data.
Read-only access to GDP data.
cn_cpiRetrieves Consumer Price Index (CPI) data.
Read-only access to CPI data.
cn_ppiRetrieves Producer Price Index (PPI) data.
Read-only access to PPI data.
cn_mRetrieves Money Supply data.
Read-only access to Money Supply data.
sf_monthRetrieves Social Financing data.
Read-only access to Social Financing data.
cn_pmiRetrieves Purchasing Managers' Index (PMI) data.
Read-only access to PMI data.
bak_basicRetrieves 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.
