Skip to main content
Glama
ww11-max

CSMAR MCP Server

by ww11-max

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CSMAR_LANGNoLanguage preference: 0 for Chinese, 1 for English0
CSMAR_API_KEYNoYour CSMAR API key (optional, for enhanced access)
CSMAR_API_BASENoThe base URL for the CSMAR API, e.g., https://api.gtarsc.comhttps://api.gtarsc.com
CSMAR_PASSWORDYesYour CSMAR password
CSMAR_USERNAMEYesYour CSMAR username

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": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
csmar_health_checkA

检查 CSMAR 服务健康状态

csmar_loginC

登录 CSMAR 账户

csmar_list_databasesA

列出用户有权访问的 CSMAR 数据库

csmar_list_tablesB

列出指定数据库中的所有表

csmar_list_fieldsB

列出指定表中的所有字段

csmar_queryD

通用 CSMAR 数据查询

csmar_previewC

预览表数据 (前几行)

csmar_query_countC

查询满足条件的记录数量

get_stock_dataC

获取 CSMAR 股票交易数据

get_financial_dataC

获取 CSMAR 财务数据

get_company_infoC

获取公司基本信息

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
csmar://databasesCSMAR 可用数据库列表

TDQS

C2.9/5.0

Scored across 11 tools

Disambiguation4/5

Most tools have clearly distinct purposes (e.g., listing databases vs tables vs fields, login vs query). However, the three 'get_*' tools (get_company_info, get_financial_data, get_stock_data) could overlap with the generic csmar_query since all fetch data, but descriptions and specific naming mitigate confusion.

Naming Consistency3/5

Tools are in snake_case, but eight are prefixed with 'csmar_' while three (get_company_info, get_financial_data, get_stock_data) lack this prefix. This inconsistency breaks the pattern and could cause agents to misgroup tools.

Tool Count5/5

11 tools is appropriate for a data retrieval service covering login, database exploration, querying, counting, previewing, and specific data endpoints. Each tool earns its place without being excessive.

Completeness4/5

The tool set covers core CRUD-like operations for data retrieval: listing databases/tables/fields, querying, counting, previewing, and accessing specific data types. Missing write/update/delete operations, but those likely fall outside the scope of a read-only CSMAR data service.

Maintenance

ActivityMaintained
ResponsivenessNo issues