chuance-policy-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHUANCE_PROXY | No | Proxy URL, e.g. http://127.0.0.1:7897. By default, the system proxy is not used. | |
| CHUANCE_TIMEOUT | No | Timeout in seconds (default: 20s). | 20 |
| CHUANCE_MAX_CHARS | No | Maximum number of characters to process (default: 6000). | 6000 |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_gov_policyA | 在权威渠道检索政策/法规/案例。 Args: keyword: 检索词,如 "公共数据资源授权运营"、"个人信息保护 第五十五条"。 scope: 检索范围,可选: all - 中国政府网政策文件库(官方接口,含文号/时效性)+ 兜底 Bing state_council - 仅中国政府网政策文件库(官方接口) national_law - 国家法律法规数据库/人大网 data_agency - 国家数据局官网 sichuan - 四川省人民政府网 ndrc - 国家发展改革委 mof / pbc - 财政部 / 人民银行 cj_data - 成都市政府站点 limit: 返回条数上限(<=10)。 Returns: {query, scope, count, results:[{title,url,source,doc_no,pub_org,pub_date,validity,snippet}], retrieved_at} |
| fetch_page_textA | 抓取政策/法规页面并抽取正文文本,同时尽量解析发布日期。 用于:阅读检索命中页面的完整内容;核对条款上下文;提取发文机关与日期。 Returns: {ok, url, title, publish_date, text, text_truncated, retrieved_at} |
| verify_law_article_toolA | 核验"《某法》第X条":抓取权威全文,返回该条完整原文 + 来源。 Args: law_title: 法律全名,如 "中华人民共和国个人信息保护法"(书名号可省)。 article_no: 条号,支持中文或数字,如 "五十五"、"55"。 Returns: {matched, law_title, article_label, article_text, source_url, source_title, publish_date, disclaimer, retrieved_at} |
| batch_verify_citationsA | 批量核验引用,如 ["《中华人民共和国个人信息保护法》第五十五条", "《四川省数据条例》第十二条"]。 每条自动解析法名与条号并逐条核验(最多 8 条,串行防封)。 返回逐项核验表,供引用校验技能生成〔已核实/待核实〕标注。 |
| check_freshnessA | 检查一个政策页面的发布日期与时效性(距今多少天)。 用于回答"该文件是否仍然现行有效"的辅助判断:返回 publish_date、days_old、 timeliness_note。注意:是否失效以官方时效性标注为准,本工具仅作日期参考。 |
| source_catalogA | 返回本 MCP 的数据源清单、能力边界与强制使用声明。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/wenyi3370-lgtm/chuance-policy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server