@lmdat/cafef-financial-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_balance_sheetA | Lấy dữ liệu Bảng cân đối kế toán (Balance Sheet) của 1 mã cổ phiếu Việt Nam từ API công khai cafef.vn. Trả về các chỉ tiêu chuẩn (tổng tài sản, nợ phải trả, vốn chủ sở hữu, phải thu ngắn hạn, hàng tồn kho...) theo nhiều kỳ gần nhất, đã chuẩn hóa số liệu (number thật) và phát hiện kỳ thiếu dữ liệu. |
| get_income_statementA | Lấy dữ liệu Báo cáo kết quả hoạt động kinh doanh (Income Statement) của 1 mã cổ phiếu Việt Nam từ API công khai cafef.vn. Trả về doanh thu thuần, lợi nhuận gộp, lợi nhuận sau thuế theo nhiều kỳ gần nhất, đã chuẩn hóa số liệu và phát hiện kỳ thiếu dữ liệu. |
| get_cash_flowA | Lấy dữ liệu Báo cáo lưu chuyển tiền tệ (Cash Flow Statement) của 1 mã cổ phiếu Việt Nam từ API công khai cafef.vn. Trả về lưu chuyển tiền thuần từ hoạt động kinh doanh, tiền và tương đương tiền cuối kỳ theo nhiều kỳ gần nhất, đã chuẩn hóa số liệu và phát hiện kỳ thiếu dữ liệu. Lưu ý: mã chỉ tiêu (code) trong báo cáo này có tiền tố theo nhóm (HDKD_xx, HDDT_xx, HDTC_xx), khác với Balance Sheet/Income Statement. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool retrieves a distinct financial statement (balance sheet, cash flow, income statement) with no overlap. Agents can clearly differentiate based on statement type.
All tools follow the consistent pattern 'get_<statement_name>', using snake_case and clear verbs. No naming anomalies or mixed conventions.
Three tools perfectly match the domain of financial statement retrieval. The count is focused and appropriate without being too few or too many.
The three core financial statements are covered, which is comprehensive for most analyses. Minor gaps like statement of changes in equity are acceptable for this scope.