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 staging通过 Claude 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 中超过 $1M 的采购。"
每个答案都会附带其限定条件——数字已扣除抵消项,重复的 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