Anchorage Open Checkbook MCP
OpenContext — Anchorage Open Checkbook フォーク
この OpenContext のフォークは、Anchorage Open Checkbook MCP(anchorage_checkbook プラグイン)をデプロイします。これは、Municipality of Anchorage の未監査の支出・給与・調達・収入テーブルに対する読み取り専用ツールであり、データセットの落とし穴(重複する二重ロード、スナップショット日付、純額、非正規化されたベンダー名)がツールの動作に組み込まれています。docs/CHECKBOOK.md と METHODOLOGY.md を参照してください。このサーバーの合計値は、公開されている MOA ダッシュボードとは意図的に異なります(重複はデフォルトでフィルタリングされます)。
クイックスタート
# 1. Configure (this fork ships its config ready to go)
cp config-anchorage-checkbook.yaml config.yaml
# 2. Test locally
pip install aiohttp
python3 scripts/local_server.py
# 3. Deploy
./scripts/deploy.sh --environment stagingClaude Connectors 経由で接続します(Claude.ai と Claude Desktop の両方で同じ手順です):
設定 → コネクタ に移動します(claude.ai では カスタマイズ → コネクタ)
カスタムコネクタを追加 をクリックします
名前(例:「Anchorage Open Checkbook」)と API Gateway URL を入力します
URL を取得するには:cd terraform/aws && terraform output -raw api_gateway_url
完全なセットアップについては はじめに を参照してください。
Related MCP server: USAspending MCP
ドキュメント
ドキュメント | 説明 |
セットアップと使用方法 | |
システム設計とプラグイン | |
AWS、Terraform、モニタリング | |
ローカルテスト(Terminal、Claude、MCP Inspector) | |
Open Checkbook MCP サーバー(このフォークのプラグイン) | |
デフォルトで重複排除する判断と、合計値が MOA ダッシュボードと異なる理由 |
試してみる
公開デプロイメントは https://checkbook.codeforanchorage.org/mcp にあります。これをカスタムコネクタとして追加し、次のような質問をしてみてください:
「Municipality of Anchorage は FY2025 に部門別にいくら支出しましたか?」
「MOA は Chugach Electric に、名前のあらゆる表記を横断していくら支払いましたか?」
「FY2024 に 100 万ドルを超える調達を表示して。」
すべての回答には、その注記が添えられて返されます。数値は相殺エントリを差し引いた純額であり、重複する ETL 行はデフォルトでフィルタリングされ、既知のデータギャップはゼロとして報告されるのではなくフラグが付けられます。これらの合計値が公開されている MOA ダッシュボードと意図的に異なる理由については、方法論 を参照してください。
コントリビューション
Pre-commit フック(任意):
pip install pre-commit
pre-commit installフック:Ruff、yamllint、gofmt。手動で実行する場合:pre-commit run --all-files。
ライセンス
MIT — LICENSE を参照してください。
著者: Srihari Raman、City of Boston Department of Innovation and Technology
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Public MCP server for discovering open jobs. Search, filter, and get application links.
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Related MCP Servers
- AlicenseAqualityCmaintenanceRead-only MCP server for exploring US federal spending data via the USAspending.gov API, enabling natural language queries on awards, agencies, recipients, and spending trends.12MIT
- AlicenseNot gradedqualityCmaintenanceA free, key-less MCP server for querying U.S. federal spending data from USAspending.gov, including contracts, grants, loans, recipients, agencies, and geographic breakdowns.MIT
- AlicenseNot gradedqualityDmaintenanceRead-only MCP server for Rocket Money that lets you browse your accounts, transactions, spending, budgets, net worth, and subscriptions through natural language.5MIT
- FlicenseNot gradedqualityCmaintenanceA read-only MCP server for querying Los Angeles City legislative data - Council Files, votes, member activity, and Neighborhood Council engagement - through parameterized tools without raw SQL.1
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/codeforanchorage/anchorage-checkbook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server