Skip to main content
Glama
slb-cn

CyberQuant MCP Server

by slb-cn

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

Tools

Functions exposed to the LLM to take actions

NameDescription
configureA

配置 API Key 以访问数据服务,配置文件位于 /.cyberquant/config.json。不传任何参数时为「查询配置状态」(只读,返回是否已配置/endpoint/pageSize,不回显密钥、不写文件);传入任意参数则为「写入配置」——apiKey 首次必填,配置文件已有 apiKey 时可省略(保留现有值);endpoint 默认 https://api.cyberspace2077.com,通常无需传入;pageSize 可选(11000),省略则保留现有配置值。

list_routesA

列出当前用户可用的数据路由目录(轻量,仅 routeSlug、名称、说明、分类,不含入参/返回字段)。

get_route_detailA

查询单个路由的入参与返回字段详情,并附带通用传值格式说明。

query_dataA

按参数查询指定路由的数据,返回 CSV 格式。需先用 get_route_detail 获取入参/返回字段说明,再据此组织 params 调用本工具。

get_routes_metadataA

一次性返回所有路由的完整元数据(压缩 JSON,含 routeSlug、名称、说明、分类、市场类型、权限等级、queryParams、responseParams)。token 开销较大,仅当需要一次性拿到全部接口的完整字段定义、构建完整索引时使用。

get_user_profileA

查询当前 API Key 的账户与权限信息(压缩 JSON):邮箱、订阅等级、可用市场、到期时间、账户是否有效、速率限制配置。仅在需要核对账户状态、可用市场范围或查看限流配额时调用。

clear_routes_cacheA

清除本地路由元数据按日缓存(~/.cyberquant/cache/routes-.json)。仅当用户当日权限/可访问路由发生变动、当日缓存未自动刷新时使用,强制下次查询重新从 API 拉取最新元数据。不发起网络请求。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
user-profile当前用户信息(等级、市场权限、到期时间、速率限制)
routes当前用户可用的数据路由列表

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/slb-cn/cyberquant-mcp'

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