Clearon Legislation Monitor MCP
Clearon Legislation Monitor MCP
用于审查门控的美国立法发现和观察列表监控的 MCP 服务器。
它将发现线索与已验证的观察列表条目区分开来,记录仅追加的观察和异常,并在法案成为权威之前保持官方来源审查的参与。
它能做什么
记录发现候选,而不会静默地将它们提升到观察列表中
在观察列表接受之前要求明确的人工审查
跟踪官方来源观察、到期审查和检索异常
将仅追加的事件日志重放为可重建的快照
可选地使用 Open States 和 NYC Legistar 作为发现辅助工具,绝不作为最终证明
Related MCP server: universal-research-mcp
它不能做什么
它不发布内容,也不修改 WordPress
它不将关键词命中视为法律验证
它不将第三方发现结果视为记录来源状态
它不会将检索失败转换为法律状态变更
要求
Node.js
20或更高版本能够启动 stdio 服务器的本地 MCP 客户端
安装
cd tools/clearon-legislation-monitor-mcp
npm install
npm test
npm run smokeMCP 客户端配置
stdio 配置示例:
{
"mcpServers": {
"clearon-legislation-monitor": {
"command": "node",
"args": ["/absolute/path/to/clearon-legislation-monitor-mcp/server.mjs"],
"env": {
"CLEARON_LEGISLATION_WORKSPACE": "/absolute/path/to/workspace"
}
}
}
}如果你的规范化跟踪器输入不在默认工作区位置,还需设置:
CLEARON_LEGISLATION_REGISTRY_PATHCLEARON_LEGISLATION_WATCHLIST_PATH
存储
默认情况下,监控器状态存储在仓库之外的用户数据目录中:
macOS:
~/Library/Application Support/clearon-legislation-monitor-mcp/legislation-monitorLinux:
${XDG_DATA_HOME:-~/.local/share}/clearon-legislation-monitor-mcp/legislation-monitorWindows:
%APPDATA%\\clearon-legislation-monitor-mcp\\legislation-monitor
使用 CLEARON_LEGISLATION_MONITOR_ROOT 覆盖该位置。
规范跟踪器输入仍应来自你选择的工作区:
trackers/state-legislation/jurisdictions.jsontrackers/state-legislation/watchlist.csv
除非你通过环境变量显式覆盖它们。
凭据
可选的服务提供商密钥可以直接在环境中提供:
OPENSTATES_API_KEYNYC_LEGISTAR_TOKEN
服务器还支持可选的本地密钥文件。默认情况下,它会查找:
macOS:
~/Library/Application Support/openclaw/local-secrets.jsonLinux:
${XDG_CONFIG_HOME:-~/.config}/openclaw/local-secrets.jsonWindows:
%APPDATA%\\openclaw\\local-secrets.json
使用 OPENCLAW_LOCAL_SECRETS 覆盖该路径。
通过受保护的 stdin 安装或轮换存储的凭据,使值不进入 shell 历史记录:
node bin/install-credentials.mjs < /path/to/private-credentials.json
npm run credentials支持的 JSON 键:
{
"openstatesApiKey": "provider-issued value",
"nycLegistarToken": "provider-issued value"
}推荐工作流程
调用
list_jurisdictions选择官方路线。使用
scan_official_source、search_openstates_bills或search_nyc_legistar_matters收集线索。使用
record_discovery_candidate记录合理的官方来源法案。审查每个候选,并调用
review_candidate并传入accept或reject。使用
record_measure_observation记录官方观察。使用
get_due_reviews和get_exceptions进行计划性跟进。
工具
get_server_healthlist_jurisdictionsscan_official_sourcesearch_openstates_billssearch_nyc_legistar_mattersrecord_discovery_candidatelist_discovery_candidatesreview_candidateimport_normalized_watchlistlist_watchlistrecord_measure_observationdedupe_watchlist_measuresrecord_exceptionresolve_exceptionget_due_reviewsget_exceptionsverify_event_log
开发
npm test
npm run smoke
npm run syntaxMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables spec-driven development acceptance gate with structured receipts, audit logs, and reviewer-ready evidence.
- AlicenseBqualityAmaintenanceAn append-only research operations framework and read-only MCP that tracks research plans, approvals, observations, claims, failures, revisions, and contributions with source-grounded evidence, providing search, evidence fetch, and audit capabilities without direct ledger writes.30MIT
- AlicenseNot gradedqualityBmaintenanceEnables agents to perform deterministic data intake pipelines for FOIA and public comments, with medallion warehouse, PII policy enforcement, and verified insights.Apache 2.0
- AlicenseNot gradedqualityAmaintenanceAuditable records of human decisions over AI agent work. Approvals, edits, overrides, escalations.80Apache 2.0
Related MCP Connectors
Source-linked SEC 13F research, quality checks, watchlists and audit trails for agents.
Deterministic public-web change observation with evidence-bound commercial interpretation.
Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping.
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/kwgoodwin/clearon-legislation-monitor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server