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を介して行い、値がシェル履歴に残らないようにします:
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