Agent中国通
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AMAP_API_KEY | No | 高德地图 Web 服务 Key,用于地图相关工具 | |
| KUAIDI100_KEY | No | 快递100 密钥 | |
| KDNIAO_API_KEY | No | 快递鸟 API Key | |
| EXPRESS_PROVIDER | No | 快递查询服务商,可选 'kuaidi100' 或 'kdniao' | |
| KUAIDI100_CUSTOMER | No | 快递100 客户号 | |
| KDNIAO_EBUSINESS_ID | No | 快递鸟 企业 ID | |
| AGENT_CN_TONG_LOG_LEVEL | No | 日志级别,可选 'error', 'warn', 'info', 'debug',默认 warn | warn |
| AGENT_CN_TONG_HTTP_RETRIES | No | HTTP 重试次数,默认 1 | 1 |
| AGENT_CN_TONG_HTTP_MAX_BYTES | No | HTTP 响应最大字节数,默认 2097152 | 2097152 |
| AGENT_CN_TONG_HTTP_TIMEOUT_MS | No | HTTP 请求超时时间(毫秒),默认 10000 | 10000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cn_time_nowA | 获取中国时区(Asia/Shanghai)的当前时间,包含 ISO、本地中文、星期和时间戳。 |
| cn_amap_geocodeA | 把中国地址解析为经纬度、行政区划和标准化地址。需要 AMAP_API_KEY。 |
| cn_amap_regeocodeA | 把经纬度反查为中文地址和行政区划。需要 AMAP_API_KEY。 |
| cn_amap_weatherA | 查询中国城市实时天气或预报。city 可传城市名或 adcode。需要 AMAP_API_KEY。 |
| cn_amap_place_searchA | 搜索中国 POI/地点,可按城市或经纬度附近搜索。需要 AMAP_API_KEY。 |
| cn_express_trackA | 查询中国快递物流轨迹。支持快递100或快递鸟授权配置;不做非授权抓取。 |
| cn_rss_fetchA | 读取公开 RSS/Atom 订阅,返回标题、链接、发布时间、摘要。适合中文博客、媒体和技术站点。 |
| cn_bilibili_video_infoA | 获取 Bilibili 公开视频基础信息。只访问公开信息,不模拟登录、不下载受限内容。 |
| cn_webpage_extractA | 读取公开网页标题、描述和正文简摘。默认禁止访问 localhost/内网/保留地址,降低 SSRF 风险。 |
| cn_link_previewA | 轻量提取公开网页标题、描述、站点名、canonical 和 favicon,适合群聊链接预览。 |
| cn_ip_lookupA | 查询公开 IP 的国家/地区/城市/运营商/ASN 等信息;不传 IP 时查询当前公网出口。 |
| cn_holiday_infoA | 查询中国日期信息:星期、是否周末、是否工作日、是否法定节假日或调休工作日。内置 2025/2026 数据。 |
| cn_text_normalizeA | 清洗中文文本:空白归一化、全角半角转换、控制字符移除,并可选脱敏手机号/邮箱/身份证/URL 查询参数。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| 中国互联网任务助手 | 指导 Agent 安全、准确地调用 Agent中国通 的本土化工具。 |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| config-schema | 当前 MCP Server 支持的环境变量、用途和示例。 |
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/FRANhss/Agent-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server