serenity-data-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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stock_pricesA | Get read-only OHLCV history for an A-share or US equity over an ISO date range. |
| get_company_fundamentalsC | Get current valuation and available fundamentals for an A-share or US equity. |
| get_financial_statementC | Get an income, balance, or cash-flow statement for an A-share or US equity. |
| get_company_newsC | Get company news for an A-share or US equity, with links when available. |
| get_shareholder_activityC | Get shareholder activity for A shares or insider transactions for US equities. |
| get_sector_contextA | Get concept membership and industry comparison for an A-share. |
| get_market_signalsC | Get analyst consensus, fund flow, Dragon-Tiger Board, and lockup signals. |
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 7 tools
Each tool retrieves a distinct type of financial data (prices, fundamentals, statements, news, shareholder activity, sector context, market signals) with no overlap. Agents can easily select the correct tool based on the specific data need.
All seven tools follow the consistent 'get_' prefix with a clear noun indicating the data type (e.g., get_stock_prices, get_company_news). The pattern is uniform and predictable.
Seven tools is well within the optimal range for a data-retrieval server, each covering a distinct aspect of equity data. The scope is focused and does not feel over- or under-inclusive.
The tool set provides comprehensive coverage for the stated domain of equity data retrieval, including price history, fundamentals, financial statements, news, shareholder activity, sector context, and market signals. No obvious gaps exist for the intended use case.