Skip to main content
Glama
wcheng2001-del

serenity-data-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues