Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FINSAGE_LLM_API_KEYNoAPI key for the LLM provider. Required when FINSAGE_LLM_PROVIDER is set to openai.
FINSAGE_LLM_BASE_URLNoBase URL for an OpenAI-compatible endpoint (e.g., DeepSeek). Optional.
FINSAGE_LLM_PROVIDERNoLLM provider: mock or openai (or any OpenAI-compatible). Defaults to mock.mock
FINSAGE_DATA_PROVIDERNoData provider: mock or akshare. Defaults to mock.mock

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
analyze_stockA

用自然语言分析 A 股标的,返回价格、关键财务与 LLM 生成的简明投资要点。

Args: query: 自然语言请求,例如「分析贵州茅台的 ROE 和毛利率」。 symbol: 可选,直接指定标的代码或名称,如 600519 / 贵州茅台。

screen_stocksA

按自然语言条件筛选 A 股标的,返回按得分排序的候选清单。

Args: query: 自然语言筛选条件,例如「低估值且高 ROE 的白酒股」。 top_n: 返回前 N 只,默认 10,范围 1-50。

stock_reportB

生成单只 A 股标的的公司概览与风险点简报。

Args: symbol: 标的代码或名称,例如 600519 / 贵州茅台。 include_risk: 是否包含风险点,默认 True。

compare_stocksA

横向对比多只 A 股标的的关键指标,并返回 LLM 生成的对比结论。

Args: symbols: 标的代码或名称列表,如 ["600519","000858"]。 metrics: 可选对比维度(英文key),默认核心财务指标。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MikeWang1994/finsage'

If you have feedback or need assistance with the MCP directory API, please join our Discord server